Chocolate
#D08311
OrangeColor Codes
All color formats for development
HEX
#D08311RGB
rgb(208, 131, 17)HSL
hsl(36, 85%, 44%)OKLCH
oklch(0.675 0.144 67.9)CMYK
cmyk(0%, 37%, 92%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BB760F
2#A6690D
3#915C0C
4#7D4F0A
5#684208
6#533507
7#3E2705
8#2A1A03
9#150D02
Tints
Lighter variations
1#EA9413
2#EEA02C
3#F0AC46
4#F2B860
5#F4C47B
6#F6D095
7#F9DBB0
8#FBE7CA
9#FDF3E5
Tones
Muted variations
1#C6811A
2#BC7F24
3#B37E2D
4#A97C37
5#A07A41
6#96784A
7#8D7654
8#83745D
9#7A7267
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF0 #FCF0DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAE3 #FAE3C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6CE #F6CE92 | BordersInactive statesPlaceholder text |
| 400 | F2B5 #F2B55A | Disabled statesSecondary iconsMuted text |
| 500 | EEA0 #EEA02B | Primary brand colorCTAsActive elementsLinks |
| 600 | D083 #D08311 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A568 #A5680D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 764B #764B0A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B30 #4B3006 | Primary textHigh emphasis contentDark headings |
| 950 | 2F1E #2F1E04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FEF9F1;
--chocolate-100: #FCF0DE;
--chocolate-200: #FAE3C2;
--chocolate-300: #F6CE92;
--chocolate-400: #F2B55A;
--chocolate-500: #EEA02B;
--chocolate-600: #D08311;
--chocolate-700: #A5680D;
--chocolate-800: #764B0A;
--chocolate-900: #4B3006;
--chocolate-950: #2F1E04;
}