Charcoal

#092849

Blue

Color Codes

All color formats for development

HEX
#092849
RGB
rgb(9, 40, 73)
HSL
hsl(211, 78%, 16%)
OKLCH
oklch(0.274 0.071 253.1)
CMYK
cmyk(88%, 45%, 0%, 71%)

Accessibility

WCAG contrast compliance

On White Background

14.88:1

AA AAA

On Black Background

1.41:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F7
100
#DFED
200
#C4DD
300
#97C3
400
#60A3
500
#3389
600
#196D
700
#1457
800
#0E3E
900
#0928
950
#0619

Shades

Darker variations

1#082441
2#07203A
3#061C33
4#05182C
5#041424
6#04101D
7#030C16
8#02080F
9#010407

Tints

Lighter variations

1#0E3D6F
2#125195
3#1766BB
4#1C7BE1
5#4091E7
6#66A7EC
7#8DBDF1
8#B3D3F6
9#D9E9FA

Tones

Muted variations

1#0C2845
2#0F2842
3#13283F
4#16283C
5#192839
6#1C2836
7#1F2832
8#22292F
9#26292C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F7
#F1F7FD
BackgroundsSubtle highlightsCard backgrounds
100
DFED
#DFEDFB
Light backgroundsTable row hoverSkeleton loading
200
C4DD
#C4DDF8
Secondary backgroundsInput backgroundsDividers
300
97C3
#97C3F2
BordersInactive statesPlaceholder text
400
60A3
#60A3EB
Disabled statesSecondary iconsMuted text
500
3389
#3389E6
Primary brand colorCTAsActive elementsLinks
600
196D
#196DC8
Hover statesFocus ringsPrimary buttons hover
700
1457
#14579F
Active/pressed statesDark mode accentsSecondary text
800
0E3E
#0E3E71
Text on light backgroundsHeadingsStrong borders
900
0928
#092849
Primary textHigh emphasis contentDark headings
950
0619
#06192D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F1F7FD;
  --charcoal-100: #DFEDFB;
  --charcoal-200: #C4DDF8;
  --charcoal-300: #97C3F2;
  --charcoal-400: #60A3EB;
  --charcoal-500: #3389E6;
  --charcoal-600: #196DC8;
  --charcoal-700: #14579F;
  --charcoal-800: #0E3E71;
  --charcoal-900: #092849;
  --charcoal-950: #06192D;
}
Generate More ShadesCreate PaletteConvert Color