Chocolate
#CE7D12
OrangeColor Codes
All color formats for development
HEX
#CE7D12RGB
rgb(206, 125, 18)HSL
hsl(34, 84%, 44%)OKLCH
oklch(0.662 0.144 64.8)CMYK
cmyk(0%, 39%, 91%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BA7010
2#A5640E
3#91570D
4#7C4B0B
5#673E09
6#533207
7#3E2505
8#291904
9#150C02
Tints
Lighter variations
1#E98D14
2#ED9A2D
3#EFA647
4#F1B361
5#F4C07C
6#F6CC96
7#F8D9B0
8#FAE6CA
9#FDF2E5
Tones
Muted variations
1#C57C1B
2#BC7A25
3#B2792E
4#A97838
5#9F7641
6#96754B
7#8C7454
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 #F6CB93 | BordersInactive statesPlaceholder text |
| 400 | F1B0 #F1B05B | Disabled statesSecondary iconsMuted text |
| 500 | ED99 #ED992C | Primary brand colorCTAsActive elementsLinks |
| 600 | CE7D #CE7D12 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A463 #A4630E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7547 #75470A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B2D #4B2D07 | 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: #F6CB93;
--chocolate-400: #F1B05B;
--chocolate-500: #ED992C;
--chocolate-600: #CE7D12;
--chocolate-700: #A4630E;
--chocolate-800: #75470A;
--chocolate-900: #4B2D07;
--chocolate-950: #2F1C04;
}