Chocolate

#E67D33

Orange

Color Codes

All color formats for development

HEX
#E67D33
RGB
rgb(230, 125, 51)
HSL
hsl(25, 78%, 55%)
OKLCH
oklch(0.695 0.155 51.9)
CMYK
cmyk(0%, 46%, 78%, 10%)

Accessibility

WCAG contrast compliance

On White Background

2.86:1

AA AAA

On Black Background

7.35:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF6
100
#FBEB
200
#F8DA
300
#F2BD
400
#EB9A
500
#E67D
600
#C862
700
#9F4E
800
#7137
900
#4923
950
#2D16

Shades

Darker variations

1#E16E1C
2#C86219
3#AF5516
4#964913
5#7D3D0F
6#64310C
7#4B2509
8#321806
9#190C03

Tints

Lighter variations

1#E88A47
2#EB975C
3#EDA470
4#F0B184
5#F2BE99
6#F5CBAD
7#F7D8C2
8#FAE5D6
9#FCF2EB

Tones

Muted variations

1#DD7F3C
2#D48045
3#CB824E
4#C28357
5#B9855F
6#B08668
7#A78871
8#9E897A
9#958B83

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF6
#FDF6F1
BackgroundsSubtle highlightsCard backgrounds
100
FBEB
#FBEBDF
Light backgroundsTable row hoverSkeleton loading
200
F8DA
#F8DAC4
Secondary backgroundsInput backgroundsDividers
300
F2BD
#F2BD97
BordersInactive statesPlaceholder text
400
EB9A
#EB9A60
Disabled statesSecondary iconsMuted text
500
E67D
#E67D33
Primary brand colorCTAsActive elementsLinks
600
C862
#C86219
Hover statesFocus ringsPrimary buttons hover
700
9F4E
#9F4E14
Active/pressed statesDark mode accentsSecondary text
800
7137
#71370E
Text on light backgroundsHeadingsStrong borders
900
4923
#492309
Primary textHigh emphasis contentDark headings
950
2D16
#2D1606
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --chocolate-50: #FDF6F1;
  --chocolate-100: #FBEBDF;
  --chocolate-200: #F8DAC4;
  --chocolate-300: #F2BD97;
  --chocolate-400: #EB9A60;
  --chocolate-500: #E67D33;
  --chocolate-600: #C86219;
  --chocolate-700: #9F4E14;
  --chocolate-800: #71370E;
  --chocolate-900: #492309;
  --chocolate-950: #2D1606;
}
Generate More ShadesCreate PaletteConvert Color