Charcoal

#22222F

Blue

Color Codes

All color formats for development

HEX
#22222F
RGB
rgb(34, 34, 47)
HSL
hsl(240, 16%, 16%)
OKLCH
oklch(0.258 0.024 284.6)
CMYK
cmyk(28%, 28%, 0%, 82%)

Accessibility

WCAG contrast compliance

On White Background

15.70:1

AA AAA

On Black Background

1.34:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F6
100
#EAEA
200
#D9D9
300
#BBBB
400
#9797
500
#7A7A
600
#5E5E
700
#4B4B
800
#3636
900
#2222
950
#1515

Shades

Darker variations

1#1F1F2B
2#1B1B26
3#181821
4#15151C
5#111118
6#0E0E13
7#0A0A0E
8#070709
9#030305

Tints

Lighter variations

1#343448
2#464661
3#58587A
4#6A6A93
5#8383A5
6#9C9CB7
7#B4B4C9
8#CDCDDB
9#E6E6ED

Tones

Muted variations

1#23232F
2#24242E
3#24242D
4#25252D
5#26262C
6#26262B
7#27272B
8#27272A
9#282829

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F6
#F6F6F9
BackgroundsSubtle highlightsCard backgrounds
100
EAEA
#EAEAF0
Light backgroundsTable row hoverSkeleton loading
200
D9D9
#D9D9E3
Secondary backgroundsInput backgroundsDividers
300
BBBB
#BBBBCE
BordersInactive statesPlaceholder text
400
9797
#9797B4
Disabled statesSecondary iconsMuted text
500
7A7A
#7A7A9F
Primary brand colorCTAsActive elementsLinks
600
5E5E
#5E5E82
Hover statesFocus ringsPrimary buttons hover
700
4B4B
#4B4B68
Active/pressed statesDark mode accentsSecondary text
800
3636
#36364A
Text on light backgroundsHeadingsStrong borders
900
2222
#22222F
Primary textHigh emphasis contentDark headings
950
1515
#15151E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F6F6F9;
  --charcoal-100: #EAEAF0;
  --charcoal-200: #D9D9E3;
  --charcoal-300: #BBBBCE;
  --charcoal-400: #9797B4;
  --charcoal-500: #7A7A9F;
  --charcoal-600: #5E5E82;
  --charcoal-700: #4B4B68;
  --charcoal-800: #36364A;
  --charcoal-900: #22222F;
  --charcoal-950: #15151E;
}
Generate More ShadesCreate PaletteConvert Color