Charcoal

#193367

Blue

Color Codes

All color formats for development

HEX
#193367
RGB
rgb(25, 51, 103)
HSL
hsl(220, 61%, 25%)
OKLCH
oklch(0.332 0.097 262.4)
CMYK
cmyk(76%, 50%, 0%, 60%)

Accessibility

WCAG contrast compliance

On White Background

12.28:1

AA AAA

On Black Background

1.71:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F6
100
#E2EA
200
#CAD7
300
#A1B8
400
#6F94
500
#4675
600
#2C59
700
#2347
800
#1933
900
#1021
950
#0A14

Shades

Darker variations

1#162E5C
2#142952
3#112448
4#0F1E3E
5#0C1933
6#0A1429
7#070F1F
8#050A15
9#02050A

Tints

Lighter variations

1#204285
2#2851A4
3#2F60C3
4#4675D2
5#658CDA
6#84A3E1
7#A3BAE9
8#C1D1F0
9#E0E8F8

Tones

Muted variations

1#1D3463
2#21355F
3#25375B
4#283857
5#2C3953
6#303B4F
7#343C4B
8#383D48
9#3C3E44

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
CAD7
#CAD7F2
Secondary backgroundsInput backgroundsDividers
300
A1B8
#A1B8E8
BordersInactive statesPlaceholder text
400
6F94
#6F94DC
Disabled statesSecondary iconsMuted text
500
4675
#4675D2
Primary brand colorCTAsActive elementsLinks
600
2C59
#2C59B5
Hover statesFocus ringsPrimary buttons hover
700
2347
#234790
Active/pressed statesDark mode accentsSecondary text
800
1933
#193367
Text on light backgroundsHeadingsStrong borders
900
1021
#102142
Primary textHigh emphasis contentDark headings
950
0A14
#0A1429
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F3F6FC;
  --charcoal-100: #E2EAF8;
  --charcoal-200: #CAD7F2;
  --charcoal-300: #A1B8E8;
  --charcoal-400: #6F94DC;
  --charcoal-500: #4675D2;
  --charcoal-600: #2C59B5;
  --charcoal-700: #234790;
  --charcoal-800: #193367;
  --charcoal-900: #102142;
  --charcoal-950: #0A1429;
}
Generate More ShadesCreate PaletteConvert Color