Chocolate
#D07711
OrangeColor Codes
All color formats for development
HEX
#D07711RGB
rgb(208, 119, 17)HSL
hsl(32, 85%, 44%)OKLCH
oklch(0.654 0.148 60.5)CMYK
cmyk(0%, 43%, 92%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BB6B0F
2#A65F0D
3#91530C
4#7D470A
5#683B08
6#532F07
7#3E2405
8#2A1803
9#150C02
Tints
Lighter variations
1#EA8613
2#EE932C
3#F0A146
4#F2AE60
5#F4BC7B
6#F6C995
7#F9D7B0
8#FBE4CA
9#FDF2E5
Tones
Muted variations
1#C6761A
2#BC7524
3#B3752D
4#A97437
5#A07341
6#96734A
7#8D7254
8#83715D
9#7A7167
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF8 #FEF8F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCEE #FCEEDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAE0 #FAE0C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6C8 #F6C892 | BordersInactive statesPlaceholder text |
| 400 | F2AB #F2AB5A | Disabled statesSecondary iconsMuted text |
| 500 | EE93 #EE932B | Primary brand colorCTAsActive elementsLinks |
| 600 | D077 #D07711 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A55E #A55E0D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7643 #76430A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B2B #4B2B06 | Primary textHigh emphasis contentDark headings |
| 950 | 2F1B #2F1B04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FEF8F1;
--chocolate-100: #FCEEDE;
--chocolate-200: #FAE0C2;
--chocolate-300: #F6C892;
--chocolate-400: #F2AB5A;
--chocolate-500: #EE932B;
--chocolate-600: #D07711;
--chocolate-700: #A55E0D;
--chocolate-800: #76430A;
--chocolate-900: #4B2B06;
--chocolate-950: #2F1B04;
}