Chocolate
#D08011
OrangeColor Codes
All color formats for development
HEX
#D08011RGB
rgb(208, 128, 17)HSL
hsl(35, 85%, 44%)OKLCH
oklch(0.67 0.145 66)CMYK
cmyk(0%, 38%, 92%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BB730F
2#A6660D
3#915A0C
4#7D4D0A
5#684008
6#533307
7#3E2605
8#2A1A03
9#150D02
Tints
Lighter variations
1#EA9013
2#EE9D2C
3#F0A946
4#F2B560
5#F4C27B
6#F6CE95
7#F9DAB0
8#FBE6CA
9#FDF3E5
Tones
Muted variations
1#C67F1A
2#BC7D24
3#B37B2D
4#A97A37
5#A07841
6#96774A
7#8D7554
8#83735D
9#7A7267
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF8 #FEF8F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF0 #FCF0DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAE3 #FAE3C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6CD #F6CD92 | BordersInactive statesPlaceholder text |
| 400 | F2B2 #F2B25A | Disabled statesSecondary iconsMuted text |
| 500 | EE9D #EE9D2B | Primary brand colorCTAsActive elementsLinks |
| 600 | D080 #D08011 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A566 #A5660D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7649 #76490A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B2F #4B2F06 | Primary textHigh emphasis contentDark headings |
| 950 | 2F1D #2F1D04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FEF8F1;
--chocolate-100: #FCF0DE;
--chocolate-200: #FAE3C2;
--chocolate-300: #F6CD92;
--chocolate-400: #F2B25A;
--chocolate-500: #EE9D2B;
--chocolate-600: #D08011;
--chocolate-700: #A5660D;
--chocolate-800: #76490A;
--chocolate-900: #4B2F06;
--chocolate-950: #2F1D04;
}