Chocolate
#E66E33
OrangeColor Codes
All color formats for development
HEX
#E66E33RGB
rgb(230, 110, 51)HSL
hsl(20, 78%, 55%)OKLCH
oklch(0.672 0.165 44.2)CMYK
cmyk(0%, 52%, 78%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E15D1C
2#C85319
3#AF4916
4#963E13
5#7D340F
6#642A0C
7#4B1F09
8#321506
9#190A03
Tints
Lighter variations
1#E87D47
2#EB8B5C
3#ED9A70
4#F0A884
5#F2B799
6#F5C5AD
7#F7D4C2
8#FAE2D6
9#FCF1EB
Tones
Muted variations
1#DD713C
2#D47445
3#CB774E
4#C27A57
5#B97D5F
6#B08068
7#A78371
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 | FBE9 #FBE9DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8D5 #F8D5C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2B5 #F2B597 | BordersInactive statesPlaceholder text |
| 400 | EB8F #EB8F60 | Disabled statesSecondary iconsMuted text |
| 500 | E66E #E66E33 | Primary brand colorCTAsActive elementsLinks |
| 600 | C853 #C85319 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F42 #9F4214 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 712F #712F0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 491E #491E09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D13 #2D1306 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FDF5F1;
--chocolate-100: #FBE9DF;
--chocolate-200: #F8D5C4;
--chocolate-300: #F2B597;
--chocolate-400: #EB8F60;
--chocolate-500: #E66E33;
--chocolate-600: #C85319;
--chocolate-700: #9F4214;
--chocolate-800: #712F0E;
--chocolate-900: #491E09;
--chocolate-950: #2D1306;
}