Charcoal

#162A3C

Blue

Color Codes

All color formats for development

HEX
#162A3C
RGB
rgb(22, 42, 60)
HSL
hsl(208, 46%, 16%)
OKLCH
oklch(0.277 0.042 247.1)
CMYK
cmyk(63%, 30%, 0%, 76%)

Accessibility

WCAG contrast compliance

On White Background

14.68:1

AA AAA

On Black Background

1.43:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F8
100
#E5EE
200
#CFDF
300
#A9C6
400
#7DA8
500
#5790
600
#3D74
700
#305C
800
#2242
900
#162A
950
#0E1A

Shades

Darker variations

1#142636
2#122230
3#0F1D2A
4#0D1924
5#0B151E
6#091118
7#070D12
8#04080C
9#020406

Tints

Lighter variations

1#22405B
2#2D567A
3#396C99
4#4482B9
5#6397C5
6#82ACD1
7#A1C1DC
8#C0D5E8
9#E0EAF3

Tones

Muted variations

1#182A3A
2#1A2A38
3#1C2A36
4#1E2A34
5#1F2932
6#212930
7#23292E
8#25292D
9#27292B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F8
#F4F8FB
BackgroundsSubtle highlightsCard backgrounds
100
E5EE
#E5EEF5
Light backgroundsTable row hoverSkeleton loading
200
CFDF
#CFDFED
Secondary backgroundsInput backgroundsDividers
300
A9C6
#A9C6DF
BordersInactive statesPlaceholder text
400
7DA8
#7DA8CF
Disabled statesSecondary iconsMuted text
500
5790
#5790C1
Primary brand colorCTAsActive elementsLinks
600
3D74
#3D74A4
Hover statesFocus ringsPrimary buttons hover
700
305C
#305C82
Active/pressed statesDark mode accentsSecondary text
800
2242
#22425D
Text on light backgroundsHeadingsStrong borders
900
162A
#162A3C
Primary textHigh emphasis contentDark headings
950
0E1A
#0E1A25
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F4F8FB;
  --charcoal-100: #E5EEF5;
  --charcoal-200: #CFDFED;
  --charcoal-300: #A9C6DF;
  --charcoal-400: #7DA8CF;
  --charcoal-500: #5790C1;
  --charcoal-600: #3D74A4;
  --charcoal-700: #305C82;
  --charcoal-800: #22425D;
  --charcoal-900: #162A3C;
  --charcoal-950: #0E1A25;
}
Generate More ShadesCreate PaletteConvert Color