Chocolate
#E56934
OrangeColor Codes
All color formats for development
HEX
#E56934RGB
rgb(229, 105, 52)HSL
hsl(18, 77%, 55%)OKLCH
oklch(0.663 0.168 41.9)CMYK
cmyk(0%, 54%, 77%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DF571D
2#C74E1A
3#AE4417
4#953A13
5#7C3110
6#63270D
7#4A1D0A
8#321306
9#190A03
Tints
Lighter variations
1#E77848
2#EA875D
3#ED9671
4#EFA585
5#F2B499
6#F4C3AE
7#F7D2C2
8#FAE1D6
9#FCF0EB
Tones
Muted variations
1#DC6C3D
2#D37046
3#CA744E
4#C17757
5#B87B60
6#B07E69
7#A78272
8#9E857B
9#958983
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF5 #FDF5F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE8 #FBE8DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7D4 #F7D4C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2B2 #F2B297 | BordersInactive statesPlaceholder text |
| 400 | EA8A #EA8A61 | Disabled statesSecondary iconsMuted text |
| 500 | E569 #E56934 | Primary brand colorCTAsActive elementsLinks |
| 600 | C74E #C74E1A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E3E #9E3E15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 712C #712C0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 481C #481C09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D12 #2D1206 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FDF5F1;
--chocolate-100: #FBE8DF;
--chocolate-200: #F7D4C4;
--chocolate-300: #F2B297;
--chocolate-400: #EA8A61;
--chocolate-500: #E56934;
--chocolate-600: #C74E1A;
--chocolate-700: #9E3E15;
--chocolate-800: #712C0F;
--chocolate-900: #481C09;
--chocolate-950: #2D1206;
}