Chocolate
#E26136
OrangeColor Codes
All color formats for development
HEX
#E26136RGB
rgb(226, 97, 54)HSL
hsl(15, 75%, 55%)OKLCH
oklch(0.648 0.171 38.4)CMYK
cmyk(0%, 57%, 76%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DD4F20
2#C4461C
3#AC3D19
4#933515
5#7B2C12
6#62230E
7#4A1A0B
8#311207
9#190904
Tints
Lighter variations
1#E5714A
2#E8815E
3#EB9172
4#EEA087
5#F1B09B
6#F4C0AF
7#F6D0C3
8#F9DFD7
9#FCEFEB
Tones
Muted variations
1#DA663F
2#D16A47
3#C86E50
4#C07259
5#B77761
6#AF7B6A
7#A67F72
8#9D847B
9#958884
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF4 #FDF4F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE6 #FBE6E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7D1 #F7D1C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F0AE #F0AE98 | BordersInactive statesPlaceholder text |
| 400 | E984 #E98463 | Disabled statesSecondary iconsMuted text |
| 500 | E261 #E26136 | Primary brand colorCTAsActive elementsLinks |
| 600 | C446 #C4461C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C38 #9C3816 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7028 #702810 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4719 #47190A | Primary textHigh emphasis contentDark headings |
| 950 | 2D10 #2D1006 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FDF4F2;
--chocolate-100: #FBE6E0;
--chocolate-200: #F7D1C5;
--chocolate-300: #F0AE98;
--chocolate-400: #E98463;
--chocolate-500: #E26136;
--chocolate-600: #C4461C;
--chocolate-700: #9C3816;
--chocolate-800: #702810;
--chocolate-900: #47190A;
--chocolate-950: #2D1006;
}