Brown
#9F1424
RedColor Codes
All color formats for development
HEX
#9F1424RGB
rgb(159, 20, 36)HSL
hsl(353, 78%, 35%)OKLCH
oklch(0.452 0.17 22.9)CMYK
cmyk(0%, 87%, 77%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8F1220
2#7F101D
3#6F0E19
4#5F0C16
5#4F0A12
6#40080E
7#30060B
8#200407
9#100204
Tints
Lighter variations
1#BC172B
2#DA1B31
3#E53046
4#E94E60
5#ED6B7B
6#F08995
7#F4A6B0
8#F8C4CA
9#FBE1E5
Tones
Muted variations
1#981B29
2#91222F
3#8A2934
4#832F39
5#7C363F
6#753D44
7#6E4449
8#674B4F
9#605254
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4CA | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297A1 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB6070 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E63348 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C8192D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1424 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E1A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490910 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D060A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FDF1F3;
--brown-100: #FBDFE2;
--brown-200: #F8C4CA;
--brown-300: #F297A1;
--brown-400: #EB6070;
--brown-500: #E63348;
--brown-600: #C8192D;
--brown-700: #9F1424;
--brown-800: #710E1A;
--brown-900: #490910;
--brown-950: #2D060A;
}