Chocolate

#C95E18

Orange

Color Codes

All color formats for development

HEX
#C95E18
RGB
rgb(201, 94, 24)
HSL
hsl(24, 79%, 44%)
OKLCH
oklch(0.604 0.155 47.7)
CMYK
cmyk(0%, 53%, 88%, 21%)

Accessibility

WCAG contrast compliance

On White Background

4.12:1

AA AAA

On Black Background

5.10: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#B55515
2#A14C13
3#8D4210
4#79390E
5#642F0C
6#502609
7#3C1C07
8#281305
9#140902

Tints

Lighter variations

1#E26A1B
2#E77B33
3#EA8B4C
4#ED9C66
5#F0AC7F
6#F3BD99
7#F6CDB2
8#F9DECC
9#FCEEE5

Tones

Muted variations

1#C06020
2#B76229
3#AE6432
4#A5663B
5#9D6744
6#94694D
7#8B6B56
8#826D5E
9#796E67

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