Chocolate
#E66533
OrangeColor Codes
All color formats for development
HEX
#E66533RGB
rgb(230, 101, 51)HSL
hsl(17, 78%, 55%)OKLCH
oklch(0.659 0.173 40.3)CMYK
cmyk(0%, 56%, 78%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E1541C
2#C84A19
3#AF4116
4#963813
5#7D2E0F
6#64250C
7#4B1C09
8#321306
9#190903
Tints
Lighter variations
1#E87547
2#EB845C
3#ED9470
4#F0A384
5#F2B299
6#F5C2AD
7#F7D1C2
8#FAE0D6
9#FCF0EB
Tones
Muted variations
1#DD693C
2#D46D45
3#CB714E
4#C27557
5#B9795F
6#B07D68
7#A78171
8#9E847A
9#958883
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF5 #FDF5F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE7 #FBE7DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8D3 #F8D3C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2B1 #F2B197 | BordersInactive statesPlaceholder text |
| 400 | EB88 #EB8860 | Disabled statesSecondary iconsMuted text |
| 500 | E665 #E66533 | Primary brand colorCTAsActive elementsLinks |
| 600 | C84A #C84A19 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F3B #9F3B14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 712A #712A0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 491B #491B09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D11 #2D1106 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FDF5F1;
--chocolate-100: #FBE7DF;
--chocolate-200: #F8D3C4;
--chocolate-300: #F2B197;
--chocolate-400: #EB8860;
--chocolate-500: #E66533;
--chocolate-600: #C84A19;
--chocolate-700: #9F3B14;
--chocolate-800: #712A0E;
--chocolate-900: #491B09;
--chocolate-950: #2D1106;
}