Charcoal

#14416B

Blue

Color Codes

All color formats for development

HEX
#14416B
RGB
rgb(20, 65, 107)
HSL
hsl(209, 69%, 25%)
OKLCH
oklch(0.368 0.087 250.3)
CMYK
cmyk(81%, 39%, 0%, 58%)

Accessibility

WCAG contrast compliance

On White Background

10.51:1

AA AAA

On Black Background

2.00:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F8
100
#E1EE
200
#C7DF
300
#9CC6
400
#68A8
500
#3D8F
600
#2373
700
#1C5B
800
#1441
900
#0D2A
950
#081A

Shades

Darker variations

1#123B61
2#103456
3#0E2E4B
4#0C2741
5#0A2136
6#081A2B
7#061420
8#040D16
9#02070B

Tints

Lighter variations

1#1A558C
2#2068AC
3#267CCD
4#3D8FDB
5#5DA2E1
6#7EB4E7
7#9EC7ED
8#BEDAF3
9#DFECF9

Tones

Muted variations

1#184167
2#1D4163
3#21415F
4#25415A
5#2A4056
6#2E4051
7#33404D
8#374049
9#3B4044

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F8
#F2F8FD
BackgroundsSubtle highlightsCard backgrounds
100
E1EE
#E1EEF9
Light backgroundsTable row hoverSkeleton loading
200
C7DF
#C7DFF5
Secondary backgroundsInput backgroundsDividers
300
9CC6
#9CC6ED
BordersInactive statesPlaceholder text
400
68A8
#68A8E3
Disabled statesSecondary iconsMuted text
500
3D8F
#3D8FDB
Primary brand colorCTAsActive elementsLinks
600
2373
#2373BE
Hover statesFocus ringsPrimary buttons hover
700
1C5B
#1C5B97
Active/pressed statesDark mode accentsSecondary text
800
1441
#14416C
Text on light backgroundsHeadingsStrong borders
900
0D2A
#0D2A45
Primary textHigh emphasis contentDark headings
950
081A
#081A2B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F2F8FD;
  --charcoal-100: #E1EEF9;
  --charcoal-200: #C7DFF5;
  --charcoal-300: #9CC6ED;
  --charcoal-400: #68A8E3;
  --charcoal-500: #3D8FDB;
  --charcoal-600: #2373BE;
  --charcoal-700: #1C5B97;
  --charcoal-800: #14416C;
  --charcoal-900: #0D2A45;
  --charcoal-950: #081A2B;
}
Generate More ShadesCreate PaletteConvert Color