Chocolate
#E57534
OrangeColor Codes
All color formats for development
HEX
#E57534RGB
rgb(229, 117, 52)HSL
hsl(22, 77%, 55%)OKLCH
oklch(0.681 0.159 47.6)CMYK
cmyk(0%, 49%, 77%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DF641D
2#C7591A
3#AE4E17
4#954313
5#7C3810
6#632D0D
7#4A210A
8#321606
9#190B03
Tints
Lighter variations
1#E78348
2#EA905D
3#ED9E71
4#EFAC85
5#F2BA99
6#F4C8AE
7#F7D6C2
8#FAE3D6
9#FCF1EB
Tones
Muted variations
1#DC773D
2#D37946
3#CA7C4E
4#C17E57
5#B88060
6#B08369
7#A78572
8#9E887B
9#958A83
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF6 #FDF6F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE9 #FBE9DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7D7 #F7D7C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2B8 #F2B897 | BordersInactive statesPlaceholder text |
| 400 | EA93 #EA9361 | Disabled statesSecondary iconsMuted text |
| 500 | E575 #E57534 | Primary brand colorCTAsActive elementsLinks |
| 600 | C759 #C7591A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E47 #9E4715 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7133 #71330F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4820 #482009 | Primary textHigh emphasis contentDark headings |
| 950 | 2D14 #2D1406 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FDF6F1;
--chocolate-100: #FBE9DF;
--chocolate-200: #F7D7C4;
--chocolate-300: #F2B897;
--chocolate-400: #EA9361;
--chocolate-500: #E57534;
--chocolate-600: #C7591A;
--chocolate-700: #9E4715;
--chocolate-800: #71330F;
--chocolate-900: #482009;
--chocolate-950: #2D1406;
}