Charcoal

#222A2F

Blue

Color Codes

All color formats for development

HEX
#222A2F
RGB
rgb(34, 42, 47)
HSL
hsl(203, 16%, 16%)
OKLCH
oklch(0.279 0.015 235.5)
CMYK
cmyk(28%, 11%, 0%, 82%)

Accessibility

WCAG contrast compliance

On White Background

14.58:1

AA AAA

On Black Background

1.44:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAEE
200
#D9DF
300
#BBC7
400
#97A9
500
#7A91
600
#5E74
700
#4B5D
800
#3642
900
#222A
950
#151A

Shades

Darker variations

1#1F262B
2#1B2226
3#181E21
4#15191C
5#111518
6#0E1113
7#0A0D0E
8#070809
9#030405

Tints

Lighter variations

1#344148
2#465761
3#586D7A
4#6A8393
5#8398A5
6#9CADB7
7#B4C1C9
8#CDD6DB
9#E6EAED

Tones

Muted variations

1#232A2F
2#242A2E
3#242A2D
4#252A2D
5#262A2C
6#26292B
7#27292B
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
D9DF
#D9DFE3
Secondary backgroundsInput backgroundsDividers
300
BBC7
#BBC7CE
BordersInactive statesPlaceholder text
400
97A9
#97A9B4
Disabled statesSecondary iconsMuted text
500
7A91
#7A919F
Primary brand colorCTAsActive elementsLinks
600
5E74
#5E7482
Hover statesFocus ringsPrimary buttons hover
700
4B5D
#4B5D68
Active/pressed statesDark mode accentsSecondary text
800
3642
#36424A
Text on light backgroundsHeadingsStrong borders
900
222A
#222A2F
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: #F6F8F9;
  --charcoal-100: #EAEEF0;
  --charcoal-200: #D9DFE3;
  --charcoal-300: #BBC7CE;
  --charcoal-400: #97A9B4;
  --charcoal-500: #7A919F;
  --charcoal-600: #5E7482;
  --charcoal-700: #4B5D68;
  --charcoal-800: #36424A;
  --charcoal-900: #222A2F;
  --charcoal-950: #151A1E;
}
Generate More ShadesCreate PaletteConvert Color