Charcoal

#443C3C

Gray

Color Codes

All color formats for development

HEX
#443C3C
RGB
rgb(68, 60, 60)
HSL
hsl(0, 6%, 25%)
OKLCH
oklch(0.364 0.011 17.7)
CMYK
cmyk(0%, 12%, 12%, 73%)

Accessibility

WCAG contrast compliance

On White Background

10.73:1

AA AAA

On Black Background

1.96:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F7
100
#EEEC
200
#E0DC
300
#C8C1
400
#ABA0
500
#9385
600
#7769
700
#5F54
800
#443C
900
#2B26
950
#1B18

Shades

Darker variations

1#3D3636
2#363030
3#2F2A2A
4#292424
5#221E1E
6#1B1818
7#141212
8#0E0C0C
9#070606

Tints

Lighter variations

1#584E4E
2#6C6060
3#807272
4#938585
5#A59A9A
6#B7AEAE
7#C9C2C2
8#DBD6D6
9#EDEBEB

Tones

Muted variations

1#433C3C
2#433D3D
3#423D3D
4#423D3D
5#423E3E
6#413E3E
7#413F3F
8#413F3F
9#403F3F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F7
#F8F7F7
BackgroundsSubtle highlightsCard backgrounds
100
EEEC
#EEECEC
Light backgroundsTable row hoverSkeleton loading
200
E0DC
#E0DCDC
Secondary backgroundsInput backgroundsDividers
300
C8C1
#C8C1C1
BordersInactive statesPlaceholder text
400
ABA0
#ABA0A0
Disabled statesSecondary iconsMuted text
500
9385
#938585
Primary brand colorCTAsActive elementsLinks
600
7769
#776969
Hover statesFocus ringsPrimary buttons hover
700
5F54
#5F5454
Active/pressed statesDark mode accentsSecondary text
800
443C
#443C3C
Text on light backgroundsHeadingsStrong borders
900
2B26
#2B2626
Primary textHigh emphasis contentDark headings
950
1B18
#1B1818
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F8F7F7;
  --charcoal-100: #EEECEC;
  --charcoal-200: #E0DCDC;
  --charcoal-300: #C8C1C1;
  --charcoal-400: #ABA0A0;
  --charcoal-500: #938585;
  --charcoal-600: #776969;
  --charcoal-700: #5F5454;
  --charcoal-800: #443C3C;
  --charcoal-900: #2B2626;
  --charcoal-950: #1B1818;
}
Generate More ShadesCreate PaletteConvert Color