Chocolate
#E57B34
OrangeColor Codes
All color formats for development
HEX
#E57B34RGB
rgb(229, 123, 52)HSL
hsl(24, 77%, 55%)OKLCH
oklch(0.691 0.155 50.8)CMYK
cmyk(0%, 46%, 77%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DF6B1D
2#C75F1A
3#AE5317
4#954713
5#7C3B10
6#632F0D
7#4A240A
8#321806
9#190C03
Tints
Lighter variations
1#E78848
2#EA955D
3#EDA271
4#EFB085
5#F2BD99
6#F4CAAE
7#F7D7C2
8#FAE5D6
9#FCF2EB
Tones
Muted variations
1#DC7C3D
2#D37E46
3#CA804E
4#C18257
5#B88360
6#B08569
7#A78772
8#9E897B
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 | F7D9 #F7D9C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2BB #F2BB97 | BordersInactive statesPlaceholder text |
| 400 | EA98 #EA9861 | Disabled statesSecondary iconsMuted text |
| 500 | E57B #E57B34 | Primary brand colorCTAsActive elementsLinks |
| 600 | C75F #C75F1A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E4C #9E4C15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7136 #71360F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4823 #482309 | Primary textHigh emphasis contentDark headings |
| 950 | 2D16 #2D1606 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FDF6F1;
--chocolate-100: #FBEADF;
--chocolate-200: #F7D9C4;
--chocolate-300: #F2BB97;
--chocolate-400: #EA9861;
--chocolate-500: #E57B34;
--chocolate-600: #C75F1A;
--chocolate-700: #9E4C15;
--chocolate-800: #71360F;
--chocolate-900: #482309;
--chocolate-950: #2D1606;
}