Chocolate
#E55A34
RedColor Codes
All color formats for development
HEX
#E55A34RGB
rgb(229, 90, 52)HSL
hsl(13, 77%, 55%)OKLCH
oklch(0.643 0.181 36)CMYK
cmyk(0%, 61%, 77%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DF471D
2#C73F1A
3#AE3717
4#952F13
5#7C2810
6#63200D
7#4A180A
8#321006
9#190803
Tints
Lighter variations
1#E76B48
2#EA7B5D
3#ED8C71
4#EF9C85
5#F2AD99
6#F4BDAE
7#F7CEC2
8#FADED6
9#FCEFEB
Tones
Muted variations
1#DC5F3D
2#D36446
3#CA694E
4#C16E57
5#B87360
6#B07869
7#A77D72
8#9E827B
9#958783
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF4 #FDF4F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE5 #FBE5DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7CF #F7CFC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2AB #F2AB97 | BordersInactive statesPlaceholder text |
| 400 | EA7F #EA7F61 | Disabled statesSecondary iconsMuted text |
| 500 | E55A #E55A34 | Primary brand colorCTAsActive elementsLinks |
| 600 | C73F #C73F1A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E32 #9E3215 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7124 #71240F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4817 #481709 | Primary textHigh emphasis contentDark headings |
| 950 | 2D0E #2D0E06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FDF4F1;
--chocolate-100: #FBE5DF;
--chocolate-200: #F7CFC4;
--chocolate-300: #F2AB97;
--chocolate-400: #EA7F61;
--chocolate-500: #E55A34;
--chocolate-600: #C73F1A;
--chocolate-700: #9E3215;
--chocolate-800: #71240F;
--chocolate-900: #481709;
--chocolate-950: #2D0E06;
}