Charcoal

#222C30

Blue

Color Codes

All color formats for development

HEX
#222C30
RGB
rgb(34, 44, 48)
HSL
hsl(197, 17%, 16%)
OKLCH
oklch(0.285 0.016 224.1)
CMYK
cmyk(29%, 8%, 0%, 81%)

Accessibility

WCAG contrast compliance

On White Background

14.28:1

AA AAA

On Black Background

1.47:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAEE
200
#D8E0
300
#BAC9
400
#97AC
500
#7995
600
#5D78
700
#4A60
800
#3544
900
#222C
950
#151B

Shades

Darker variations

1#1E272B
2#1B2326
3#181F21
4#141A1D
5#111618
6#0E1213
7#0A0D0E
8#07090A
9#030405

Tints

Lighter variations

1#344349
2#455A62
3#57717B
4#698894
5#829CA6
6#9BB0B8
7#B4C3CA
8#CDD7DB
9#E6EBED

Tones

Muted variations

1#232C2F
2#232B2E
3#242B2E
4#252B2D
5#252A2C
6#262A2C
7#272A2B
8#27292A
9#282929

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F9
BackgroundsSubtle highlightsCard backgrounds
100
EAEE
#EAEEF0
Light backgroundsTable row hoverSkeleton loading
200
D8E0
#D8E0E3
Secondary backgroundsInput backgroundsDividers
300
BAC9
#BAC9CE
BordersInactive statesPlaceholder text
400
97AC
#97ACB5
Disabled statesSecondary iconsMuted text
500
7995
#7995A0
Primary brand colorCTAsActive elementsLinks
600
5D78
#5D7883
Hover statesFocus ringsPrimary buttons hover
700
4A60
#4A6068
Active/pressed statesDark mode accentsSecondary text
800
3544
#35444B
Text on light backgroundsHeadingsStrong borders
900
222C
#222C30
Primary textHigh emphasis contentDark headings
950
151B
#151B1E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F6F8F9;
  --charcoal-100: #EAEEF0;
  --charcoal-200: #D8E0E3;
  --charcoal-300: #BAC9CE;
  --charcoal-400: #97ACB5;
  --charcoal-500: #7995A0;
  --charcoal-600: #5D7883;
  --charcoal-700: #4A6068;
  --charcoal-800: #35444B;
  --charcoal-900: #222C30;
  --charcoal-950: #151B1E;
}
Generate More ShadesCreate PaletteConvert Color