Chocolate

#C4621C

Orange

Color Codes

All color formats for development

HEX
#C4621C
RGB
rgb(196, 98, 28)
HSL
hsl(25, 75%, 44%)
OKLCH
oklch(0.603 0.147 50.4)
CMYK
cmyk(0%, 50%, 86%, 23%)

Accessibility

WCAG contrast compliance

On White Background

4.11:1

AA AAA

On Black Background

5.11:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF6
100
#FBEB
200
#F7DA
300
#F0BD
400
#E99B
500
#E27E
600
#C462
700
#9C4E
800
#7038
900
#4724
950
#2D16

Shades

Darker variations

1#B15819
2#9D4F16
3#894514
4#763B11
5#62310E
6#4F270B
7#3B1D08
8#271406
9#140A03

Tints

Lighter variations

1#DD6F20
2#E27E37
3#E68F50
4#EA9F69
5#EDAF82
6#F1BF9B
7#F4CFB4
8#F8DFCD
9#FBEFE6

Tones

Muted variations

1#BC6424
2#B4652D
3#AB6635
4#A3683E
5#9A6946
6#926B4F
7#896C57
8#816D5F
9#796F68

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF6
#FDF6F2
BackgroundsSubtle highlightsCard backgrounds
100
FBEB
#FBEBE0
Light backgroundsTable row hoverSkeleton loading
200
F7DA
#F7DAC5
Secondary backgroundsInput backgroundsDividers
300
F0BD
#F0BD98
BordersInactive statesPlaceholder text
400
E99B
#E99B63
Disabled statesSecondary iconsMuted text
500
E27E
#E27E36
Primary brand colorCTAsActive elementsLinks
600
C462
#C4621C
Hover statesFocus ringsPrimary buttons hover
700
9C4E
#9C4E16
Active/pressed statesDark mode accentsSecondary text
800
7038
#703810
Text on light backgroundsHeadingsStrong borders
900
4724
#47240A
Primary textHigh emphasis contentDark headings
950
2D16
#2D1606
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --chocolate-50: #FDF6F2;
  --chocolate-100: #FBEBE0;
  --chocolate-200: #F7DAC5;
  --chocolate-300: #F0BD98;
  --chocolate-400: #E99B63;
  --chocolate-500: #E27E36;
  --chocolate-600: #C4621C;
  --chocolate-700: #9C4E16;
  --chocolate-800: #703810;
  --chocolate-900: #47240A;
  --chocolate-950: #2D1606;
}
Generate More ShadesCreate PaletteConvert Color