Charcoal

#16243C

Blue

Color Codes

All color formats for development

HEX
#16243C
RGB
rgb(22, 36, 60)
HSL
hsl(218, 46%, 16%)
OKLCH
oklch(0.261 0.049 260.7)
CMYK
cmyk(63%, 40%, 0%, 76%)

Accessibility

WCAG contrast compliance

On White Background

15.54:1

AA AAA

On Black Background

1.35:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F6
100
#E5EB
200
#CFDA
300
#A9BD
400
#7D9B
500
#577E
600
#3D62
700
#304E
800
#2238
900
#1624
950
#0E16

Shades

Darker variations

1#142036
2#121D30
3#0F192A
4#0D1524
5#0B121E
6#090E18
7#070B12
8#04070C
9#020406

Tints

Lighter variations

1#22375B
2#2D497A
3#395C99
4#446FB9
5#6387C5
6#829FD1
7#A1B7DC
8#C0CFE8
9#E0E7F3

Tones

Muted variations

1#18243A
2#1A2538
3#1C2536
4#1E2634
5#1F2632
6#212730
7#23272E
8#25282D
9#27282B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F6
#F4F6FB
BackgroundsSubtle highlightsCard backgrounds
100
E5EB
#E5EBF5
Light backgroundsTable row hoverSkeleton loading
200
CFDA
#CFDAED
Secondary backgroundsInput backgroundsDividers
300
A9BD
#A9BDDF
BordersInactive statesPlaceholder text
400
7D9B
#7D9BCF
Disabled statesSecondary iconsMuted text
500
577E
#577EC1
Primary brand colorCTAsActive elementsLinks
600
3D62
#3D62A4
Hover statesFocus ringsPrimary buttons hover
700
304E
#304E82
Active/pressed statesDark mode accentsSecondary text
800
2238
#22385D
Text on light backgroundsHeadingsStrong borders
900
1624
#16243C
Primary textHigh emphasis contentDark headings
950
0E16
#0E1625
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F4F6FB;
  --charcoal-100: #E5EBF5;
  --charcoal-200: #CFDAED;
  --charcoal-300: #A9BDDF;
  --charcoal-400: #7D9BCF;
  --charcoal-500: #577EC1;
  --charcoal-600: #3D62A4;
  --charcoal-700: #304E82;
  --charcoal-800: #22385D;
  --charcoal-900: #16243C;
  --charcoal-950: #0E1625;
}
Generate More ShadesCreate PaletteConvert Color