Chocolate

#CA9A16

Orange

Color Codes

All color formats for development

HEX
#CA9A16
RGB
rgb(202, 154, 22)
HSL
hsl(44, 80%, 44%)
OKLCH
oklch(0.712 0.141 85.3)
CMYK
cmyk(0%, 24%, 89%, 21%)

Accessibility

WCAG contrast compliance

On White Background

2.58:1

AA AAA

On Black Background

8.15:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDFA
100
#FBF4
200
#F8EA
300
#F3DA
400
#EDC7
500
#E8B7
600
#CA9A
700
#A17B
800
#7358
900
#4938
950
#2E23

Shades

Darker variations

1#B68B14
2#A27B12
3#8D6C10
4#795C0D
5#654D0B
6#513E09
7#3D2E07
8#281F04
9#140F02

Tints

Lighter variations

1#E4AE19
2#E8B731
3#EBC04B
4#EEC965
5#F1D27E
6#F4DB98
7#F6E4B2
8#F9EDCC
9#FCF6E5

Tones

Muted variations

1#C1961F
2#B89228
3#AF8E31
4#A6893A
5#9D8543
6#94814C
7#8B7D55
8#82795E
9#797467

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDFA
#FDFAF1
BackgroundsSubtle highlightsCard backgrounds
100
FBF4
#FBF4DF
Light backgroundsTable row hoverSkeleton loading
200
F8EA
#F8EAC3
Secondary backgroundsInput backgroundsDividers
300
F3DA
#F3DA95
BordersInactive statesPlaceholder text
400
EDC7
#EDC75E
Disabled statesSecondary iconsMuted text
500
E8B7
#E8B730
Primary brand colorCTAsActive elementsLinks
600
CA9A
#CA9A16
Hover statesFocus ringsPrimary buttons hover
700
A17B
#A17B12
Active/pressed statesDark mode accentsSecondary text
800
7358
#73580D
Text on light backgroundsHeadingsStrong borders
900
4938
#493808
Primary textHigh emphasis contentDark headings
950
2E23
#2E2305
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --chocolate-50: #FDFAF1;
  --chocolate-100: #FBF4DF;
  --chocolate-200: #F8EAC3;
  --chocolate-300: #F3DA95;
  --chocolate-400: #EDC75E;
  --chocolate-500: #E8B730;
  --chocolate-600: #CA9A16;
  --chocolate-700: #A17B12;
  --chocolate-800: #73580D;
  --chocolate-900: #493808;
  --chocolate-950: #2E2305;
}
Generate More ShadesCreate PaletteConvert Color