Charcoal

#2E4052

Blue

Color Codes

All color formats for development

HEX
#2E4052
RGB
rgb(46, 64, 82)
HSL
hsl(210, 28%, 25%)
OKLCH
oklch(0.364 0.039 248.9)
CMYK
cmyk(44%, 22%, 0%, 68%)

Accessibility

WCAG contrast compliance

On White Background

10.65:1

AA AAA

On Black Background

1.97:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F7
100
#E8ED
200
#D5DE
300
#B4C4
400
#8DA6
500
#6C8C
600
#5170
700
#4059
800
#2E40
900
#1D29
950
#121A

Shades

Darker variations

1#293949
2#253341
3#202D39
4#1C2631
5#172029
6#121921
7#0E1318
8#090D10
9#050608

Tints

Lighter variations

1#3C536A
2#496683
3#57799B
4#6C8CAC
5#859FBA
6#9DB2C8
7#B6C6D6
8#CED9E3
9#E7ECF1

Tones

Muted variations

1#304050
2#31404E
3#33404C
4#35404A
5#374049
6#394047
7#3A4045
8#3C4043
9#3E4042

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F7
#F5F7F9
BackgroundsSubtle highlightsCard backgrounds
100
E8ED
#E8EDF2
Light backgroundsTable row hoverSkeleton loading
200
D5DE
#D5DEE7
Secondary backgroundsInput backgroundsDividers
300
B4C4
#B4C4D5
BordersInactive statesPlaceholder text
400
8DA6
#8DA6BF
Disabled statesSecondary iconsMuted text
500
6C8C
#6C8CAC
Primary brand colorCTAsActive elementsLinks
600
5170
#517090
Hover statesFocus ringsPrimary buttons hover
700
4059
#405972
Active/pressed statesDark mode accentsSecondary text
800
2E40
#2E4052
Text on light backgroundsHeadingsStrong borders
900
1D29
#1D2934
Primary textHigh emphasis contentDark headings
950
121A
#121A21
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F5F7F9;
  --charcoal-100: #E8EDF2;
  --charcoal-200: #D5DEE7;
  --charcoal-300: #B4C4D5;
  --charcoal-400: #8DA6BF;
  --charcoal-500: #6C8CAC;
  --charcoal-600: #517090;
  --charcoal-700: #405972;
  --charcoal-800: #2E4052;
  --charcoal-900: #1D2934;
  --charcoal-950: #121A21;
}
Generate More ShadesCreate PaletteConvert Color