Chocolate

#B06803

Orange

Color Codes

All color formats for development

HEX
#B06803
RGB
rgb(176, 104, 3)
HSL
hsl(35, 97%, 35%)
OKLCH
oklch(0.585 0.131 64.3)
CMYK
cmyk(0%, 41%, 98%, 31%)

Accessibility

WCAG contrast compliance

On White Background

4.35:1

AA AAA

On Black Background

4.83:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFF9
100
#FEF0
200
#FEE3
300
#FDCE
400
#FCB4
500
#FC9F
600
#DD82
700
#B068
800
#7E4A
900
#502F
950
#321E

Shades

Darker variations

1#9E5D02
2#8D5302
3#7B4902
4#693E02
5#583401
6#462901
7#351F01
8#231501
9#120A00

Tints

Lighter variations

1#D07B03
2#F18E04
3#FC9E1A
4#FCAC3B
5#FDBA5C
6#FDC77C
7#FED59D
8#FEE3BE
9#FFF1DE

Tones

Muted variations

1#A7660B
2#9F6514
3#96631D
4#8D6225
5#85602E
6#7C5F37
7#735E3F
8#6B5C48
9#625B51

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF9
#FFF9F0
BackgroundsSubtle highlightsCard backgrounds
100
FEF0
#FEF0DC
Light backgroundsTable row hoverSkeleton loading
200
FEE3
#FEE3BE
Secondary backgroundsInput backgroundsDividers
300
FDCE
#FDCE8B
BordersInactive statesPlaceholder text
400
FCB4
#FCB44F
Disabled statesSecondary iconsMuted text
500
FC9F
#FC9F1D
Primary brand colorCTAsActive elementsLinks
600
DD82
#DD8203
Hover statesFocus ringsPrimary buttons hover
700
B068
#B06803
Active/pressed statesDark mode accentsSecondary text
800
7E4A
#7E4A02
Text on light backgroundsHeadingsStrong borders
900
502F
#502F01
Primary textHigh emphasis contentDark headings
950
321E
#321E01
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --chocolate-50: #FFF9F0;
  --chocolate-100: #FEF0DC;
  --chocolate-200: #FEE3BE;
  --chocolate-300: #FDCE8B;
  --chocolate-400: #FCB44F;
  --chocolate-500: #FC9F1D;
  --chocolate-600: #DD8203;
  --chocolate-700: #B06803;
  --chocolate-800: #7E4A02;
  --chocolate-900: #502F01;
  --chocolate-950: #321E01;
}
Generate More ShadesCreate PaletteConvert Color