Charcoal

#2D3152

Blue

Color Codes

All color formats for development

HEX
#2D3152
RGB
rgb(45, 49, 82)
HSL
hsl(234, 29%, 25%)
OKLCH
oklch(0.326 0.059 277.4)
CMYK
cmyk(45%, 40%, 0%, 68%)

Accessibility

WCAG contrast compliance

On White Background

12.55:1

AA AAA

On Black Background

1.67:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F6
100
#E8E9
200
#D4D6
300
#B3B7
400
#8C91
500
#6B72
600
#5056
700
#3F45
800
#2D31
900
#1D1F
950
#1214

Shades

Darker variations

1#292C4A
2#242742
3#20223A
4#1B1D31
5#171829
6#121421
7#0E0F19
8#090A10
9#050508

Tints

Lighter variations

1#3B406B
2#484E84
3#565D9C
4#6B72AE
5#8489BB
6#9CA1C9
7#B5B8D6
8#CED0E4
9#E6E7F1

Tones

Muted variations

1#2F3250
2#31344F
3#33354D
4#35374B
5#373849
6#383A47
7#3A3B45
8#3C3D43
9#3E3E42

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F6
#F5F6FA
BackgroundsSubtle highlightsCard backgrounds
100
E8E9
#E8E9F2
Light backgroundsTable row hoverSkeleton loading
200
D4D6
#D4D6E7
Secondary backgroundsInput backgroundsDividers
300
B3B7
#B3B7D5
BordersInactive statesPlaceholder text
400
8C91
#8C91C0
Disabled statesSecondary iconsMuted text
500
6B72
#6B72AE
Primary brand colorCTAsActive elementsLinks
600
5056
#505691
Hover statesFocus ringsPrimary buttons hover
700
3F45
#3F4573
Active/pressed statesDark mode accentsSecondary text
800
2D31
#2D3152
Text on light backgroundsHeadingsStrong borders
900
1D1F
#1D1F35
Primary textHigh emphasis contentDark headings
950
1214
#121421
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F5F6FA;
  --charcoal-100: #E8E9F2;
  --charcoal-200: #D4D6E7;
  --charcoal-300: #B3B7D5;
  --charcoal-400: #8C91C0;
  --charcoal-500: #6B72AE;
  --charcoal-600: #505691;
  --charcoal-700: #3F4573;
  --charcoal-800: #2D3152;
  --charcoal-900: #1D1F35;
  --charcoal-950: #121421;
}
Generate More ShadesCreate PaletteConvert Color