Chocolate

#C95318

Orange

Color Codes

All color formats for development

HEX
#C95318
RGB
rgb(201, 83, 24)
HSL
hsl(20, 79%, 44%)
OKLCH
oklch(0.588 0.164 42.6)
CMYK
cmyk(0%, 59%, 88%, 21%)

Accessibility

WCAG contrast compliance

On White Background

4.44:1

AA AAA

On Black Background

4.73:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF5
100
#FBE8
200
#F8D5
300
#F3B5
400
#EC8E
500
#E76E
600
#C953
700
#A042
800
#722F
900
#491E
950
#2E13

Shades

Darker variations

1#B54A15
2#A14213
3#8D3A10
4#79320E
5#64290C
6#502109
7#3C1907
8#281105
9#140802

Tints

Lighter variations

1#E25D1B
2#E76F33
3#EA814C
4#ED9366
5#F0A57F
6#F3B799
7#F6C9B2
8#F9DBCC
9#FCEDE5

Tones

Muted variations

1#C05620
2#B75929
3#AE5C32
4#A55E3B
5#9D6144
6#94644D
7#8B6756
8#826A5E
9#796D67

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF5
#FDF5F1
BackgroundsSubtle highlightsCard backgrounds
100
FBE8
#FBE8DF
Light backgroundsTable row hoverSkeleton loading
200
F8D5
#F8D5C4
Secondary backgroundsInput backgroundsDividers
300
F3B5
#F3B596
BordersInactive statesPlaceholder text
400
EC8E
#EC8E5F
Disabled statesSecondary iconsMuted text
500
E76E
#E76E32
Primary brand colorCTAsActive elementsLinks
600
C953
#C95318
Hover statesFocus ringsPrimary buttons hover
700
A042
#A04213
Active/pressed statesDark mode accentsSecondary text
800
722F
#722F0D
Text on light backgroundsHeadingsStrong borders
900
491E
#491E09
Primary textHigh emphasis contentDark headings
950
2E13
#2E1305
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --chocolate-50: #FDF5F1;
  --chocolate-100: #FBE8DF;
  --chocolate-200: #F8D5C4;
  --chocolate-300: #F3B596;
  --chocolate-400: #EC8E5F;
  --chocolate-500: #E76E32;
  --chocolate-600: #C95318;
  --chocolate-700: #A04213;
  --chocolate-800: #722F0D;
  --chocolate-900: #491E09;
  --chocolate-950: #2E1305;
}
Generate More ShadesCreate PaletteConvert Color