Chocolate
#D08611
OrangeColor Codes
All color formats for development
HEX
#D08611RGB
rgb(208, 134, 17)HSL
hsl(37, 85%, 44%)OKLCH
oklch(0.681 0.144 69.9)CMYK
cmyk(0%, 36%, 92%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BB790F
2#A66C0D
3#915E0C
4#7D510A
5#684308
6#533607
7#3E2805
8#2A1B03
9#150D02
Tints
Lighter variations
1#EA9813
2#EEA32C
3#F0AF46
4#F2BA60
5#F4C67B
6#F6D195
7#F9DDB0
8#FBE8CA
9#FDF4E5
Tones
Muted variations
1#C6841A
2#BC8224
3#B3802D
4#A97E37
5#A07B41
6#96794A
7#8D7754
8#83755D
9#7A7267
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF1 #FCF1DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAE4 #FAE4C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6D0 #F6D092 | BordersInactive statesPlaceholder text |
| 400 | F2B7 #F2B75A | Disabled statesSecondary iconsMuted text |
| 500 | EEA3 #EEA32B | Primary brand colorCTAsActive elementsLinks |
| 600 | D086 #D08611 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A56B #A56B0D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 764C #764C0A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B31 #4B3106 | Primary textHigh emphasis contentDark headings |
| 950 | 2F1F #2F1F04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FEF9F1;
--chocolate-100: #FCF1DE;
--chocolate-200: #FAE4C2;
--chocolate-300: #F6D092;
--chocolate-400: #F2B75A;
--chocolate-500: #EEA32B;
--chocolate-600: #D08611;
--chocolate-700: #A56B0D;
--chocolate-800: #764C0A;
--chocolate-900: #4B3106;
--chocolate-950: #2F1F04;
}