Charcoal

#343C4B

Blue

Color Codes

All color formats for development

HEX
#343C4B
RGB
rgb(52, 60, 75)
HSL
hsl(219, 18%, 25%)
OKLCH
oklch(0.355 0.028 262.9)
CMYK
cmyk(31%, 20%, 0%, 71%)

Accessibility

WCAG contrast compliance

On White Background

11.09:1

AA AAA

On Black Background

1.89:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EAEC
200
#D8DC
300
#BAC1
400
#96A1
500
#7886
600
#5C6A
700
#4954
800
#343C
900
#2127
950
#1518

Shades

Darker variations

1#2F3644
2#2A303C
3#252A35
4#1F242D
5#1A1E26
6#15181E
7#101217
8#0A0C0F
9#050608

Tints

Lighter variations

1#444E62
2#546078
3#63738F
4#7886A1
5#8E9AB1
6#A5AEC0
7#BBC3D0
8#D2D7E0
9#E8EBEF

Tones

Muted variations

1#353D4A
2#373D49
3#383D48
4#393E47
5#3A3E45
6#3B3E44
7#3C3F43
8#3D3F42
9#3F3F41

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F9
BackgroundsSubtle highlightsCard backgrounds
100
EAEC
#EAECF0
Light backgroundsTable row hoverSkeleton loading
200
D8DC
#D8DCE4
Secondary backgroundsInput backgroundsDividers
300
BAC1
#BAC1CF
BordersInactive statesPlaceholder text
400
96A1
#96A1B6
Disabled statesSecondary iconsMuted text
500
7886
#7886A1
Primary brand colorCTAsActive elementsLinks
600
5C6A
#5C6A84
Hover statesFocus ringsPrimary buttons hover
700
4954
#495469
Active/pressed statesDark mode accentsSecondary text
800
343C
#343C4B
Text on light backgroundsHeadingsStrong borders
900
2127
#212730
Primary textHigh emphasis contentDark headings
950
1518
#15181E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F6F7F9;
  --charcoal-100: #EAECF0;
  --charcoal-200: #D8DCE4;
  --charcoal-300: #BAC1CF;
  --charcoal-400: #96A1B6;
  --charcoal-500: #7886A1;
  --charcoal-600: #5C6A84;
  --charcoal-700: #495469;
  --charcoal-800: #343C4B;
  --charcoal-900: #212730;
  --charcoal-950: #15181E;
}
Generate More ShadesCreate PaletteConvert Color