Chocolate

#C7991A

Orange

Color Codes

All color formats for development

HEX
#C7991A
RGB
rgb(199, 153, 26)
HSL
hsl(44, 77%, 44%)
OKLCH
oklch(0.707 0.139 85.9)
CMYK
cmyk(0%, 23%, 87%, 22%)

Accessibility

WCAG contrast compliance

On White Background

2.63:1

AA AAA

On Black Background

8.00:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDFA
100
#FBF4
200
#F7EA
300
#F2D9
400
#EAC6
500
#E5B5
600
#C799
700
#9E79
800
#7157
900
#4837
950
#2D23

Shades

Darker variations

1#B38917
2#9F7A15
3#8B6B12
4#775C0F
5#634C0D
6#4F3D0A
7#3C2E08
8#281F05
9#140F03

Tints

Lighter variations

1#E0AC1D
2#E5B635
3#E8BF4E
4#EBC867
5#EFD181
6#F2DA9A
7#F5E4B3
8#F8EDCC
9#FCF6E6

Tones

Muted variations

1#BE9422
2#B5902B
3#AD8C34
4#A4883C
5#9B8445
6#93804E
7#8A7C56
8#81785F
9#797468

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
F7EA
#F7EAC4
Secondary backgroundsInput backgroundsDividers
300
F2D9
#F2D997
BordersInactive statesPlaceholder text
400
EAC6
#EAC661
Disabled statesSecondary iconsMuted text
500
E5B5
#E5B534
Primary brand colorCTAsActive elementsLinks
600
C799
#C7991A
Hover statesFocus ringsPrimary buttons hover
700
9E79
#9E7915
Active/pressed statesDark mode accentsSecondary text
800
7157
#71570F
Text on light backgroundsHeadingsStrong borders
900
4837
#483709
Primary textHigh emphasis contentDark headings
950
2D23
#2D2306
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --chocolate-50: #FDFAF1;
  --chocolate-100: #FBF4DF;
  --chocolate-200: #F7EAC4;
  --chocolate-300: #F2D997;
  --chocolate-400: #EAC661;
  --chocolate-500: #E5B534;
  --chocolate-600: #C7991A;
  --chocolate-700: #9E7915;
  --chocolate-800: #71570F;
  --chocolate-900: #483709;
  --chocolate-950: #2D2306;
}
Generate More ShadesCreate PaletteConvert Color