Charcoal

#222930

Blue

Color Codes

All color formats for development

HEX
#222930
RGB
rgb(34, 41, 48)
HSL
hsl(210, 17%, 16%)
OKLCH
oklch(0.277 0.016 248.4)
CMYK
cmyk(29%, 15%, 0%, 81%)

Accessibility

WCAG contrast compliance

On White Background

14.71:1

AA AAA

On Black Background

1.43:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EAED
200
#D8DE
300
#BAC4
400
#97A6
500
#798C
600
#5D70
700
#4A59
800
#3540
900
#2229
950
#151A

Shades

Darker variations

1#1E252B
2#1B2126
3#181D21
4#14181D
5#111418
6#0E1013
7#0A0C0E
8#07080A
9#030405

Tints

Lighter variations

1#343E49
2#455462
3#57697B
4#697E94
5#8294A6
6#9BA9B8
7#B4BFCA
8#CDD4DB
9#E6EAED

Tones

Muted variations

1#23292F
2#23292E
3#24292E
4#25292D
5#25292C
6#26292C
7#27292B
8#27292A
9#282929

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F9
BackgroundsSubtle highlightsCard backgrounds
100
EAED
#EAEDF0
Light backgroundsTable row hoverSkeleton loading
200
D8DE
#D8DEE3
Secondary backgroundsInput backgroundsDividers
300
BAC4
#BAC4CE
BordersInactive statesPlaceholder text
400
97A6
#97A6B5
Disabled statesSecondary iconsMuted text
500
798C
#798CA0
Primary brand colorCTAsActive elementsLinks
600
5D70
#5D7083
Hover statesFocus ringsPrimary buttons hover
700
4A59
#4A5968
Active/pressed statesDark mode accentsSecondary text
800
3540
#35404B
Text on light backgroundsHeadingsStrong borders
900
2229
#222930
Primary textHigh emphasis contentDark headings
950
151A
#151A1E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F6F7F9;
  --charcoal-100: #EAEDF0;
  --charcoal-200: #D8DEE3;
  --charcoal-300: #BAC4CE;
  --charcoal-400: #97A6B5;
  --charcoal-500: #798CA0;
  --charcoal-600: #5D7083;
  --charcoal-700: #4A5968;
  --charcoal-800: #35404B;
  --charcoal-900: #222930;
  --charcoal-950: #151A1E;
}
Generate More ShadesCreate PaletteConvert Color