Charcoal

#2E3C52

Blue

Color Codes

All color formats for development

HEX
#2E3C52
RGB
rgb(46, 60, 82)
HSL
hsl(217, 28%, 25%)
OKLCH
oklch(0.354 0.043 259.3)
CMYK
cmyk(44%, 27%, 0%, 68%)

Accessibility

WCAG contrast compliance

On White Background

11.14:1

AA AAA

On Black Background

1.88:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F7
100
#E8EC
200
#D5DC
300
#B4C1
400
#8DA0
500
#6C85
600
#5169
700
#4053
800
#2E3C
900
#1D26
950
#1218

Shades

Darker variations

1#293649
2#253041
3#202A39
4#1C2431
5#171E29
6#121821
7#0E1218
8#090C10
9#050608

Tints

Lighter variations

1#3C4D6A
2#495F83
3#57719B
4#6C85AC
5#8599BA
6#9DAEC8
7#B6C2D6
8#CED6E3
9#E7EBF1

Tones

Muted variations

1#303C50
2#313C4E
3#333D4C
4#353D4A
5#373E49
6#393E47
7#3A3F45
8#3C3F43
9#3E3F42

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F7
#F5F7F9
BackgroundsSubtle highlightsCard backgrounds
100
E8EC
#E8ECF2
Light backgroundsTable row hoverSkeleton loading
200
D5DC
#D5DCE7
Secondary backgroundsInput backgroundsDividers
300
B4C1
#B4C1D5
BordersInactive statesPlaceholder text
400
8DA0
#8DA0BF
Disabled statesSecondary iconsMuted text
500
6C85
#6C85AC
Primary brand colorCTAsActive elementsLinks
600
5169
#516990
Hover statesFocus ringsPrimary buttons hover
700
4053
#405372
Active/pressed statesDark mode accentsSecondary text
800
2E3C
#2E3C52
Text on light backgroundsHeadingsStrong borders
900
1D26
#1D2634
Primary textHigh emphasis contentDark headings
950
1218
#121821
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F5F7F9;
  --charcoal-100: #E8ECF2;
  --charcoal-200: #D5DCE7;
  --charcoal-300: #B4C1D5;
  --charcoal-400: #8DA0BF;
  --charcoal-500: #6C85AC;
  --charcoal-600: #516990;
  --charcoal-700: #405372;
  --charcoal-800: #2E3C52;
  --charcoal-900: #1D2634;
  --charcoal-950: #121821;
}
Generate More ShadesCreate PaletteConvert Color