Chocolate

#E77A32

Orange

Color Codes

All color formats for development

HEX
#E77A32
RGB
rgb(231, 122, 50)
HSL
hsl(24, 79%, 55%)
OKLCH
oklch(0.692 0.158 50.2)
CMYK
cmyk(0%, 47%, 78%, 9%)

Accessibility

WCAG contrast compliance

On White Background

2.91:1

AA AAA

On Black Background

7.23:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF6
100
#FBEA
200
#F8D9
300
#F3BB
400
#EC98
500
#E77A
600
#C95E
700
#A04B
800
#7236
900
#4922
950
#2E15

Shades

Darker variations

1#E26A1B
2#C95E18
3#B05315
4#974712
5#7E3B0F
6#642F0C
7#4B2309
8#321806
9#190C03

Tints

Lighter variations

1#E98746
2#EC955B
3#EEA26F
4#F1AF84
5#F3BD98
6#F5CAAD
7#F8D7C1
8#FAE4D6
9#FDF2EA

Tones

Muted variations

1#DE7C3B
2#D57E44
3#CC804D
4#C38156
5#BA835F
6#B18568
7#A78771
8#9E897A
9#958A83

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF6
#FDF6F1
BackgroundsSubtle highlightsCard backgrounds
100
FBEA
#FBEADF
Light backgroundsTable row hoverSkeleton loading
200
F8D9
#F8D9C4
Secondary backgroundsInput backgroundsDividers
300
F3BB
#F3BB96
BordersInactive statesPlaceholder text
400
EC98
#EC985F
Disabled statesSecondary iconsMuted text
500
E77A
#E77A32
Primary brand colorCTAsActive elementsLinks
600
C95E
#C95E18
Hover statesFocus ringsPrimary buttons hover
700
A04B
#A04B13
Active/pressed statesDark mode accentsSecondary text
800
7236
#72360D
Text on light backgroundsHeadingsStrong borders
900
4922
#492209
Primary textHigh emphasis contentDark headings
950
2E15
#2E1505
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --chocolate-50: #FDF6F1;
  --chocolate-100: #FBEADF;
  --chocolate-200: #F8D9C4;
  --chocolate-300: #F3BB96;
  --chocolate-400: #EC985F;
  --chocolate-500: #E77A32;
  --chocolate-600: #C95E18;
  --chocolate-700: #A04B13;
  --chocolate-800: #72360D;
  --chocolate-900: #492209;
  --chocolate-950: #2E1505;
}
Generate More ShadesCreate PaletteConvert Color