Chocolate

#E36F35

Orange

Color Codes

All color formats for development

HEX
#E36F35
RGB
rgb(227, 111, 53)
HSL
hsl(20, 76%, 55%)
OKLCH
oklch(0.669 0.161 44.7)
CMYK
cmyk(0%, 51%, 77%, 11%)

Accessibility

WCAG contrast compliance

On White Background

3.19:1

AA AAA

On Black Background

6.59:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF5
100
#FBE9
200
#F7D5
300
#F1B5
400
#EA8F
500
#E36F
600
#C554
700
#9D43
800
#7030
900
#481E
950
#2D13

Shades

Darker variations

1#DE5E1E
2#C5541B
3#AD4918
4#943F14
5#7B3411
6#632A0D
7#4A1F0A
8#311507
9#190A03

Tints

Lighter variations

1#E67E49
2#E98C5D
3#EC9A72
4#EEA986
5#F1B79A
6#F4C5AE
7#F7D4C2
8#F9E2D7
9#FCF1EB

Tones

Muted variations

1#DB723E
2#D27546
3#C9784F
4#C17B58
5#B87E61
6#AF8169
7#A68472
8#9E867B
9#958984

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF5
#FDF5F2
BackgroundsSubtle highlightsCard backgrounds
100
FBE9
#FBE9E0
Light backgroundsTable row hoverSkeleton loading
200
F7D5
#F7D5C5
Secondary backgroundsInput backgroundsDividers
300
F1B5
#F1B598
BordersInactive statesPlaceholder text
400
EA8F
#EA8F62
Disabled statesSecondary iconsMuted text
500
E36F
#E36F35
Primary brand colorCTAsActive elementsLinks
600
C554
#C5541B
Hover statesFocus ringsPrimary buttons hover
700
9D43
#9D4315
Active/pressed statesDark mode accentsSecondary text
800
7030
#70300F
Text on light backgroundsHeadingsStrong borders
900
481E
#481E0A
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: #FDF5F2;
  --chocolate-100: #FBE9E0;
  --chocolate-200: #F7D5C5;
  --chocolate-300: #F1B598;
  --chocolate-400: #EA8F62;
  --chocolate-500: #E36F35;
  --chocolate-600: #C5541B;
  --chocolate-700: #9D4315;
  --chocolate-800: #70300F;
  --chocolate-900: #481E0A;
  --chocolate-950: #2D1306;
}
Generate More ShadesCreate PaletteConvert Color