Charcoal

#222B2F

Blue

Color Codes

All color formats for development

HEX
#222B2F
RGB
rgb(34, 43, 47)
HSL
hsl(198, 16%, 16%)
OKLCH
oklch(0.282 0.015 226.6)
CMYK
cmyk(28%, 9%, 0%, 82%)

Accessibility

WCAG contrast compliance

On White Background

14.44:1

AA AAA

On Black Background

1.45:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAEE
200
#D9E0
300
#BBC8
400
#97AB
500
#7A94
600
#5E77
700
#4B5F
800
#3644
900
#222B
950
#151B

Shades

Darker variations

1#1F272B
2#1B2326
3#181E21
4#151A1C
5#111618
6#0E1113
7#0A0D0E
8#070909
9#030405

Tints

Lighter variations

1#344248
2#465961
3#58707A
4#6A8793
5#839BA5
6#9CAFB7
7#B4C3C9
8#CDD7DB
9#E6EBED

Tones

Muted variations

1#232B2F
2#242B2E
3#242B2D
4#252A2D
5#262A2C
6#262A2B
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
D9E0
#D9E0E3
Secondary backgroundsInput backgroundsDividers
300
BBC8
#BBC8CE
BordersInactive statesPlaceholder text
400
97AB
#97ABB4
Disabled statesSecondary iconsMuted text
500
7A94
#7A949F
Primary brand colorCTAsActive elementsLinks
600
5E77
#5E7782
Hover statesFocus ringsPrimary buttons hover
700
4B5F
#4B5F68
Active/pressed statesDark mode accentsSecondary text
800
3644
#36444A
Text on light backgroundsHeadingsStrong borders
900
222B
#222B2F
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: #D9E0E3;
  --charcoal-300: #BBC8CE;
  --charcoal-400: #97ABB4;
  --charcoal-500: #7A949F;
  --charcoal-600: #5E7782;
  --charcoal-700: #4B5F68;
  --charcoal-800: #36444A;
  --charcoal-900: #222B2F;
  --charcoal-950: #151B1E;
}
Generate More ShadesCreate PaletteConvert Color