Charcoal

#082049

Blue

Color Codes

All color formats for development

HEX
#082049
RGB
rgb(8, 32, 73)
HSL
hsl(218, 80%, 16%)
OKLCH
oklch(0.253 0.082 260.4)
CMYK
cmyk(89%, 56%, 0%, 71%)

Accessibility

WCAG contrast compliance

On White Background

15.99:1

AA AAA

On Black Background

1.31:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F6
100
#DFE9
200
#C3D7
300
#95B8
400
#5E93
500
#3074
600
#1658
700
#1246
800
#0D32
900
#0820
950
#0514

Shades

Darker variations

1#071D42
2#071A3B
3#061633
4#05132C
5#041025
6#030D1D
7#020A16
8#02060F
9#010307

Tints

Lighter variations

1#0C3170
2#114297
3#1553BD
4#1963E4
5#3E7DEA
6#6597EE
7#8BB1F2
8#B2CBF6
9#D8E5FB

Tones

Muted variations

1#0B2146
2#0F2243
3#122340
4#15243C
5#182439
6#1C2536
7#1F2633
8#22272F
9#26282C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F6
#F1F6FD
BackgroundsSubtle highlightsCard backgrounds
100
DFE9
#DFE9FB
Light backgroundsTable row hoverSkeleton loading
200
C3D7
#C3D7F8
Secondary backgroundsInput backgroundsDividers
300
95B8
#95B8F3
BordersInactive statesPlaceholder text
400
5E93
#5E93ED
Disabled statesSecondary iconsMuted text
500
3074
#3074E8
Primary brand colorCTAsActive elementsLinks
600
1658
#1658CA
Hover statesFocus ringsPrimary buttons hover
700
1246
#1246A1
Active/pressed statesDark mode accentsSecondary text
800
0D32
#0D3273
Text on light backgroundsHeadingsStrong borders
900
0820
#082049
Primary textHigh emphasis contentDark headings
950
0514
#05142E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F1F6FD;
  --charcoal-100: #DFE9FB;
  --charcoal-200: #C3D7F8;
  --charcoal-300: #95B8F3;
  --charcoal-400: #5E93ED;
  --charcoal-500: #3074E8;
  --charcoal-600: #1658CA;
  --charcoal-700: #1246A1;
  --charcoal-800: #0D3273;
  --charcoal-900: #082049;
  --charcoal-950: #05142E;
}
Generate More ShadesCreate PaletteConvert Color