Charcoal

#16163C

Blue

Color Codes

All color formats for development

HEX
#16163C
RGB
rgb(22, 22, 60)
HSL
hsl(240, 46%, 16%)
OKLCH
oklch(0.226 0.071 279)
CMYK
cmyk(63%, 63%, 0%, 76%)

Accessibility

WCAG contrast compliance

On White Background

17.30:1

AA AAA

On Black Background

1.21:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F4
100
#E5E5
200
#CFCF
300
#A9A9
400
#7D7D
500
#5757
600
#3D3D
700
#3030
800
#2222
900
#1616
950
#0E0E

Shades

Darker variations

1#141436
2#121230
3#0F0F2A
4#0D0D24
5#0B0B1E
6#090918
7#070712
8#04040C
9#020206

Tints

Lighter variations

1#22225B
2#2D2D7A
3#393999
4#4444B9
5#6363C5
6#8282D1
7#A1A1DC
8#C0C0E8
9#E0E0F3

Tones

Muted variations

1#18183A
2#1A1A38
3#1C1C36
4#1E1E34
5#1F1F32
6#212130
7#23232E
8#25252D
9#27272B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F4
#F4F4FB
BackgroundsSubtle highlightsCard backgrounds
100
E5E5
#E5E5F5
Light backgroundsTable row hoverSkeleton loading
200
CFCF
#CFCFED
Secondary backgroundsInput backgroundsDividers
300
A9A9
#A9A9DF
BordersInactive statesPlaceholder text
400
7D7D
#7D7DCF
Disabled statesSecondary iconsMuted text
500
5757
#5757C1
Primary brand colorCTAsActive elementsLinks
600
3D3D
#3D3DA4
Hover statesFocus ringsPrimary buttons hover
700
3030
#303082
Active/pressed statesDark mode accentsSecondary text
800
2222
#22225D
Text on light backgroundsHeadingsStrong borders
900
1616
#16163C
Primary textHigh emphasis contentDark headings
950
0E0E
#0E0E25
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F4F4FB;
  --charcoal-100: #E5E5F5;
  --charcoal-200: #CFCFED;
  --charcoal-300: #A9A9DF;
  --charcoal-400: #7D7DCF;
  --charcoal-500: #5757C1;
  --charcoal-600: #3D3DA4;
  --charcoal-700: #303082;
  --charcoal-800: #22225D;
  --charcoal-900: #16163C;
  --charcoal-950: #0E0E25;
}
Generate More ShadesCreate PaletteConvert Color