Charcoal

#212530

Blue

Color Codes

All color formats for development

HEX
#212530
RGB
rgb(33, 37, 48)
HSL
hsl(224, 19%, 16%)
OKLCH
oklch(0.265 0.021 269.3)
CMYK
cmyk(31%, 23%, 0%, 81%)

Accessibility

WCAG contrast compliance

On White Background

15.31:1

AA AAA

On Black Background

1.37:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EAEC
200
#D8DB
300
#B9BF
400
#959E
500
#7682
600
#5B66
700
#4851
800
#343A
900
#2125
950
#1517

Shades

Darker variations

1#1E212C
2#1A1E27
3#171A22
4#14161D
5#111318
6#0D0F13
7#0A0B0F
8#07070A
9#030405

Tints

Lighter variations

1#32394A
2#444C64
3#55607D
4#667397
5#808AA8
6#99A2BA
7#B3B9CB
8#CCD0DC
9#E6E8EE

Tones

Muted variations

1#222630
2#23262F
3#23262E
4#24272D
5#25272D
6#26272C
7#26282B
8#27282A
9#28282A

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
D8DB
#D8DBE4
Secondary backgroundsInput backgroundsDividers
300
B9BF
#B9BFCF
BordersInactive statesPlaceholder text
400
959E
#959EB7
Disabled statesSecondary iconsMuted text
500
7682
#7682A2
Primary brand colorCTAsActive elementsLinks
600
5B66
#5B6686
Hover statesFocus ringsPrimary buttons hover
700
4851
#48516A
Active/pressed statesDark mode accentsSecondary text
800
343A
#343A4C
Text on light backgroundsHeadingsStrong borders
900
2125
#212531
Primary textHigh emphasis contentDark headings
950
1517
#15171E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F6F7F9;
  --charcoal-100: #EAECF1;
  --charcoal-200: #D8DBE4;
  --charcoal-300: #B9BFCF;
  --charcoal-400: #959EB7;
  --charcoal-500: #7682A2;
  --charcoal-600: #5B6686;
  --charcoal-700: #48516A;
  --charcoal-800: #343A4C;
  --charcoal-900: #212531;
  --charcoal-950: #15171E;
}
Generate More ShadesCreate PaletteConvert Color