Chocolate
#D07D11
OrangeColor Codes
All color formats for development
HEX
#D07D11RGB
rgb(208, 125, 17)HSL
hsl(34, 85%, 44%)OKLCH
oklch(0.665 0.146 64.2)CMYK
cmyk(0%, 40%, 92%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BB700F
2#A6640D
3#91570C
4#7D4B0A
5#683E08
6#533207
7#3E2505
8#2A1903
9#150C02
Tints
Lighter variations
1#EA8D13
2#EE9A2C
3#F0A646
4#F2B360
5#F4C07B
6#F6CC95
7#F9D9B0
8#FBE6CA
9#FDF2E5
Tones
Muted variations
1#C67C1A
2#BC7A24
3#B3792D
4#A97837
5#A07741
6#96754A
7#8D7454
8#83735D
9#7A7167
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF8 #FEF8F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCEF #FCEFDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAE2 #FAE2C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6CB #F6CB92 | BordersInactive statesPlaceholder text |
| 400 | F2B0 #F2B05A | Disabled statesSecondary iconsMuted text |
| 500 | EE99 #EE992B | Primary brand colorCTAsActive elementsLinks |
| 600 | D07D #D07D11 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A563 #A5630D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7647 #76470A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B2D #4B2D06 | Primary textHigh emphasis contentDark headings |
| 950 | 2F1C #2F1C04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FEF8F1;
--chocolate-100: #FCEFDE;
--chocolate-200: #FAE2C2;
--chocolate-300: #F6CB92;
--chocolate-400: #F2B05A;
--chocolate-500: #EE992B;
--chocolate-600: #D07D11;
--chocolate-700: #A5630D;
--chocolate-800: #76470A;
--chocolate-900: #4B2D06;
--chocolate-950: #2F1C04;
}