Brown
#9E1532
RedColor Codes
All color formats for development
HEX
#9E1532RGB
rgb(158, 21, 50)HSL
hsl(347, 77%, 35%)OKLCH
oklch(0.453 0.168 17.2)CMYK
cmyk(0%, 87%, 68%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8E122D
2#7E1028
3#6F0E23
4#5F0C1E
5#4F0A19
6#3F0814
7#2F060F
8#20040A
9#100205
Tints
Lighter variations
1#BB183C
2#D91C45
3#E43258
4#E84F70
5#EC6C88
6#F08AA0
7#F4A7B8
8#F7C4CF
9#FBE2E7
Tones
Muted variations
1#971B36
2#90223A
3#89293E
4#823042
5#7C3746
6#753E4A
7#6E454E
8#674C51
9#605255
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFE5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C4 #F7C4CF | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297AB | BordersInactive statesPlaceholder text |
| 400 | EA61 #EA617F | Disabled statesSecondary iconsMuted text |
| 500 | E534 #E5345A | Primary brand colorCTAsActive elementsLinks |
| 600 | C71A #C71A3F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E15 #9E1532 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710F #710F24 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4809 #480917 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D060E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FDF1F4;
--brown-100: #FBDFE5;
--brown-200: #F7C4CF;
--brown-300: #F297AB;
--brown-400: #EA617F;
--brown-500: #E5345A;
--brown-600: #C71A3F;
--brown-700: #9E1532;
--brown-800: #710F24;
--brown-900: #480917;
--brown-950: #2D060E;
}