Charcoal

#14346B

Blue

Color Codes

All color formats for development

HEX
#14346B
RGB
rgb(20, 52, 107)
HSL
hsl(218, 69%, 25%)
OKLCH
oklch(0.336 0.103 260.5)
CMYK
cmyk(81%, 51%, 0%, 58%)

Accessibility

WCAG contrast compliance

On White Background

12.12:1

AA AAA

On Black Background

1.73:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F6
100
#E1EA
200
#C7D8
300
#9CBA
400
#6895
500
#3D77
600
#235C
700
#1C49
800
#1434
900
#0D21
950
#0815

Shades

Darker variations

1#122F61
2#102A56
3#0E244B
4#0C1F41
5#0A1A36
6#08152B
7#061020
8#040A16
9#02050B

Tints

Lighter variations

1#1A448C
2#2053AC
3#2663CD
4#3D77DB
5#5D8EE1
6#7EA4E7
7#9EBBED
8#BED2F3
9#DFE8F9

Tones

Muted variations

1#183567
2#1D3663
3#21385F
4#25395A
5#2A3A56
6#2E3B51
7#333C4D
8#373D49
9#3B3F44

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F6
#F2F6FD
BackgroundsSubtle highlightsCard backgrounds
100
E1EA
#E1EAF9
Light backgroundsTable row hoverSkeleton loading
200
C7D8
#C7D8F5
Secondary backgroundsInput backgroundsDividers
300
9CBA
#9CBAED
BordersInactive statesPlaceholder text
400
6895
#6895E3
Disabled statesSecondary iconsMuted text
500
3D77
#3D77DB
Primary brand colorCTAsActive elementsLinks
600
235C
#235CBE
Hover statesFocus ringsPrimary buttons hover
700
1C49
#1C4997
Active/pressed statesDark mode accentsSecondary text
800
1434
#14346C
Text on light backgroundsHeadingsStrong borders
900
0D21
#0D2145
Primary textHigh emphasis contentDark headings
950
0815
#08152B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F2F6FD;
  --charcoal-100: #E1EAF9;
  --charcoal-200: #C7D8F5;
  --charcoal-300: #9CBAED;
  --charcoal-400: #6895E3;
  --charcoal-500: #3D77DB;
  --charcoal-600: #235CBE;
  --charcoal-700: #1C4997;
  --charcoal-800: #14346C;
  --charcoal-900: #0D2145;
  --charcoal-950: #08152B;
}
Generate More ShadesCreate PaletteConvert Color