Charcoal

#472C0B

Orange

Color Codes

All color formats for development

HEX
#472C0B
RGB
rgb(71, 44, 11)
HSL
hsl(33, 73%, 16%)
OKLCH
oklch(0.32 0.061 67.4)
CMYK
cmyk(0%, 38%, 85%, 72%)

Accessibility

WCAG contrast compliance

On White Background

12.86:1

AA AAA

On Black Background

1.63:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF8
100
#FAEE
200
#F6E0
300
#EFC9
400
#E7AC
500
#E095
600
#C278
700
#9A60
800
#6E44
900
#472C
950
#2C1B

Shades

Darker variations

1#40270A
2#382309
3#311F08
4#2A1A07
5#231606
6#1C1204
7#150D03
8#0E0902
9#070401

Tints

Lighter variations

1#6C4311
2#915A17
3#B6711C
4#DB8822
5#E29C46
6#E8B06B
7#EEC390
8#F3D7B5
9#F9EBDA

Tones

Muted variations

1#442B0E
2#412B11
3#3E2B14
4#3B2B17
5#382A1A
6#352A1D
7#322A20
8#2F2923
9#2C2926

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF8
#FDF8F2
BackgroundsSubtle highlightsCard backgrounds
100
FAEE
#FAEEE0
Light backgroundsTable row hoverSkeleton loading
200
F6E0
#F6E0C6
Secondary backgroundsInput backgroundsDividers
300
EFC9
#EFC99A
BordersInactive statesPlaceholder text
400
E7AC
#E7AC65
Disabled statesSecondary iconsMuted text
500
E095
#E09538
Primary brand colorCTAsActive elementsLinks
600
C278
#C2781E
Hover statesFocus ringsPrimary buttons hover
700
9A60
#9A6018
Active/pressed statesDark mode accentsSecondary text
800
6E44
#6E4411
Text on light backgroundsHeadingsStrong borders
900
472C
#472C0B
Primary textHigh emphasis contentDark headings
950
2C1B
#2C1B07
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #FDF8F2;
  --charcoal-100: #FAEEE0;
  --charcoal-200: #F6E0C6;
  --charcoal-300: #EFC99A;
  --charcoal-400: #E7AC65;
  --charcoal-500: #E09538;
  --charcoal-600: #C2781E;
  --charcoal-700: #9A6018;
  --charcoal-800: #6E4411;
  --charcoal-900: #472C0B;
  --charcoal-950: #2C1B07;
}
Generate More ShadesCreate PaletteConvert Color