Chocolate
#E38135
OrangeColor Codes
All color formats for development
HEX
#E38135RGB
rgb(227, 129, 53)HSL
hsl(26, 76%, 55%)OKLCH
oklch(0.698 0.149 54.5)CMYK
cmyk(0%, 43%, 77%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DE711E
2#C5651B
3#AD5818
4#944C14
5#7B3F11
6#63320D
7#4A260A
8#311907
9#190D03
Tints
Lighter variations
1#E68D49
2#E99A5D
3#ECA772
4#EEB386
5#F1C09A
6#F4CCAE
7#F7D9C2
8#F9E6D7
9#FCF2EB
Tones
Muted variations
1#DB823E
2#D28346
3#C9844F
4#C18558
5#B88661
6#AF8869
7#A68972
8#9E8A7B
9#958B84
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF7 #FDF7F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEB #FBEBE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7DA #F7DAC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1BE #F1BE98 | BordersInactive statesPlaceholder text |
| 400 | EA9D #EA9D62 | Disabled statesSecondary iconsMuted text |
| 500 | E381 #E38135 | Primary brand colorCTAsActive elementsLinks |
| 600 | C565 #C5651B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D50 #9D5015 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7039 #70390F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4825 #48250A | Primary textHigh emphasis contentDark headings |
| 950 | 2D17 #2D1706 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FDF7F2;
--chocolate-100: #FBEBE0;
--chocolate-200: #F7DAC5;
--chocolate-300: #F1BE98;
--chocolate-400: #EA9D62;
--chocolate-500: #E38135;
--chocolate-600: #C5651B;
--chocolate-700: #9D5015;
--chocolate-800: #70390F;
--chocolate-900: #48250A;
--chocolate-950: #2D1706;
}