Chocolate

#C4A81C

Yellow

Color Codes

All color formats for development

HEX
#C4A81C
RGB
rgb(196, 168, 28)
HSL
hsl(50, 75%, 44%)
OKLCH
oklch(0.735 0.145 96.4)
CMYK
cmyk(0%, 14%, 86%, 23%)

Accessibility

WCAG contrast compliance

On White Background

2.34:1

AA AAA

On Black Background

8.96:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDFB
100
#FBF6
200
#F7EE
300
#F0E2
400
#E9D2
500
#E2C6
600
#C4A8
700
#9C86
800
#7060
900
#473D
950
#2D26

Shades

Darker variations

1#B19719
2#9D8716
3#897614
4#766511
5#62540E
6#4F430B
7#3B3208
8#272206
9#141103

Tints

Lighter variations

1#DDBE20
2#E2C637
3#E6CD50
4#EAD469
5#EDDB82
6#F1E29B
7#F4EAB4
8#F8F1CD
9#FBF8E6

Tones

Muted variations

1#BCA324
2#B49D2D
3#AB9735
4#A3923E
5#9A8C46
6#92874F
7#898157
8#817B5F
9#797668

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDFB
#FDFBF2
BackgroundsSubtle highlightsCard backgrounds
100
FBF6
#FBF6E0
Light backgroundsTable row hoverSkeleton loading
200
F7EE
#F7EEC5
Secondary backgroundsInput backgroundsDividers
300
F0E2
#F0E298
BordersInactive statesPlaceholder text
400
E9D2
#E9D263
Disabled statesSecondary iconsMuted text
500
E2C6
#E2C636
Primary brand colorCTAsActive elementsLinks
600
C4A8
#C4A81C
Hover statesFocus ringsPrimary buttons hover
700
9C86
#9C8616
Active/pressed statesDark mode accentsSecondary text
800
7060
#706010
Text on light backgroundsHeadingsStrong borders
900
473D
#473D0A
Primary textHigh emphasis contentDark headings
950
2D26
#2D2606
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --chocolate-50: #FDFBF2;
  --chocolate-100: #FBF6E0;
  --chocolate-200: #F7EEC5;
  --chocolate-300: #F0E298;
  --chocolate-400: #E9D263;
  --chocolate-500: #E2C636;
  --chocolate-600: #C4A81C;
  --chocolate-700: #9C8616;
  --chocolate-800: #706010;
  --chocolate-900: #473D0A;
  --chocolate-950: #2D2606;
}
Generate More ShadesCreate PaletteConvert Color