Brown
#9F142B
RedColor Codes
All color formats for development
HEX
#9F142BRGB
rgb(159, 20, 43)HSL
hsl(350, 78%, 35%)OKLCH
oklch(0.453 0.17 20.2)CMYK
cmyk(0%, 87%, 73%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8F1227
2#7F1022
3#6F0E1E
4#5F0C1A
5#4F0A15
6#400811
7#30060D
8#200409
9#100204
Tints
Lighter variations
1#BC1733
2#DA1B3B
3#E5304F
4#E94E68
5#ED6B81
6#F0899A
7#F4A6B3
8#F8C4CD
9#FBE1E6
Tones
Muted variations
1#981B2F
2#912234
3#8A2939
4#832F3D
5#7C3642
6#753D47
7#6E444B
8#674B50
9#605255
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFE4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4CD | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297A6 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB6077 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E63351 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81936 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F142B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E1F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490914 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D060C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FDF1F3;
--brown-100: #FBDFE4;
--brown-200: #F8C4CD;
--brown-300: #F297A6;
--brown-400: #EB6077;
--brown-500: #E63351;
--brown-600: #C81936;
--brown-700: #9F142B;
--brown-800: #710E1F;
--brown-900: #490914;
--brown-950: #2D060C;
}