Chocolate
#E35835
RedColor Codes
All color formats for development
HEX
#E35835RGB
rgb(227, 88, 53)HSL
hsl(12, 76%, 55%)OKLCH
oklch(0.638 0.18 35.2)CMYK
cmyk(0%, 61%, 77%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DE451E
2#C53D1B
3#AD3518
4#942E14
5#7B2611
6#631F0D
7#4A170A
8#310F07
9#190803
Tints
Lighter variations
1#E66949
2#E9795D
3#EC8A72
4#EE9B86
5#F1AB9A
6#F4BCAE
7#F7CDC2
8#F9DED7
9#FCEEEB
Tones
Muted variations
1#DB5D3E
2#D26246
3#C9684F
4#C16D58
5#B87261
6#AF7769
7#A67D72
8#9E827B
9#958784
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF4 #FDF4F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE5 #FBE5E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7CF #F7CFC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1AA #F1AA98 | BordersInactive statesPlaceholder text |
| 400 | EA7D #EA7D62 | Disabled statesSecondary iconsMuted text |
| 500 | E358 #E35835 | Primary brand colorCTAsActive elementsLinks |
| 600 | C53D #C53D1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D31 #9D3115 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7023 #70230F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4816 #48160A | 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: #FDF4F2;
--chocolate-100: #FBE5E0;
--chocolate-200: #F7CFC5;
--chocolate-300: #F1AA98;
--chocolate-400: #EA7D62;
--chocolate-500: #E35835;
--chocolate-600: #C53D1B;
--chocolate-700: #9D3115;
--chocolate-800: #70230F;
--chocolate-900: #48160A;
--chocolate-950: #2D0E06;
}