Charcoal

#493809

Orange

Color Codes

All color formats for development

HEX
#493809
RGB
rgb(73, 56, 9)
HSL
hsl(44, 78%, 16%)
OKLCH
oklch(0.35 0.065 87.4)
CMYK
cmyk(0%, 23%, 88%, 71%)

Accessibility

WCAG contrast compliance

On White Background

11.33:1

AA AAA

On Black Background

1.85:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDFA
100
#FBF4
200
#F8EA
300
#F2DA
400
#EBC6
500
#E6B6
600
#C899
700
#9F7A
800
#7157
900
#4938
950
#2D23

Shades

Darker variations

1#413208
2#3A2D07
3#332706
4#2C2105
5#241C04
6#1D1604
7#161103
8#0F0B02
9#070601

Tints

Lighter variations

1#6F550E
2#957212
3#BB8F17
4#E1AD1C
5#E7BB40
6#ECC966
7#F1D68D
8#F6E4B3
9#FAF1D9

Tones

Muted variations

1#45360C
2#42350F
3#3F3313
4#3C3216
5#393019
6#362F1C
7#322D1F
8#2F2C22
9#2C2A26

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
F8EA
#F8EAC4
Secondary backgroundsInput backgroundsDividers
300
F2DA
#F2DA97
BordersInactive statesPlaceholder text
400
EBC6
#EBC660
Disabled statesSecondary iconsMuted text
500
E6B6
#E6B633
Primary brand colorCTAsActive elementsLinks
600
C899
#C89919
Hover statesFocus ringsPrimary buttons hover
700
9F7A
#9F7A14
Active/pressed statesDark mode accentsSecondary text
800
7157
#71570E
Text on light backgroundsHeadingsStrong borders
900
4938
#493809
Primary textHigh emphasis contentDark headings
950
2D23
#2D2306
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #FDFAF1;
  --charcoal-100: #FBF4DF;
  --charcoal-200: #F8EAC4;
  --charcoal-300: #F2DA97;
  --charcoal-400: #EBC660;
  --charcoal-500: #E6B633;
  --charcoal-600: #C89919;
  --charcoal-700: #9F7A14;
  --charcoal-800: #71570E;
  --charcoal-900: #493809;
  --charcoal-950: #2D2306;
}
Generate More ShadesCreate PaletteConvert Color