Chocolate
#E87730
OrangeColor Codes
All color formats for development
HEX
#E87730RGB
rgb(232, 119, 48)HSL
hsl(23, 80%, 55%)OKLCH
oklch(0.688 0.162 48.9)CMYK
cmyk(0%, 49%, 79%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E36719
2#CA5B16
3#B15014
4#974411
5#7E390E
6#652E0B
7#4C2208
8#321706
9#190B03
Tints
Lighter variations
1#EA8445
2#ED925A
3#EFA06E
4#F1AD83
5#F4BB98
6#F6C9AC
7#F8D6C1
8#FAE4D6
9#FDF1EA
Tones
Muted variations
1#DF793A
2#D67B43
3#CD7D4C
4#C37F55
5#BA825E
6#B18468
7#A88671
8#9F887A
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 | F8D8 #F8D8C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3B9 #F3B995 | BordersInactive statesPlaceholder text |
| 400 | ED95 #ED955E | Disabled statesSecondary iconsMuted text |
| 500 | E877 #E87730 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA5B #CA5B16 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A149 #A14912 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7334 #73340D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4921 #492108 | 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: #F8D8C3;
--chocolate-300: #F3B995;
--chocolate-400: #ED955E;
--chocolate-500: #E87730;
--chocolate-600: #CA5B16;
--chocolate-700: #A14912;
--chocolate-800: #73340D;
--chocolate-900: #492108;
--chocolate-950: #2E1505;
}