Charcoal

#395779

Blue

Color Codes

All color formats for development

HEX
#395779
RGB
rgb(57, 87, 121)
HSL
hsl(212, 36%, 35%)
OKLCH
oklch(0.449 0.067 252.4)
CMYK
cmyk(53%, 28%, 0%, 53%)

Accessibility

WCAG contrast compliance

On White Background

7.46:1

AA AAA

On Black Background

2.81:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F7
100
#E7ED
200
#D2DD
300
#AFC3
400
#86A4
500
#6389
600
#486E
700
#3957
800
#293E
900
#1A28
950
#1019

Shades

Darker variations

1#334E6D
2#2E4661
3#283D55
4#223449
5#1D2C3D
6#172331
7#111A24
8#0B1118
9#06090C

Tints

Lighter variations

1#446790
2#4E77A6
3#6188B5
4#7899BF
5#8EAACA
6#A5BBD5
7#BBCCDF
8#D2DDEA
9#E8EEF4

Tones

Muted variations

1#3C5776
2#405873
3#435870
4#46586D
5#495869
6#4C5866
7#505963
8#535960
9#56595C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F7
#F5F7FA
BackgroundsSubtle highlightsCard backgrounds
100
E7ED
#E7EDF4
Light backgroundsTable row hoverSkeleton loading
200
D2DD
#D2DDEA
Secondary backgroundsInput backgroundsDividers
300
AFC3
#AFC3D9
BordersInactive statesPlaceholder text
400
86A4
#86A4C6
Disabled statesSecondary iconsMuted text
500
6389
#6389B6
Primary brand colorCTAsActive elementsLinks
600
486E
#486E99
Hover statesFocus ringsPrimary buttons hover
700
3957
#395779
Active/pressed statesDark mode accentsSecondary text
800
293E
#293E57
Text on light backgroundsHeadingsStrong borders
900
1A28
#1A2837
Primary textHigh emphasis contentDark headings
950
1019
#101923
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F5F7FA;
  --charcoal-100: #E7EDF4;
  --charcoal-200: #D2DDEA;
  --charcoal-300: #AFC3D9;
  --charcoal-400: #86A4C6;
  --charcoal-500: #6389B6;
  --charcoal-600: #486E99;
  --charcoal-700: #395779;
  --charcoal-800: #293E57;
  --charcoal-900: #1A2837;
  --charcoal-950: #101923;
}
Generate More ShadesCreate PaletteConvert Color