Brown
#9E3215
RedColor Codes
All color formats for development
HEX
#9E3215RGB
rgb(158, 50, 21)HSL
hsl(13, 77%, 35%)OKLCH
oklch(0.475 0.149 35.3)CMYK
cmyk(0%, 68%, 87%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8E2D12
2#7E2810
3#6F230E
4#5F1E0C
5#4F190A
6#3F1408
7#2F0F06
8#200A04
9#100502
Tints
Lighter variations
1#BB3C18
2#D9451C
3#E45832
4#E8704F
5#EC886C
6#F0A08A
7#F4B8A7
8#F7CFC4
9#FBE7E2
Tones
Muted variations
1#97361B
2#903A22
3#893E29
4#824230
5#7C4637
6#754A3E
7#6E4E45
8#67514C
9#605552
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF4 #FDF4F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE5 #FBE5DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7CF #F7CFC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2AB #F2AB97 | BordersInactive statesPlaceholder text |
| 400 | EA7F #EA7F61 | Disabled statesSecondary iconsMuted text |
| 500 | E55A #E55A34 | Primary brand colorCTAsActive elementsLinks |
| 600 | C73F #C73F1A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E32 #9E3215 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7124 #71240F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4817 #481709 | Primary textHigh emphasis contentDark headings |
| 950 | 2D0E #2D0E06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FDF4F1;
--brown-100: #FBE5DF;
--brown-200: #F7CFC4;
--brown-300: #F2AB97;
--brown-400: #EA7F61;
--brown-500: #E55A34;
--brown-600: #C73F1A;
--brown-700: #9E3215;
--brown-800: #71240F;
--brown-900: #481709;
--brown-950: #2D0E06;
}