Charcoal

#343E4B

Blue

Color Codes

All color formats for development

HEX
#343E4B
RGB
rgb(52, 62, 75)
HSL
hsl(214, 18%, 25%)
OKLCH
oklch(0.36 0.026 255.1)
CMYK
cmyk(31%, 17%, 0%, 71%)

Accessibility

WCAG contrast compliance

On White Background

10.84:1

AA AAA

On Black Background

1.94:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EAED
200
#D8DD
300
#BAC3
400
#96A4
500
#7889
600
#5C6E
700
#4957
800
#343E
900
#2128
950
#1519

Shades

Darker variations

1#2F3844
2#2A323C
3#252C35
4#1F252D
5#1A1F26
6#15191E
7#101317
8#0A0C0F
9#050608

Tints

Lighter variations

1#445162
2#546478
3#63768F
4#7889A1
5#8E9DB1
6#A5B1C0
7#BBC4D0
8#D2D8E0
9#E8EBEF

Tones

Muted variations

1#353E4A
2#373F49
3#383F48
4#393F47
5#3A3F45
6#3B3F44
7#3C3F43
8#3D3F42
9#3F4041

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F9
BackgroundsSubtle highlightsCard backgrounds
100
EAED
#EAEDF0
Light backgroundsTable row hoverSkeleton loading
200
D8DD
#D8DDE4
Secondary backgroundsInput backgroundsDividers
300
BAC3
#BAC3CF
BordersInactive statesPlaceholder text
400
96A4
#96A4B6
Disabled statesSecondary iconsMuted text
500
7889
#7889A1
Primary brand colorCTAsActive elementsLinks
600
5C6E
#5C6E84
Hover statesFocus ringsPrimary buttons hover
700
4957
#495769
Active/pressed statesDark mode accentsSecondary text
800
343E
#343E4B
Text on light backgroundsHeadingsStrong borders
900
2128
#212830
Primary textHigh emphasis contentDark headings
950
1519
#15191E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F6F7F9;
  --charcoal-100: #EAEDF0;
  --charcoal-200: #D8DDE4;
  --charcoal-300: #BAC3CF;
  --charcoal-400: #96A4B6;
  --charcoal-500: #7889A1;
  --charcoal-600: #5C6E84;
  --charcoal-700: #495769;
  --charcoal-800: #343E4B;
  --charcoal-900: #212830;
  --charcoal-950: #15191E;
}
Generate More ShadesCreate PaletteConvert Color