Chocolate

#E65D33

Red

Color Codes

All color formats for development

HEX
#E65D33
RGB
rgb(230, 93, 51)
HSL
hsl(14, 78%, 55%)
OKLCH
oklch(0.648 0.18 37.2)
CMYK
cmyk(0%, 60%, 78%, 10%)

Accessibility

WCAG contrast compliance

On White Background

3.51:1

AA AAA

On Black Background

5.98:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF4
100
#FBE6
200
#F8D0
300
#F2AC
400
#EB81
500
#E65D
600
#C842
700
#9F34
800
#7125
900
#4918
950
#2D0F

Shades

Darker variations

1#E14A1C
2#C84219
3#AF3916
4#963113
5#7D290F
6#64210C
7#4B1909
8#321006
9#190803

Tints

Lighter variations

1#E86D47
2#EB7D5C
3#ED8D70
4#F09E84
5#F2AE99
6#F5BEAD
7#F7CEC2
8#FADFD6
9#FCEFEB

Tones

Muted variations

1#DD613C
2#D46645
3#CB6B4E
4#C27057
5#B9745F
6#B07968
7#A77E71
8#9E837A
9#958783

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF4
#FDF4F1
BackgroundsSubtle highlightsCard backgrounds
100
FBE6
#FBE6DF
Light backgroundsTable row hoverSkeleton loading
200
F8D0
#F8D0C4
Secondary backgroundsInput backgroundsDividers
300
F2AC
#F2AC97
BordersInactive statesPlaceholder text
400
EB81
#EB8160
Disabled statesSecondary iconsMuted text
500
E65D
#E65D33
Primary brand colorCTAsActive elementsLinks
600
C842
#C84219
Hover statesFocus ringsPrimary buttons hover
700
9F34
#9F3414
Active/pressed statesDark mode accentsSecondary text
800
7125
#71250E
Text on light backgroundsHeadingsStrong borders
900
4918
#491809
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: #FDF4F1;
  --chocolate-100: #FBE6DF;
  --chocolate-200: #F8D0C4;
  --chocolate-300: #F2AC97;
  --chocolate-400: #EB8160;
  --chocolate-500: #E65D33;
  --chocolate-600: #C84219;
  --chocolate-700: #9F3414;
  --chocolate-800: #71250E;
  --chocolate-900: #491809;
  --chocolate-950: #2D0F06;
}
Generate More ShadesCreate PaletteConvert Color