Charcoal

#343D4C

Blue

Color Codes

All color formats for development

HEX
#343D4C
RGB
rgb(52, 61, 76)
HSL
hsl(218, 19%, 25%)
OKLCH
oklch(0.358 0.029 260.6)
CMYK
cmyk(32%, 20%, 0%, 70%)

Accessibility

WCAG contrast compliance

On White Background

10.95:1

AA AAA

On Black Background

1.92:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EAEC
200
#D8DC
300
#B9C1
400
#95A1
500
#7686
600
#5B6B
700
#4855
800
#343D
900
#2127
950
#1518

Shades

Darker variations

1#2E3644
2#29303D
3#242A35
4#1F242E
5#1A1E26
6#15181E
7#0F1217
8#0A0C0F
9#050608

Tints

Lighter variations

1#434F63
2#536179
3#627390
4#7686A2
5#8D9BB2
6#A4AFC1
7#BBC3D1
8#D1D7E0
9#E8EBF0

Tones

Muted variations

1#353D4B
2#363D49
3#373D48
4#383E47
5#3A3E46
6#3B3E45
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
#EAECF1
Light backgroundsTable row hoverSkeleton loading
200
D8DC
#D8DCE4
Secondary backgroundsInput backgroundsDividers
300
B9C1
#B9C1CF
BordersInactive statesPlaceholder text
400
95A1
#95A1B7
Disabled statesSecondary iconsMuted text
500
7686
#7686A2
Primary brand colorCTAsActive elementsLinks
600
5B6B
#5B6B86
Hover statesFocus ringsPrimary buttons hover
700
4855
#48556A
Active/pressed statesDark mode accentsSecondary text
800
343D
#343D4C
Text on light backgroundsHeadingsStrong borders
900
2127
#212731
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: #EAECF1;
  --charcoal-200: #D8DCE4;
  --charcoal-300: #B9C1CF;
  --charcoal-400: #95A1B7;
  --charcoal-500: #7686A2;
  --charcoal-600: #5B6B86;
  --charcoal-700: #48556A;
  --charcoal-800: #343D4C;
  --charcoal-900: #212731;
  --charcoal-950: #15181E;
}
Generate More ShadesCreate PaletteConvert Color