Charcoal

#0D1945

Blue

Color Codes

All color formats for development

HEX
#0D1945
RGB
rgb(13, 25, 69)
HSL
hsl(227, 68%, 16%)
OKLCH
oklch(0.234 0.084 267.7)
CMYK
cmyk(81%, 64%, 0%, 73%)

Accessibility

WCAG contrast compliance

On White Background

16.91:1

AA AAA

On Black Background

1.24:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F4
100
#E1E6
200
#C7D1
300
#9CAE
400
#6983
500
#3E60
600
#2445
700
#1D37
800
#1427
900
#0D19
950
#0810

Shades

Darker variations

1#0C173E
2#0A1437
3#091230
4#080F29
5#070D22
6#050A1B
7#040815
8#03050E
9#010307

Tints

Lighter variations

1#142669
2#1B338D
3#2241B1
4#284ED4
5#4B6BDD
6#6F88E4
7#93A6EA
8#B7C4F1
9#DBE1F8

Tones

Muted variations

1#101B42
2#131C3F
3#151E3C
4#181F39
5#1B2137
6#1E2334
7#202431
8#23262E
9#26272C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F4
#F2F4FD
BackgroundsSubtle highlightsCard backgrounds
100
E1E6
#E1E6F9
Light backgroundsTable row hoverSkeleton loading
200
C7D1
#C7D1F4
Secondary backgroundsInput backgroundsDividers
300
9CAE
#9CAEEC
BordersInactive statesPlaceholder text
400
6983
#6983E2
Disabled statesSecondary iconsMuted text
500
3E60
#3E60DA
Primary brand colorCTAsActive elementsLinks
600
2445
#2445BC
Hover statesFocus ringsPrimary buttons hover
700
1D37
#1D3796
Active/pressed statesDark mode accentsSecondary text
800
1427
#14276B
Text on light backgroundsHeadingsStrong borders
900
0D19
#0D1945
Primary textHigh emphasis contentDark headings
950
0810
#08102B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F2F4FD;
  --charcoal-100: #E1E6F9;
  --charcoal-200: #C7D1F4;
  --charcoal-300: #9CAEEC;
  --charcoal-400: #6983E2;
  --charcoal-500: #3E60DA;
  --charcoal-600: #2445BC;
  --charcoal-700: #1D3796;
  --charcoal-800: #14276B;
  --charcoal-900: #0D1945;
  --charcoal-950: #08102B;
}
Generate More ShadesCreate PaletteConvert Color