Chocolate
#E87A30
OrangeColor Codes
All color formats for development
HEX
#E87A30RGB
rgb(232, 122, 48)HSL
hsl(24, 80%, 55%)OKLCH
oklch(0.693 0.16 50.4)CMYK
cmyk(0%, 47%, 79%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E36A19
2#CA5E16
3#B15214
4#974711
5#7E3B0E
6#652F0B
7#4C2308
8#321806
9#190C03
Tints
Lighter variations
1#EA8745
2#ED955A
3#EFA26E
4#F1AF83
5#F4BC98
6#F6CAAC
7#F8D7C1
8#FAE4D6
9#FDF2EA
Tones
Muted variations
1#DF7C3A
2#D67E43
3#CD7F4C
4#C38155
5#BA835E
6#B18568
7#A88771
8#9F897A
9#958A83
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF6 #FDF6F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEA #FBEADF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8D9 #F8D9C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3BB #F3BB95 | BordersInactive statesPlaceholder text |
| 400 | ED97 #ED975E | Disabled statesSecondary iconsMuted text |
| 500 | E87A #E87A30 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA5E #CA5E16 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A14B #A14B12 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7336 #73360D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4922 #492208 | Primary textHigh emphasis contentDark headings |
| 950 | 2E15 #2E1505 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FDF6F1;
--chocolate-100: #FBEADF;
--chocolate-200: #F8D9C3;
--chocolate-300: #F3BB95;
--chocolate-400: #ED975E;
--chocolate-500: #E87A30;
--chocolate-600: #CA5E16;
--chocolate-700: #A14B12;
--chocolate-800: #73360D;
--chocolate-900: #492208;
--chocolate-950: #2E1505;
}