Charcoal

#092E49

Blue

Color Codes

All color formats for development

HEX
#092E49
RGB
rgb(9, 46, 73)
HSL
hsl(205, 78%, 16%)
OKLCH
oklch(0.291 0.064 245.1)
CMYK
cmyk(88%, 37%, 0%, 71%)

Accessibility

WCAG contrast compliance

On White Background

14.01:1

AA AAA

On Black Background

1.50:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F8
100
#DFEF
200
#C4E2
300
#97CC
400
#60B1
500
#339B
600
#197F
700
#1465
800
#0E48
900
#092E
950
#061D

Shades

Darker variations

1#082941
2#07253A
3#062033
4#051C2C
5#041724
6#04121D
7#030E16
8#02090F
9#010507

Tints

Lighter variations

1#0E466F
2#125F95
3#1777BB
4#1C8FE1
5#40A2E7
6#66B4EC
7#8DC7F1
8#B3DAF6
9#D9ECFA

Tones

Muted variations

1#0C2E45
2#0F2D42
3#132D3F
4#162C3C
5#192B39
6#1C2B36
7#1F2A32
8#222A2F
9#26292C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F8
#F1F8FD
BackgroundsSubtle highlightsCard backgrounds
100
DFEF
#DFEFFB
Light backgroundsTable row hoverSkeleton loading
200
C4E2
#C4E2F8
Secondary backgroundsInput backgroundsDividers
300
97CC
#97CCF2
BordersInactive statesPlaceholder text
400
60B1
#60B1EB
Disabled statesSecondary iconsMuted text
500
339B
#339BE6
Primary brand colorCTAsActive elementsLinks
600
197F
#197FC8
Hover statesFocus ringsPrimary buttons hover
700
1465
#14659F
Active/pressed statesDark mode accentsSecondary text
800
0E48
#0E4871
Text on light backgroundsHeadingsStrong borders
900
092E
#092E49
Primary textHigh emphasis contentDark headings
950
061D
#061D2D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F1F8FD;
  --charcoal-100: #DFEFFB;
  --charcoal-200: #C4E2F8;
  --charcoal-300: #97CCF2;
  --charcoal-400: #60B1EB;
  --charcoal-500: #339BE6;
  --charcoal-600: #197FC8;
  --charcoal-700: #14659F;
  --charcoal-800: #0E4871;
  --charcoal-900: #092E49;
  --charcoal-950: #061D2D;
}
Generate More ShadesCreate PaletteConvert Color