Chocolate
#E86430
OrangeColor Codes
All color formats for development
HEX
#E86430RGB
rgb(232, 100, 48)HSL
hsl(17, 80%, 55%)OKLCH
oklch(0.66 0.176 40.4)CMYK
cmyk(0%, 57%, 79%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E35219
2#CA4916
3#B14014
4#973711
5#7E2E0E
6#65250B
7#4C1B08
8#321206
9#190903
Tints
Lighter variations
1#EA7445
2#ED835A
3#EF936E
4#F1A283
5#F4B298
6#F6C1AC
7#F8D1C1
8#FAE0D6
9#FDF0EA
Tones
Muted variations
1#DF683A
2#D66C43
3#CD704C
4#C37455
5#BA785E
6#B17C68
7#A88071
8#9F847A
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 | F8D2 #F8D2C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3B0 #F3B095 | BordersInactive statesPlaceholder text |
| 400 | ED87 #ED875E | Disabled statesSecondary iconsMuted text |
| 500 | E864 #E86430 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA49 #CA4916 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A13A #A13A12 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 732A #732A0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 491B #491B08 | Primary textHigh emphasis contentDark headings |
| 950 | 2E11 #2E1105 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FDF5F1;
--chocolate-100: #FBE7DF;
--chocolate-200: #F8D2C3;
--chocolate-300: #F3B095;
--chocolate-400: #ED875E;
--chocolate-500: #E86430;
--chocolate-600: #CA4916;
--chocolate-700: #A13A12;
--chocolate-800: #732A0D;
--chocolate-900: #491B08;
--chocolate-950: #2E1105;
}