Charcoal

#5F5A54

Gray

Color Codes

All color formats for development

HEX
#5F5A54
RGB
rgb(95, 90, 84)
HSL
hsl(33, 6%, 35%)
OKLCH
oklch(0.47 0.011 72.5)
CMYK
cmyk(0%, 5%, 12%, 63%)

Accessibility

WCAG contrast compliance

On White Background

6.82:1

AA AAA

On Black Background

3.08:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F7
100
#EEED
200
#E0DE
300
#C8C5
400
#ABA6
500
#938D
600
#7771
700
#5F5A
800
#4440
900
#2B29
950
#1B1A

Shades

Darker variations

1#55514C
2#4C4843
3#423F3B
4#393632
5#2F2D2A
6#262422
7#1C1B19
8#131211
9#090908

Tints

Lighter variations

1#706A63
2#827B73
3#928C84
4#A29C96
5#B1ADA7
6#C1BDB9
7#D0CECA
8#E0DEDC
9#EFEFED

Tones

Muted variations

1#5E5A54
2#5E5A55
3#5D5A56
4#5C5A56
5#5C5A57
6#5B5957
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
E0DE
#E0DEDC
Secondary backgroundsInput backgroundsDividers
300
C8C5
#C8C5C1
BordersInactive statesPlaceholder text
400
ABA6
#ABA6A0
Disabled statesSecondary iconsMuted text
500
938D
#938D85
Primary brand colorCTAsActive elementsLinks
600
7771
#777169
Hover statesFocus ringsPrimary buttons hover
700
5F5A
#5F5A54
Active/pressed statesDark mode accentsSecondary text
800
4440
#44403C
Text on light backgroundsHeadingsStrong borders
900
2B29
#2B2926
Primary textHigh emphasis contentDark headings
950
1B1A
#1B1A18
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F8F7F7;
  --charcoal-100: #EEEDEC;
  --charcoal-200: #E0DEDC;
  --charcoal-300: #C8C5C1;
  --charcoal-400: #ABA6A0;
  --charcoal-500: #938D85;
  --charcoal-600: #777169;
  --charcoal-700: #5F5A54;
  --charcoal-800: #44403C;
  --charcoal-900: #2B2926;
  --charcoal-950: #1B1A18;
}
Generate More ShadesCreate PaletteConvert Color