Charcoal

#0D3C72

Blue

Color Codes

All color formats for development

HEX
#0D3C72
RGB
rgb(13, 60, 114)
HSL
hsl(212, 80%, 25%)
OKLCH
oklch(0.358 0.105 255.2)
CMYK
cmyk(89%, 47%, 0%, 55%)

Accessibility

WCAG contrast compliance

On White Background

11.02:1

AA AAA

On Black Background

1.91:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F7
100
#DFEC
200
#C3DC
300
#95C1
400
#5EA1
500
#3086
600
#166A
700
#1254
800
#0D3C
900
#0827
950
#0518

Shades

Darker variations

1#0B3667
2#0A305C
3#092A50
4#082445
5#061E39
6#05182E
7#041222
8#030C17
9#01060B

Tints

Lighter variations

1#114E95
2#1461B8
3#1873DA
4#3086E8
5#539AEC
6#75AEF0
7#98C3F4
8#BAD7F7
9#DDEBFB

Tones

Muted variations

1#123D6E
2#173D69
3#1C3D63
4#213E5E
5#263E59
6#2B3E54
7#303F4F
8#363F4A
9#3B3F45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F7
#F1F7FD
BackgroundsSubtle highlightsCard backgrounds
100
DFEC
#DFECFB
Light backgroundsTable row hoverSkeleton loading
200
C3DC
#C3DCF8
Secondary backgroundsInput backgroundsDividers
300
95C1
#95C1F3
BordersInactive statesPlaceholder text
400
5EA1
#5EA1ED
Disabled statesSecondary iconsMuted text
500
3086
#3086E8
Primary brand colorCTAsActive elementsLinks
600
166A
#166ACA
Hover statesFocus ringsPrimary buttons hover
700
1254
#1254A1
Active/pressed statesDark mode accentsSecondary text
800
0D3C
#0D3C73
Text on light backgroundsHeadingsStrong borders
900
0827
#082749
Primary textHigh emphasis contentDark headings
950
0518
#05182E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F1F7FD;
  --charcoal-100: #DFECFB;
  --charcoal-200: #C3DCF8;
  --charcoal-300: #95C1F3;
  --charcoal-400: #5EA1ED;
  --charcoal-500: #3086E8;
  --charcoal-600: #166ACA;
  --charcoal-700: #1254A1;
  --charcoal-800: #0D3C73;
  --charcoal-900: #082749;
  --charcoal-950: #05182E;
}
Generate More ShadesCreate PaletteConvert Color