Brown
#9D2E15
RedColor Codes
All color formats for development
HEX
#9D2E15RGB
rgb(157, 46, 21)HSL
hsl(11, 76%, 35%)OKLCH
oklch(0.468 0.151 33.9)CMYK
cmyk(0%, 71%, 87%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D2A13
2#7E2511
3#6E200F
4#5E1C0D
5#4F170B
6#3F1309
7#2F0E06
8#1F0904
9#100502
Tints
Lighter variations
1#BA3719
2#D73F1D
3#E35333
4#E76C50
5#EB846D
6#EF9D8A
7#F3B5A7
8#F7CEC5
9#FBE6E2
Tones
Muted variations
1#96331C
2#903723
3#893B2A
4#823F31
5#7B4437
6#74483E
7#6E4C45
8#67514C
9#605552
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF4 #FDF4F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE5 #FBE5E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7CE #F7CEC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1A8 #F1A898 | BordersInactive statesPlaceholder text |
| 400 | EA7B #EA7B62 | Disabled statesSecondary iconsMuted text |
| 500 | E355 #E35535 | Primary brand colorCTAsActive elementsLinks |
| 600 | C53A #C53A1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D2E #9D2E15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7021 #70210F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4815 #48150A | Primary textHigh emphasis contentDark headings |
| 950 | 2D0D #2D0D06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FDF4F2;
--brown-100: #FBE5E0;
--brown-200: #F7CEC5;
--brown-300: #F1A898;
--brown-400: #EA7B62;
--brown-500: #E35535;
--brown-600: #C53A1B;
--brown-700: #9D2E15;
--brown-800: #70210F;
--brown-900: #48150A;
--brown-950: #2D0D06;
}