Charcoal

#162B3B

Blue

Color Codes

All color formats for development

HEX
#162B3B
RGB
rgb(22, 43, 59)
HSL
hsl(206, 46%, 16%)
OKLCH
oklch(0.28 0.04 242.9)
CMYK
cmyk(63%, 27%, 0%, 77%)

Accessibility

WCAG contrast compliance

On White Background

14.55:1

AA AAA

On Black Background

1.44:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F8
100
#E5EE
200
#CFE0
300
#A9C8
400
#7DAB
500
#5793
600
#3D77
700
#305F
800
#2244
900
#162B
950
#0E1B

Shades

Darker variations

1#142736
2#122330
3#0F1E2A
4#0D1A24
5#0B161E
6#091118
7#070D12
8#04090C
9#020406

Tints

Lighter variations

1#22425B
2#2D597A
3#397099
4#4486B9
5#639AC5
6#82AFD1
7#A1C3DC
8#C0D7E8
9#E0EBF3

Tones

Muted variations

1#182B3A
2#1A2B38
3#1C2B36
4#1E2A34
5#1F2A32
6#212A30
7#232A2E
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
CFE0
#CFE0ED
Secondary backgroundsInput backgroundsDividers
300
A9C8
#A9C8DF
BordersInactive statesPlaceholder text
400
7DAB
#7DABCF
Disabled statesSecondary iconsMuted text
500
5793
#5793C1
Primary brand colorCTAsActive elementsLinks
600
3D77
#3D77A4
Hover statesFocus ringsPrimary buttons hover
700
305F
#305F82
Active/pressed statesDark mode accentsSecondary text
800
2244
#22445D
Text on light backgroundsHeadingsStrong borders
900
162B
#162B3C
Primary textHigh emphasis contentDark headings
950
0E1B
#0E1B25
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F4F8FB;
  --charcoal-100: #E5EEF5;
  --charcoal-200: #CFE0ED;
  --charcoal-300: #A9C8DF;
  --charcoal-400: #7DABCF;
  --charcoal-500: #5793C1;
  --charcoal-600: #3D77A4;
  --charcoal-700: #305F82;
  --charcoal-800: #22445D;
  --charcoal-900: #162B3C;
  --charcoal-950: #0E1B25;
}
Generate More ShadesCreate PaletteConvert Color