Brown
#A90A49
PinkColor Codes
All color formats for development
HEX
#A90A49RGB
rgb(169, 10, 73)HSL
hsl(336, 89%, 35%)OKLCH
oklch(0.474 0.185 7.4)CMYK
cmyk(0%, 94%, 57%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#980942
2#87083B
3#760733
4#65062C
5#540525
6#43041D
7#330316
8#22020F
9#110107
Tints
Lighter variations
1#C80C57
2#E70D65
3#F22476
4#F4438A
5#F6629D
6#F882B1
7#FAA1C4
8#FBC0D8
9#FDE0EB
Tones
Muted variations
1#A1124B
2#991A4D
3#91224E
4#892A50
5#813251
6#793953
7#714154
8#694956
9#615158
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC0 #FBC0D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F990BA | BordersInactive statesPlaceholder text |
| 400 | F556 #F55696 | Disabled statesSecondary iconsMuted text |
| 500 | F226 #F22678 | Primary brand colorCTAsActive elementsLinks |
| 600 | D40C #D40C5C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A90A #A90A49 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7807 #780734 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D04 #4D0422 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300315 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FEF1F6;
--brown-100: #FDDDEA;
--brown-200: #FBC0D8;
--brown-300: #F990BA;
--brown-400: #F55696;
--brown-500: #F22678;
--brown-600: #D40C5C;
--brown-700: #A90A49;
--brown-800: #780734;
--brown-900: #4D0422;
--brown-950: #300315;
}