Charcoal

#193167

Blue

Color Codes

All color formats for development

HEX
#193167
RGB
rgb(25, 49, 103)
HSL
hsl(222, 61%, 25%)
OKLCH
oklch(0.327 0.1 263.8)
CMYK
cmyk(76%, 52%, 0%, 60%)

Accessibility

WCAG contrast compliance

On White Background

12.53:1

AA AAA

On Black Background

1.68:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F5
100
#E2E9
200
#CAD6
300
#A1B6
400
#6F90
500
#4670
600
#2C55
700
#2343
800
#1930
900
#101F
950
#0A13

Shades

Darker variations

1#162B5C
2#142752
3#112248
4#0F1D3E
5#0C1833
6#0A1329
7#070E1F
8#050A15
9#02050A

Tints

Lighter variations

1#203F85
2#284DA4
3#2F5CC3
4#4670D2
5#6588DA
6#84A0E1
7#A3B8E9
8#C1CFF0
9#E0E7F8

Tones

Muted variations

1#1D3263
2#21335F
3#25355B
4#283657
5#2C3853
6#303A4F
7#343B4B
8#383D48
9#3C3E44

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F5
#F3F5FC
BackgroundsSubtle highlightsCard backgrounds
100
E2E9
#E2E9F8
Light backgroundsTable row hoverSkeleton loading
200
CAD6
#CAD6F2
Secondary backgroundsInput backgroundsDividers
300
A1B6
#A1B6E8
BordersInactive statesPlaceholder text
400
6F90
#6F90DC
Disabled statesSecondary iconsMuted text
500
4670
#4670D2
Primary brand colorCTAsActive elementsLinks
600
2C55
#2C55B5
Hover statesFocus ringsPrimary buttons hover
700
2343
#234390
Active/pressed statesDark mode accentsSecondary text
800
1930
#193067
Text on light backgroundsHeadingsStrong borders
900
101F
#101F42
Primary textHigh emphasis contentDark headings
950
0A13
#0A1329
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F3F5FC;
  --charcoal-100: #E2E9F8;
  --charcoal-200: #CAD6F2;
  --charcoal-300: #A1B6E8;
  --charcoal-400: #6F90DC;
  --charcoal-500: #4670D2;
  --charcoal-600: #2C55B5;
  --charcoal-700: #234390;
  --charcoal-800: #193067;
  --charcoal-900: #101F42;
  --charcoal-950: #0A1329;
}
Generate More ShadesCreate PaletteConvert Color