Brown
#A90A41
PinkColor Codes
All color formats for development
HEX
#A90A41RGB
rgb(169, 10, 65)HSL
hsl(339, 89%, 35%)OKLCH
oklch(0.472 0.184 11.1)CMYK
cmyk(0%, 94%, 62%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#98093B
2#870834
3#76072E
4#650627
5#540521
6#43041A
7#330314
8#22020D
9#110107
Tints
Lighter variations
1#C80C4E
2#E70D5A
3#F2246C
4#F44381
5#F66296
6#F882AB
7#FAA1C0
8#FBC0D5
9#FDE0EA
Tones
Muted variations
1#A11244
2#991A46
3#912249
4#892A4B
5#81324D
6#793950
7#714152
8#694954
9#615157
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC0 #FBC0D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F990B5 | BordersInactive statesPlaceholder text |
| 400 | F556 #F5568E | Disabled statesSecondary iconsMuted text |
| 500 | F226 #F2266E | Primary brand colorCTAsActive elementsLinks |
| 600 | D40C #D40C52 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A90A #A90A41 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7807 #78072F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D04 #4D041E | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300313 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FEF1F5;
--brown-100: #FDDDE8;
--brown-200: #FBC0D5;
--brown-300: #F990B5;
--brown-400: #F5568E;
--brown-500: #F2266E;
--brown-600: #D40C52;
--brown-700: #A90A41;
--brown-800: #78072F;
--brown-900: #4D041E;
--brown-950: #300313;
}