Chocolate

#CA5B16

Orange

Color Codes

All color formats for development

HEX
#CA5B16
RGB
rgb(202, 91, 22)
HSL
hsl(23, 80%, 44%)
OKLCH
oklch(0.601 0.159 46.3)
CMYK
cmyk(0%, 55%, 89%, 21%)

Accessibility

WCAG contrast compliance

On White Background

4.18:1

AA AAA

On Black Background

5.02:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF6
100
#FBEA
200
#F8D8
300
#F3B9
400
#ED95
500
#E877
600
#CA5B
700
#A149
800
#7334
900
#4921
950
#2E15

Shades

Darker variations

1#B65214
2#A24912
3#8D4010
4#79370D
5#652E0B
6#512509
7#3D1B07
8#281204
9#140902

Tints

Lighter variations

1#E46719
2#E87731
3#EB884B
4#EE9965
5#F1AA7E
6#F4BB98
7#F6CCB2
8#F9DDCC
9#FCEEE5

Tones

Muted variations

1#C15D1F
2#B85F28
3#AF6231
4#A6643A
5#9D6643
6#94684C
7#8B6A55
8#826C5E
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
F8D8
#F8D8C3
Secondary backgroundsInput backgroundsDividers
300
F3B9
#F3B995
BordersInactive statesPlaceholder text
400
ED95
#ED955E
Disabled statesSecondary iconsMuted text
500
E877
#E87730
Primary brand colorCTAsActive elementsLinks
600
CA5B
#CA5B16
Hover statesFocus ringsPrimary buttons hover
700
A149
#A14912
Active/pressed statesDark mode accentsSecondary text
800
7334
#73340D
Text on light backgroundsHeadingsStrong borders
900
4921
#492108
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: #F8D8C3;
  --chocolate-300: #F3B995;
  --chocolate-400: #ED955E;
  --chocolate-500: #E87730;
  --chocolate-600: #CA5B16;
  --chocolate-700: #A14912;
  --chocolate-800: #73340D;
  --chocolate-900: #492108;
  --chocolate-950: #2E1505;
}
Generate More ShadesCreate PaletteConvert Color