Chocolate
#CE9012
OrangeColor Codes
All color formats for development
HEX
#CE9012RGB
rgb(206, 144, 18)HSL
hsl(40, 84%, 44%)OKLCH
oklch(0.697 0.142 77.2)CMYK
cmyk(0%, 30%, 91%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BA8110
2#A5730E
3#91650D
4#7C560B
5#674809
6#533907
7#3E2B05
8#291D04
9#150E02
Tints
Lighter variations
1#E9A214
2#EDAD2D
3#EFB747
4#F1C161
5#F4CC7C
6#F6D696
7#F8E0B0
8#FAEACA
9#FDF5E5
Tones
Muted variations
1#C58C1B
2#BC8925
3#B2862E
4#A98338
5#9F8041
6#967D4B
7#8C7A54
8#83765D
9#7A7367
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF2 #FCF2DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAE7 #FAE7C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6D5 #F6D593 | BordersInactive statesPlaceholder text |
| 400 | F1BF #F1BF5B | Disabled statesSecondary iconsMuted text |
| 500 | EDAC #EDAC2C | Primary brand colorCTAsActive elementsLinks |
| 600 | CE90 #CE9012 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A472 #A4720E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7552 #75520A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B34 #4B3407 | Primary textHigh emphasis contentDark headings |
| 950 | 2F21 #2F2104 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FEF9F1;
--chocolate-100: #FCF2DE;
--chocolate-200: #FAE7C2;
--chocolate-300: #F6D593;
--chocolate-400: #F1BF5B;
--chocolate-500: #EDAC2C;
--chocolate-600: #CE9012;
--chocolate-700: #A4720E;
--chocolate-800: #75520A;
--chocolate-900: #4B3407;
--chocolate-950: #2F2104;
}