Charcoal

#394079

Blue

Color Codes

All color formats for development

HEX
#394079
RGB
rgb(57, 64, 121)
HSL
hsl(233, 36%, 35%)
OKLCH
oklch(0.395 0.096 275.8)
CMYK
cmyk(53%, 47%, 0%, 53%)

Accessibility

WCAG contrast compliance

On White Background

9.62:1

AA AAA

On Black Background

2.18:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F5
100
#E7E8
200
#D2D5
300
#AFB4
400
#868D
500
#636D
600
#4851
700
#3941
800
#292E
900
#1A1E
950
#1012

Shades

Darker variations

1#333A6D
2#2E3461
3#282D55
4#222749
5#1D203D
6#171A31
7#111324
8#0B0D18
9#06060C

Tints

Lighter variations

1#444D90
2#4E59A6
3#616BB5
4#7880BF
5#8E95CA
6#A5AAD5
7#BBC0DF
8#D2D5EA
9#E8EAF4

Tones

Muted variations

1#3C4376
2#404673
3#434870
4#464A6D
5#494D69
6#4C4F66
7#505263
8#535460
9#56575C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F5
#F5F5FA
BackgroundsSubtle highlightsCard backgrounds
100
E7E8
#E7E8F4
Light backgroundsTable row hoverSkeleton loading
200
D2D5
#D2D5EA
Secondary backgroundsInput backgroundsDividers
300
AFB4
#AFB4D9
BordersInactive statesPlaceholder text
400
868D
#868DC6
Disabled statesSecondary iconsMuted text
500
636D
#636DB6
Primary brand colorCTAsActive elementsLinks
600
4851
#485199
Hover statesFocus ringsPrimary buttons hover
700
3941
#394179
Active/pressed statesDark mode accentsSecondary text
800
292E
#292E57
Text on light backgroundsHeadingsStrong borders
900
1A1E
#1A1E37
Primary textHigh emphasis contentDark headings
950
1012
#101223
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F5F5FA;
  --charcoal-100: #E7E8F4;
  --charcoal-200: #D2D5EA;
  --charcoal-300: #AFB4D9;
  --charcoal-400: #868DC6;
  --charcoal-500: #636DB6;
  --charcoal-600: #485199;
  --charcoal-700: #394179;
  --charcoal-800: #292E57;
  --charcoal-900: #1A1E37;
  --charcoal-950: #101223;
}
Generate More ShadesCreate PaletteConvert Color