Chocolate
#E37535
OrangeColor Codes
All color formats for development
HEX
#E37535RGB
rgb(227, 117, 53)HSL
hsl(22, 76%, 55%)OKLCH
oklch(0.679 0.156 47.8)CMYK
cmyk(0%, 48%, 77%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DE651E
2#C5591B
3#AD4E18
4#944314
5#7B3811
6#632D0D
7#4A220A
8#311607
9#190B03
Tints
Lighter variations
1#E68349
2#E9915D
3#EC9E72
4#EEAC86
5#F1BA9A
6#F4C8AE
7#F7D6C2
8#F9E3D7
9#FCF1EB
Tones
Muted variations
1#DB773E
2#D27A46
3#C97C4F
4#C17E58
5#B88161
6#AF8369
7#A68572
8#9E887B
9#958A84
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF6 #FDF6F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEA #FBEAE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7D7 #F7D7C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1B8 #F1B898 | BordersInactive statesPlaceholder text |
| 400 | EA94 #EA9462 | Disabled statesSecondary iconsMuted text |
| 500 | E375 #E37535 | Primary brand colorCTAsActive elementsLinks |
| 600 | C559 #C5591B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D47 #9D4715 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7033 #70330F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4821 #48210A | Primary textHigh emphasis contentDark headings |
| 950 | 2D14 #2D1406 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FDF6F2;
--chocolate-100: #FBEAE0;
--chocolate-200: #F7D7C5;
--chocolate-300: #F1B898;
--chocolate-400: #EA9462;
--chocolate-500: #E37535;
--chocolate-600: #C5591B;
--chocolate-700: #9D4715;
--chocolate-800: #70330F;
--chocolate-900: #48210A;
--chocolate-950: #2D1406;
}