Chocolate
#E35B35
RedColor Codes
All color formats for development
HEX
#E35B35RGB
rgb(227, 91, 53)HSL
hsl(13, 76%, 55%)OKLCH
oklch(0.641 0.178 36.2)CMYK
cmyk(0%, 60%, 77%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DE481E
2#C5401B
3#AD3818
4#943014
5#7B2811
6#63200D
7#4A180A
8#311007
9#190803
Tints
Lighter variations
1#E66B49
2#E97C5D
3#EC8C72
4#EE9C86
5#F1AD9A
6#F4BDAE
7#F7CEC2
8#F9DED7
9#FCEFEB
Tones
Muted variations
1#DB603E
2#D26546
3#C96A4F
4#C16F58
5#B87461
6#AF7869
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 | F7D0 #F7D0C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1AB #F1AB98 | BordersInactive statesPlaceholder text |
| 400 | EA7F #EA7F62 | Disabled statesSecondary iconsMuted text |
| 500 | E35B #E35B35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C540 #C5401B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D33 #9D3315 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7024 #70240F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4817 #48170A | Primary textHigh emphasis contentDark headings |
| 950 | 2D0F #2D0F06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FDF4F2;
--chocolate-100: #FBE5E0;
--chocolate-200: #F7D0C5;
--chocolate-300: #F1AB98;
--chocolate-400: #EA7F62;
--chocolate-500: #E35B35;
--chocolate-600: #C5401B;
--chocolate-700: #9D3315;
--chocolate-800: #70240F;
--chocolate-900: #48170A;
--chocolate-950: #2D0F06;
}