Chocolate

#E56F34

Orange

Color Codes

All color formats for development

HEX
#E56F34
RGB
rgb(229, 111, 52)
HSL
hsl(20, 77%, 55%)
OKLCH
oklch(0.672 0.163 44.6)
CMYK
cmyk(0%, 52%, 77%, 10%)

Accessibility

WCAG contrast compliance

On White Background

3.16:1

AA AAA

On Black Background

6.65:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF5
100
#FBE9
200
#F7D5
300
#F2B5
400
#EA8F
500
#E56F
600
#C753
700
#9E42
800
#712F
900
#481E
950
#2D13

Shades

Darker variations

1#DF5E1D
2#C7531A
3#AE4917
4#953F13
5#7C3410
6#632A0D
7#4A1F0A
8#321506
9#190A03

Tints

Lighter variations

1#E77D48
2#EA8C5D
3#ED9A71
4#EFA885
5#F2B799
6#F4C5AE
7#F7D4C2
8#FAE2D6
9#FCF1EB

Tones

Muted variations

1#DC723D
2#D37546
3#CA784E
4#C17B57
5#B87E60
6#B08069
7#A78372
8#9E867B
9#958983

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF5
#FDF5F1
BackgroundsSubtle highlightsCard backgrounds
100
FBE9
#FBE9DF
Light backgroundsTable row hoverSkeleton loading
200
F7D5
#F7D5C4
Secondary backgroundsInput backgroundsDividers
300
F2B5
#F2B597
BordersInactive statesPlaceholder text
400
EA8F
#EA8F61
Disabled statesSecondary iconsMuted text
500
E56F
#E56F34
Primary brand colorCTAsActive elementsLinks
600
C753
#C7531A
Hover statesFocus ringsPrimary buttons hover
700
9E42
#9E4215
Active/pressed statesDark mode accentsSecondary text
800
712F
#712F0F
Text on light backgroundsHeadingsStrong borders
900
481E
#481E09
Primary textHigh emphasis contentDark headings
950
2D13
#2D1306
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --chocolate-50: #FDF5F1;
  --chocolate-100: #FBE9DF;
  --chocolate-200: #F7D5C4;
  --chocolate-300: #F2B597;
  --chocolate-400: #EA8F61;
  --chocolate-500: #E56F34;
  --chocolate-600: #C7531A;
  --chocolate-700: #9E4215;
  --chocolate-800: #712F0F;
  --chocolate-900: #481E09;
  --chocolate-950: #2D1306;
}
Generate More ShadesCreate PaletteConvert Color