Charcoal

#194F67

Blue

Color Codes

All color formats for development

HEX
#194F67
RGB
rgb(25, 79, 103)
HSL
hsl(198, 61%, 25%)
OKLCH
oklch(0.404 0.068 231.3)
CMYK
cmyk(76%, 23%, 0%, 60%)

Accessibility

WCAG contrast compliance

On White Background

8.91:1

AA AAA

On Black Background

2.36:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F9
100
#E2F2
200
#CAE6
300
#A1D3
400
#6FBC
500
#46A8
600
#2C8C
700
#236F
800
#194F
900
#1033
950
#0A20

Shades

Darker variations

1#16475C
2#143F52
3#113848
4#0F303E
5#0C2833
6#0A2029
7#07181F
8#051015
9#02080A

Tints

Lighter variations

1#206785
2#287FA4
3#2F97C3
4#46A8D2
5#65B7DA
6#84C5E1
7#A3D4E9
8#C1E2F0
9#E0F1F8

Tones

Muted variations

1#1D4E63
2#214C5F
3#254B5B
4#284957
5#2C4853
6#30464F
7#34444B
8#384348
9#3C4144

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F9
#F3F9FC
BackgroundsSubtle highlightsCard backgrounds
100
E2F2
#E2F2F8
Light backgroundsTable row hoverSkeleton loading
200
CAE6
#CAE6F2
Secondary backgroundsInput backgroundsDividers
300
A1D3
#A1D3E8
BordersInactive statesPlaceholder text
400
6FBC
#6FBCDC
Disabled statesSecondary iconsMuted text
500
46A8
#46A8D2
Primary brand colorCTAsActive elementsLinks
600
2C8C
#2C8CB5
Hover statesFocus ringsPrimary buttons hover
700
236F
#236F90
Active/pressed statesDark mode accentsSecondary text
800
194F
#194F67
Text on light backgroundsHeadingsStrong borders
900
1033
#103342
Primary textHigh emphasis contentDark headings
950
0A20
#0A2029
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F3F9FC;
  --charcoal-100: #E2F2F8;
  --charcoal-200: #CAE6F2;
  --charcoal-300: #A1D3E8;
  --charcoal-400: #6FBCDC;
  --charcoal-500: #46A8D2;
  --charcoal-600: #2C8CB5;
  --charcoal-700: #236F90;
  --charcoal-800: #194F67;
  --charcoal-900: #103342;
  --charcoal-950: #0A2029;
}
Generate More ShadesCreate PaletteConvert Color