Charcoal

#092549

Blue

Color Codes

All color formats for development

HEX
#092549
RGB
rgb(9, 37, 73)
HSL
hsl(214, 78%, 16%)
OKLCH
oklch(0.266 0.075 256.4)
CMYK
cmyk(88%, 49%, 0%, 71%)

Accessibility

WCAG contrast compliance

On White Background

15.30:1

AA AAA

On Black Background

1.37:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F7
100
#DFEB
200
#C4DA
300
#97BE
400
#609C
500
#3380
600
#1965
700
#1450
800
#0E39
900
#0925
950
#0617

Shades

Darker variations

1#082141
2#071D3A
3#061A33
4#05162C
5#041224
6#040F1D
7#030B16
8#02070F
9#010407

Tints

Lighter variations

1#0E386F
2#124B95
3#175EBB
4#1C71E1
5#4089E7
6#66A0EC
7#8DB8F1
8#B3D0F6
9#D9E7FA

Tones

Muted variations

1#0C2545
2#0F2542
3#13263F
4#16263C
5#192739
6#1C2736
7#1F2832
8#22282F
9#26282C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F7
#F1F7FD
BackgroundsSubtle highlightsCard backgrounds
100
DFEB
#DFEBFB
Light backgroundsTable row hoverSkeleton loading
200
C4DA
#C4DAF8
Secondary backgroundsInput backgroundsDividers
300
97BE
#97BEF2
BordersInactive statesPlaceholder text
400
609C
#609CEB
Disabled statesSecondary iconsMuted text
500
3380
#3380E6
Primary brand colorCTAsActive elementsLinks
600
1965
#1965C8
Hover statesFocus ringsPrimary buttons hover
700
1450
#14509F
Active/pressed statesDark mode accentsSecondary text
800
0E39
#0E3971
Text on light backgroundsHeadingsStrong borders
900
0925
#092549
Primary textHigh emphasis contentDark headings
950
0617
#06172D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F1F7FD;
  --charcoal-100: #DFEBFB;
  --charcoal-200: #C4DAF8;
  --charcoal-300: #97BEF2;
  --charcoal-400: #609CEB;
  --charcoal-500: #3380E6;
  --charcoal-600: #1965C8;
  --charcoal-700: #14509F;
  --charcoal-800: #0E3971;
  --charcoal-900: #092549;
  --charcoal-950: #06172D;
}
Generate More ShadesCreate PaletteConvert Color