Chocolate
#E66B33
OrangeColor Codes
All color formats for development
HEX
#E66B33RGB
rgb(230, 107, 51)HSL
hsl(19, 78%, 55%)OKLCH
oklch(0.668 0.168 42.9)CMYK
cmyk(0%, 53%, 78%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E15A1C
2#C85019
3#AF4616
4#963C13
5#7D320F
6#64280C
7#4B1E09
8#321406
9#190A03
Tints
Lighter variations
1#E87A47
2#EB895C
3#ED9870
4#F0A684
5#F2B599
6#F5C4AD
7#F7D3C2
8#FAE1D6
9#FCF0EB
Tones
Muted variations
1#DD6F3C
2#D47245
3#CB754E
4#C27957
5#B97C5F
6#B07F68
7#A78271
8#9E867A
9#958983
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF5 #FDF5F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE8 #FBE8DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8D4 #F8D4C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2B4 #F2B497 | BordersInactive statesPlaceholder text |
| 400 | EB8C #EB8C60 | Disabled statesSecondary iconsMuted text |
| 500 | E66B #E66B33 | Primary brand colorCTAsActive elementsLinks |
| 600 | C850 #C85019 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F40 #9F4014 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 712E #712E0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 491D #491D09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D12 #2D1206 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FDF5F1;
--chocolate-100: #FBE8DF;
--chocolate-200: #F8D4C4;
--chocolate-300: #F2B497;
--chocolate-400: #EB8C60;
--chocolate-500: #E66B33;
--chocolate-600: #C85019;
--chocolate-700: #9F4014;
--chocolate-800: #712E0E;
--chocolate-900: #491D09;
--chocolate-950: #2D1206;
}