Chocolate
#D47E0C
OrangeColor Codes
All color formats for development
HEX
#D47E0CRGB
rgb(212, 126, 12)HSL
hsl(34, 89%, 44%)OKLCH
oklch(0.671 0.15 63.7)CMYK
cmyk(0%, 41%, 94%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BF710B
2#AA640A
3#945809
4#7F4B07
5#6A3F06
6#553205
7#402604
8#2A1902
9#150D01
Tints
Lighter variations
1#EF8D0E
2#F29A27
3#F4A742
4#F6B35D
5#F7C078
6#F9CD93
7#FAD9AE
8#FCE6C9
9#FDF2E4
Tones
Muted variations
1#CA7C16
2#C07B20
3#B67A2A
4#AC7834
5#A2773E
6#987648
7#8E7452
8#84735C
9#7A7266
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF8 #FEF8F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDEF #FDEFDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBE2 #FBE2C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9CB #F9CB90 | BordersInactive statesPlaceholder text |
| 400 | F5B0 #F5B056 | Disabled statesSecondary iconsMuted text |
| 500 | F29A #F29A26 | Primary brand colorCTAsActive elementsLinks |
| 600 | D47E #D47E0C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A964 #A9640A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7847 #784707 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D2E #4D2E04 | Primary textHigh emphasis contentDark headings |
| 950 | 301D #301D03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FEF8F1;
--chocolate-100: #FDEFDD;
--chocolate-200: #FBE2C0;
--chocolate-300: #F9CB90;
--chocolate-400: #F5B056;
--chocolate-500: #F29A26;
--chocolate-600: #D47E0C;
--chocolate-700: #A9640A;
--chocolate-800: #784707;
--chocolate-900: #4D2E04;
--chocolate-950: #301D03;
}