Chocolate

#C85F19

Orange

Color Codes

All color formats for development

HEX
#C85F19
RGB
rgb(200, 95, 25)
HSL
hsl(24, 78%, 44%)
OKLCH
oklch(0.604 0.153 48.3)
CMYK
cmyk(0%, 53%, 88%, 22%)

Accessibility

WCAG contrast compliance

On White Background

4.11:1

AA AAA

On Black Background

5.11:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF6
100
#FBEA
200
#F8D9
300
#F2BB
400
#EB98
500
#E67A
600
#C85F
700
#9F4B
800
#7136
900
#4922
950
#2D16

Shades

Darker variations

1#B45516
2#A04C14
3#8C4211
4#78390F
5#642F0C
6#50260A
7#3C1C07
8#281305
9#140902

Tints

Lighter variations

1#E16B1C
2#E67B34
3#E98B4D
4#EC9C66
5#EFAC80
6#F2BD99
7#F6CDB3
8#F9DECC
9#FCEEE6

Tones

Muted variations

1#BF6021
2#B6622A
3#AD6433
4#A5663C
5#9C6744
6#93694D
7#8A6B56
8#826D5F
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
F2BB
#F2BB97
BordersInactive statesPlaceholder text
400
EB98
#EB9860
Disabled statesSecondary iconsMuted text
500
E67A
#E67A33
Primary brand colorCTAsActive elementsLinks
600
C85F
#C85F19
Hover statesFocus ringsPrimary buttons hover
700
9F4B
#9F4B14
Active/pressed statesDark mode accentsSecondary text
800
7136
#71360E
Text on light backgroundsHeadingsStrong borders
900
4922
#492209
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: #FBEADF;
  --chocolate-200: #F8D9C4;
  --chocolate-300: #F2BB97;
  --chocolate-400: #EB9860;
  --chocolate-500: #E67A33;
  --chocolate-600: #C85F19;
  --chocolate-700: #9F4B14;
  --chocolate-800: #71360E;
  --chocolate-900: #492209;
  --chocolate-950: #2D1606;
}
Generate More ShadesCreate PaletteConvert Color