Chocolate
#E86130
OrangeColor Codes
All color formats for development
HEX
#E86130RGB
rgb(232, 97, 48)HSL
hsl(16, 80%, 55%)OKLCH
oklch(0.656 0.179 39.2)CMYK
cmyk(0%, 58%, 79%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E34F19
2#CA4616
3#B13E14
4#973511
5#7E2C0E
6#65230B
7#4C1A08
8#321206
9#190903
Tints
Lighter variations
1#EA7145
2#ED815A
3#EF916E
4#F1A083
5#F4B098
6#F6C0AC
7#F8D0C1
8#FADFD6
9#FDEFEA
Tones
Muted variations
1#DF663A
2#D66A43
3#CD6E4C
4#C37355
5#BA775E
6#B17B68
7#A87F71
8#9F847A
9#958883
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF4 #FDF4F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE6 #FBE6DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8D1 #F8D1C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3AE #F3AE95 | BordersInactive statesPlaceholder text |
| 400 | ED84 #ED845E | Disabled statesSecondary iconsMuted text |
| 500 | E861 #E86130 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA46 #CA4616 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A138 #A13812 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7328 #73280D | Text on light backgroundsHeadingsStrong borders |
| 900 | 491A #491A08 | Primary textHigh emphasis contentDark headings |
| 950 | 2E10 #2E1005 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FDF4F1;
--chocolate-100: #FBE6DF;
--chocolate-200: #F8D1C3;
--chocolate-300: #F3AE95;
--chocolate-400: #ED845E;
--chocolate-500: #E86130;
--chocolate-600: #CA4616;
--chocolate-700: #A13812;
--chocolate-800: #73280D;
--chocolate-900: #491A08;
--chocolate-950: #2E1005;
}