Chocolate
#D97E08
OrangeColor Codes
All color formats for development
HEX
#D97E08RGB
rgb(217, 126, 8)HSL
hsl(34, 93%, 44%)OKLCH
oklch(0.678 0.154 62.1)CMYK
cmyk(0%, 42%, 96%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C37207
2#AD6506
3#985805
4#824C05
5#6C3F04
6#573203
7#412602
8#2B1902
9#160D01
Tints
Lighter variations
1#F48E09
2#F79B23
3#F8A73E
4#F9B45A
5#FAC075
6#FBCD91
7#FCD9AC
8#FDE6C8
9#FEF2E3
Tones
Muted variations
1#CE7D12
2#C47B1D
3#B97A27
4#AF7932
5#A4773C
6#9A7646
7#907451
8#85735B
9#7B7266
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF8 #FEF8F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEEF #FEEFDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDE2 #FDE2BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBCC #FBCC8E | BordersInactive statesPlaceholder text |
| 400 | F9B1 #F9B153 | Disabled statesSecondary iconsMuted text |
| 500 | F79A #F79A22 | Primary brand colorCTAsActive elementsLinks |
| 600 | D97E #D97E08 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC64 #AC6406 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B48 #7B4804 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F2E #4F2E03 | Primary textHigh emphasis contentDark headings |
| 950 | 311D #311D02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FEF8F0;
--chocolate-100: #FEEFDD;
--chocolate-200: #FDE2BF;
--chocolate-300: #FBCC8E;
--chocolate-400: #F9B153;
--chocolate-500: #F79A22;
--chocolate-600: #D97E08;
--chocolate-700: #AC6406;
--chocolate-800: #7B4804;
--chocolate-900: #4F2E03;
--chocolate-950: #311D02;
}