Charcoal

#405772

Blue

Color Codes

All color formats for development

HEX
#405772
RGB
rgb(64, 87, 114)
HSL
hsl(212, 28%, 35%)
OKLCH
oklch(0.45 0.053 252.9)
CMYK
cmyk(44%, 24%, 0%, 55%)

Accessibility

WCAG contrast compliance

On White Background

7.44:1

AA AAA

On Black Background

2.82:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F7
100
#E8ED
200
#D5DD
300
#B4C3
400
#8DA4
500
#6C8A
600
#516E
700
#4058
800
#2E3F
900
#1D28
950
#1219

Shades

Darker variations

1#3A4F67
2#33465B
3#2D3D50
4#273545
5#202C39
6#1A232E
7#131A22
8#0D1217
9#06090B

Tints

Lighter variations

1#4C6887
2#58789D
3#6A89AB
4#809AB7
5#95ABC3
6#AABBCF
7#BFCCDB
8#D5DDE7
9#EAEEF3

Tones

Muted variations

1#435870
2#45586D
3#48586B
4#4A5868
5#4D5866
6#4F5963
7#525961
8#54595E
9#57595C

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
D5DD
#D5DDE7
Secondary backgroundsInput backgroundsDividers
300
B4C3
#B4C3D5
BordersInactive statesPlaceholder text
400
8DA4
#8DA4BF
Disabled statesSecondary iconsMuted text
500
6C8A
#6C8AAC
Primary brand colorCTAsActive elementsLinks
600
516E
#516E90
Hover statesFocus ringsPrimary buttons hover
700
4058
#405872
Active/pressed statesDark mode accentsSecondary text
800
2E3F
#2E3F52
Text on light backgroundsHeadingsStrong borders
900
1D28
#1D2834
Primary textHigh emphasis contentDark headings
950
1219
#121921
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F5F7F9;
  --charcoal-100: #E8EDF2;
  --charcoal-200: #D5DDE7;
  --charcoal-300: #B4C3D5;
  --charcoal-400: #8DA4BF;
  --charcoal-500: #6C8AAC;
  --charcoal-600: #516E90;
  --charcoal-700: #405872;
  --charcoal-800: #2E3F52;
  --charcoal-900: #1D2834;
  --charcoal-950: #121921;
}
Generate More ShadesCreate PaletteConvert Color