Charcoal

#212731

Blue

Color Codes

All color formats for development

HEX
#212731
RGB
rgb(33, 39, 49)
HSL
hsl(218, 20%, 16%)
OKLCH
oklch(0.271 0.021 260.6)
CMYK
cmyk(33%, 20%, 0%, 81%)

Accessibility

WCAG contrast compliance

On White Background

15.01:1

AA AAA

On Black Background

1.40:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EAEC
200
#D7DC
300
#B9C1
400
#94A1
500
#7586
600
#5A6A
700
#4754
800
#333C
900
#2127
950
#1418

Shades

Darker variations

1#1D232C
2#1A1F27
3#171B22
4#14171D
5#101318
6#0D0F14
7#0A0C0F
8#07080A
9#030405

Tints

Lighter variations

1#323B4B
2#434F64
3#54637E
4#657898
5#7E8EA9
6#98A5BA
7#B2BBCC
8#CCD2DD
9#E5E8EE

Tones

Muted variations

1#212730
2#22272F
3#23272F
4#24272E
5#25282D
6#26282C
7#26282B
8#27282A
9#28292A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F9
BackgroundsSubtle highlightsCard backgrounds
100
EAEC
#EAECF1
Light backgroundsTable row hoverSkeleton loading
200
D7DC
#D7DCE4
Secondary backgroundsInput backgroundsDividers
300
B9C1
#B9C1D0
BordersInactive statesPlaceholder text
400
94A1
#94A1B8
Disabled statesSecondary iconsMuted text
500
7586
#7586A3
Primary brand colorCTAsActive elementsLinks
600
5A6A
#5A6A87
Hover statesFocus ringsPrimary buttons hover
700
4754
#47546B
Active/pressed statesDark mode accentsSecondary text
800
333C
#333C4D
Text on light backgroundsHeadingsStrong borders
900
2127
#212731
Primary textHigh emphasis contentDark headings
950
1418
#14181F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F6F7F9;
  --charcoal-100: #EAECF1;
  --charcoal-200: #D7DCE4;
  --charcoal-300: #B9C1D0;
  --charcoal-400: #94A1B8;
  --charcoal-500: #7586A3;
  --charcoal-600: #5A6A87;
  --charcoal-700: #47546B;
  --charcoal-800: #333C4D;
  --charcoal-900: #212731;
  --charcoal-950: #14181F;
}
Generate More ShadesCreate PaletteConvert Color