Charcoal

#5F5754

Gray

Color Codes

All color formats for development

HEX
#5F5754
RGB
rgb(95, 87, 84)
HSL
hsl(16, 6%, 35%)
OKLCH
oklch(0.463 0.012 41.8)
CMYK
cmyk(0%, 8%, 12%, 63%)

Accessibility

WCAG contrast compliance

On White Background

7.05:1

AA AAA

On Black Background

2.98:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F7
100
#EEED
200
#E0DD
300
#C8C3
400
#ABA3
500
#9389
600
#776D
700
#5F57
800
#443E
900
#2B28
950
#1B19

Shades

Darker variations

1#554E4C
2#4C4543
3#423D3B
4#393432
5#2F2B2A
6#262322
7#1C1A19
8#131111
9#090908

Tints

Lighter variations

1#706763
2#827773
3#928884
4#A29996
5#B1AAA7
6#C1BBB9
7#D0CCCA
8#E0DDDC
9#EFEEED

Tones

Muted variations

1#5E5754
2#5E5755
3#5D5856
4#5C5856
5#5C5857
6#5B5857
7#5B5958
8#5A5958
9#5A5959

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F7
#F8F7F7
BackgroundsSubtle highlightsCard backgrounds
100
EEED
#EEEDEC
Light backgroundsTable row hoverSkeleton loading
200
E0DD
#E0DDDC
Secondary backgroundsInput backgroundsDividers
300
C8C3
#C8C3C1
BordersInactive statesPlaceholder text
400
ABA3
#ABA3A0
Disabled statesSecondary iconsMuted text
500
9389
#938985
Primary brand colorCTAsActive elementsLinks
600
776D
#776D69
Hover statesFocus ringsPrimary buttons hover
700
5F57
#5F5754
Active/pressed statesDark mode accentsSecondary text
800
443E
#443E3C
Text on light backgroundsHeadingsStrong borders
900
2B28
#2B2826
Primary textHigh emphasis contentDark headings
950
1B19
#1B1918
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F8F7F7;
  --charcoal-100: #EEEDEC;
  --charcoal-200: #E0DDDC;
  --charcoal-300: #C8C3C1;
  --charcoal-400: #ABA3A0;
  --charcoal-500: #938985;
  --charcoal-600: #776D69;
  --charcoal-700: #5F5754;
  --charcoal-800: #443E3C;
  --charcoal-900: #2B2826;
  --charcoal-950: #1B1918;
}
Generate More ShadesCreate PaletteConvert Color