Charcoal

#2E4452

Blue

Color Codes

All color formats for development

HEX
#2E4452
RGB
rgb(46, 68, 82)
HSL
hsl(203, 28%, 25%)
OKLCH
oklch(0.374 0.037 237)
CMYK
cmyk(44%, 17%, 0%, 68%)

Accessibility

WCAG contrast compliance

On White Background

10.17:1

AA AAA

On Black Background

2.06:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F8
100
#E8EE
200
#D5E0
300
#B4C8
400
#8DAC
500
#6C94
600
#5178
700
#405F
800
#2E44
900
#1D2B
950
#121B

Shades

Darker variations

1#293D49
2#253641
3#203039
4#1C2931
5#172229
6#121B21
7#0E1418
8#090E10
9#050708

Tints

Lighter variations

1#3C586A
2#496D83
3#57819B
4#6C94AC
5#85A6BA
6#9DB7C8
7#B6C9D6
8#CEDBE3
9#E7EDF1

Tones

Muted variations

1#304350
2#31434E
3#33434C
4#35424A
5#374249
6#394147
7#3A4145
8#3C4143
9#3E4042

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F8
#F5F8F9
BackgroundsSubtle highlightsCard backgrounds
100
E8EE
#E8EEF2
Light backgroundsTable row hoverSkeleton loading
200
D5E0
#D5E0E7
Secondary backgroundsInput backgroundsDividers
300
B4C8
#B4C8D5
BordersInactive statesPlaceholder text
400
8DAC
#8DACBF
Disabled statesSecondary iconsMuted text
500
6C94
#6C94AC
Primary brand colorCTAsActive elementsLinks
600
5178
#517890
Hover statesFocus ringsPrimary buttons hover
700
405F
#405F72
Active/pressed statesDark mode accentsSecondary text
800
2E44
#2E4452
Text on light backgroundsHeadingsStrong borders
900
1D2B
#1D2B34
Primary textHigh emphasis contentDark headings
950
121B
#121B21
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F5F8F9;
  --charcoal-100: #E8EEF2;
  --charcoal-200: #D5E0E7;
  --charcoal-300: #B4C8D5;
  --charcoal-400: #8DACBF;
  --charcoal-500: #6C94AC;
  --charcoal-600: #517890;
  --charcoal-700: #405F72;
  --charcoal-800: #2E4452;
  --charcoal-900: #1D2B34;
  --charcoal-950: #121B21;
}
Generate More ShadesCreate PaletteConvert Color