Chocolate
#E37E35
OrangeColor Codes
All color formats for development
HEX
#E37E35RGB
rgb(227, 126, 53)HSL
hsl(25, 76%, 55%)OKLCH
oklch(0.693 0.15 52.7)CMYK
cmyk(0%, 44%, 77%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DE6E1E
2#C5621B
3#AD5618
4#944914
5#7B3D11
6#63310D
7#4A250A
8#311807
9#190C03
Tints
Lighter variations
1#E68B49
2#E9985D
3#ECA572
4#EEB186
5#F1BE9A
6#F4CBAE
7#F7D8C2
8#F9E5D7
9#FCF2EB
Tones
Muted variations
1#DB7F3E
2#D28146
3#C9824F
4#C18458
5#B88561
6#AF8669
7#A68872
8#9E897B
9#958B84
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF6 #FDF6F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEB #FBEBE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7DA #F7DAC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1BD #F1BD98 | BordersInactive statesPlaceholder text |
| 400 | EA9A #EA9A62 | Disabled statesSecondary iconsMuted text |
| 500 | E37E #E37E35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C562 #C5621B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D4E #9D4E15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7038 #70380F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4824 #48240A | Primary textHigh emphasis contentDark headings |
| 950 | 2D16 #2D1606 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FDF6F2;
--chocolate-100: #FBEBE0;
--chocolate-200: #F7DAC5;
--chocolate-300: #F1BD98;
--chocolate-400: #EA9A62;
--chocolate-500: #E37E35;
--chocolate-600: #C5621B;
--chocolate-700: #9D4E15;
--chocolate-800: #70380F;
--chocolate-900: #48240A;
--chocolate-950: #2D1606;
}