Charcoal

#493808

Orange

Color Codes

All color formats for development

HEX
#493808
RGB
rgb(73, 56, 8)
HSL
hsl(44, 80%, 16%)
OKLCH
oklch(0.35 0.066 87.7)
CMYK
cmyk(0%, 23%, 89%, 71%)

Accessibility

WCAG contrast compliance

On White Background

11.34: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
#F3DA
400
#EDC7
500
#E8B7
600
#CA9A
700
#A17B
800
#7358
900
#4938
950
#2E23

Shades

Darker variations

1#423207
2#3B2D07
3#332706
4#2C2205
5#251C04
6#1D1603
7#161102
8#0F0B02
9#070601

Tints

Lighter variations

1#70550C
2#977311
3#BD9015
4#E4AE19
5#EABC3E
6#EEC965
7#F2D78B
8#F6E4B2
9#FBF2D8

Tones

Muted variations

1#46370B
2#43350F
3#403312
4#3C3215
5#393018
6#362F1C
7#332D1F
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
#F8EAC3
Secondary backgroundsInput backgroundsDividers
300
F3DA
#F3DA95
BordersInactive statesPlaceholder text
400
EDC7
#EDC75E
Disabled statesSecondary iconsMuted text
500
E8B7
#E8B730
Primary brand colorCTAsActive elementsLinks
600
CA9A
#CA9A16
Hover statesFocus ringsPrimary buttons hover
700
A17B
#A17B12
Active/pressed statesDark mode accentsSecondary text
800
7358
#73580D
Text on light backgroundsHeadingsStrong borders
900
4938
#493808
Primary textHigh emphasis contentDark headings
950
2E23
#2E2305
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #FDFAF1;
  --charcoal-100: #FBF4DF;
  --charcoal-200: #F8EAC3;
  --charcoal-300: #F3DA95;
  --charcoal-400: #EDC75E;
  --charcoal-500: #E8B730;
  --charcoal-600: #CA9A16;
  --charcoal-700: #A17B12;
  --charcoal-800: #73580D;
  --charcoal-900: #493808;
  --charcoal-950: #2E2305;
}
Generate More ShadesCreate PaletteConvert Color