Charcoal

#193567

Blue

Color Codes

All color formats for development

HEX
#193567
RGB
rgb(25, 53, 103)
HSL
hsl(218, 61%, 25%)
OKLCH
oklch(0.337 0.094 261)
CMYK
cmyk(76%, 49%, 0%, 60%)

Accessibility

WCAG contrast compliance

On White Background

12.02:1

AA AAA

On Black Background

1.75:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F6
100
#E2EA
200
#CAD8
300
#A1BB
400
#6F97
500
#467A
600
#2C5E
700
#234B
800
#1935
900
#1022
950
#0A15

Shades

Darker variations

1#16305C
2#142B52
3#112548
4#0F203E
5#0C1B33
6#0A1529
7#07101F
8#050B15
9#02050A

Tints

Lighter variations

1#204585
2#2855A4
3#2F65C3
4#467AD2
5#6590DA
6#84A6E1
7#A3BCE9
8#C1D3F0
9#E0E9F8

Tones

Muted variations

1#1D3663
2#21375F
3#25385B
4#283A57
5#2C3B53
6#303C4F
7#343D4B
8#383E48
9#3C3F44

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F6
#F3F6FC
BackgroundsSubtle highlightsCard backgrounds
100
E2EA
#E2EAF8
Light backgroundsTable row hoverSkeleton loading
200
CAD8
#CAD8F2
Secondary backgroundsInput backgroundsDividers
300
A1BB
#A1BBE8
BordersInactive statesPlaceholder text
400
6F97
#6F97DC
Disabled statesSecondary iconsMuted text
500
467A
#467AD2
Primary brand colorCTAsActive elementsLinks
600
2C5E
#2C5EB5
Hover statesFocus ringsPrimary buttons hover
700
234B
#234B90
Active/pressed statesDark mode accentsSecondary text
800
1935
#193567
Text on light backgroundsHeadingsStrong borders
900
1022
#102242
Primary textHigh emphasis contentDark headings
950
0A15
#0A1529
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F3F6FC;
  --charcoal-100: #E2EAF8;
  --charcoal-200: #CAD8F2;
  --charcoal-300: #A1BBE8;
  --charcoal-400: #6F97DC;
  --charcoal-500: #467AD2;
  --charcoal-600: #2C5EB5;
  --charcoal-700: #234B90;
  --charcoal-800: #193567;
  --charcoal-900: #102242;
  --charcoal-950: #0A1529;
}
Generate More ShadesCreate PaletteConvert Color