Chocolate
#E08138
OrangeColor Codes
All color formats for development
HEX
#E08138RGB
rgb(224, 129, 56)HSL
hsl(26, 73%, 55%)OKLCH
oklch(0.694 0.145 54.6)CMYK
cmyk(0%, 42%, 75%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DA7222
2#C2651E
3#AA591B
4#924C17
5#793F13
6#61330F
7#49260B
8#311908
9#180D04
Tints
Lighter variations
1#E38E4C
2#E69A60
3#E9A774
4#ECB388
5#F0C09C
6#F3CDB0
7#F6D9C3
8#F9E6D7
9#FCF2EB
Tones
Muted variations
1#D88241
2#CF8349
3#C78452
4#BF865A
5#B68762
6#AE886B
7#A58973
8#9D8A7B
9#958B84
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF7 #FDF7F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAEB #FAEBE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6DB #F6DBC6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFBF #EFBF9A | BordersInactive statesPlaceholder text |
| 400 | E79D #E79D65 | Disabled statesSecondary iconsMuted text |
| 500 | E081 #E08138 | Primary brand colorCTAsActive elementsLinks |
| 600 | C265 #C2651E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A51 #9A5118 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E3A #6E3A11 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4725 #47250B | Primary textHigh emphasis contentDark headings |
| 950 | 2C17 #2C1707 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FDF7F2;
--chocolate-100: #FAEBE0;
--chocolate-200: #F6DBC6;
--chocolate-300: #EFBF9A;
--chocolate-400: #E79D65;
--chocolate-500: #E08138;
--chocolate-600: #C2651E;
--chocolate-700: #9A5118;
--chocolate-800: #6E3A11;
--chocolate-900: #47250B;
--chocolate-950: #2C1707;
}