Charcoal

#2D3952

Blue

Color Codes

All color formats for development

HEX
#2D3952
RGB
rgb(45, 57, 82)
HSL
hsl(221, 29%, 25%)
OKLCH
oklch(0.345 0.047 264.4)
CMYK
cmyk(45%, 30%, 0%, 68%)

Accessibility

WCAG contrast compliance

On White Background

11.55:1

AA AAA

On Black Background

1.82:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F7
100
#E8EB
200
#D4DA
300
#B3BE
400
#8C9C
500
#6B80
600
#5064
700
#3F50
800
#2D39
900
#1D24
950
#1217

Shades

Darker variations

1#29334A
2#242E42
3#20283A
4#1B2231
5#171C29
6#121721
7#0E1119
8#090B10
9#050608

Tints

Lighter variations

1#3B4A6B
2#485B84
3#566C9C
4#6B80AE
5#8495BB
6#9CAAC9
7#B5C0D6
8#CED5E4
9#E6EAF1

Tones

Muted variations

1#2F3A50
2#313A4F
3#333B4D
4#353C4B
5#373C49
6#383D47
7#3A3E45
8#3C3E43
9#3E3F42

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F7
#F5F7FA
BackgroundsSubtle highlightsCard backgrounds
100
E8EB
#E8EBF2
Light backgroundsTable row hoverSkeleton loading
200
D4DA
#D4DAE7
Secondary backgroundsInput backgroundsDividers
300
B3BE
#B3BED5
BordersInactive statesPlaceholder text
400
8C9C
#8C9CC0
Disabled statesSecondary iconsMuted text
500
6B80
#6B80AE
Primary brand colorCTAsActive elementsLinks
600
5064
#506491
Hover statesFocus ringsPrimary buttons hover
700
3F50
#3F5073
Active/pressed statesDark mode accentsSecondary text
800
2D39
#2D3952
Text on light backgroundsHeadingsStrong borders
900
1D24
#1D2435
Primary textHigh emphasis contentDark headings
950
1217
#121721
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F5F7FA;
  --charcoal-100: #E8EBF2;
  --charcoal-200: #D4DAE7;
  --charcoal-300: #B3BED5;
  --charcoal-400: #8C9CC0;
  --charcoal-500: #6B80AE;
  --charcoal-600: #506491;
  --charcoal-700: #3F5073;
  --charcoal-800: #2D3952;
  --charcoal-900: #1D2435;
  --charcoal-950: #121721;
}
Generate More ShadesCreate PaletteConvert Color