Chocolate

#CA9116

Orange

Color Codes

All color formats for development

HEX
#CA9116
RGB
rgb(202, 145, 22)
HSL
hsl(41, 80%, 44%)
OKLCH
oklch(0.695 0.139 79.4)
CMYK
cmyk(0%, 28%, 89%, 21%)

Accessibility

WCAG contrast compliance

On White Background

2.77:1

AA AAA

On Black Background

7.57:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDFA
100
#FBF2
200
#F8E8
300
#F3D6
400
#EDC0
500
#E8AE
600
#CA91
700
#A173
800
#7352
900
#4935
950
#2E21

Shades

Darker variations

1#B68314
2#A27412
3#8D6610
4#79570D
5#65490B
6#513A09
7#3D2C07
8#281D04
9#140F02

Tints

Lighter variations

1#E4A419
2#E8AE31
3#EBB84B
4#EEC265
5#F1CD7E
6#F4D798
7#F6E1B2
8#F9EBCC
9#FCF5E5

Tones

Muted variations

1#C18E1F
2#B88B28
3#AF8731
4#A6843A
5#9D8143
6#947D4C
7#8B7A55
8#82775E
9#797367

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDFA
#FDFAF1
BackgroundsSubtle highlightsCard backgrounds
100
FBF2
#FBF2DF
Light backgroundsTable row hoverSkeleton loading
200
F8E8
#F8E8C3
Secondary backgroundsInput backgroundsDividers
300
F3D6
#F3D695
BordersInactive statesPlaceholder text
400
EDC0
#EDC05E
Disabled statesSecondary iconsMuted text
500
E8AE
#E8AE30
Primary brand colorCTAsActive elementsLinks
600
CA91
#CA9116
Hover statesFocus ringsPrimary buttons hover
700
A173
#A17312
Active/pressed statesDark mode accentsSecondary text
800
7352
#73520D
Text on light backgroundsHeadingsStrong borders
900
4935
#493508
Primary textHigh emphasis contentDark headings
950
2E21
#2E2105
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --chocolate-50: #FDFAF1;
  --chocolate-100: #FBF2DF;
  --chocolate-200: #F8E8C3;
  --chocolate-300: #F3D695;
  --chocolate-400: #EDC05E;
  --chocolate-500: #E8AE30;
  --chocolate-600: #CA9116;
  --chocolate-700: #A17312;
  --chocolate-800: #73520D;
  --chocolate-900: #493508;
  --chocolate-950: #2E2105;
}
Generate More ShadesCreate PaletteConvert Color