Charcoal

#32354E

Blue

Color Codes

All color formats for development

HEX
#32354E
RGB
rgb(50, 53, 78)
HSL
hsl(234, 22%, 25%)
OKLCH
oklch(0.338 0.044 278.5)
CMYK
cmyk(36%, 32%, 0%, 69%)

Accessibility

WCAG contrast compliance

On White Background

11.97:1

AA AAA

On Black Background

1.75:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F6
100
#E9EA
200
#D7D8
300
#B7BA
400
#9296
500
#7378
600
#585C
700
#464A
800
#3235
900
#2022
950
#1415

Shades

Darker variations

1#2D2F46
2#282A3E
3#232536
4#1E202F
5#191A27
6#14151F
7#0F1017
8#0A0B10
9#050508

Tints

Lighter variations

1#414465
2#50547C
3#5E6494
4#7378A5
5#8A8FB4
6#A2A5C3
7#B9BCD2
8#D0D2E1
9#E8E9F0

Tones

Muted variations

1#33364C
2#35374B
3#36384A
4#373948
5#393A47
6#3A3B45
7#3C3C44
8#3D3E43
9#3E3F41

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F6
#F6F6F9
BackgroundsSubtle highlightsCard backgrounds
100
E9EA
#E9EAF1
Light backgroundsTable row hoverSkeleton loading
200
D7D8
#D7D8E5
Secondary backgroundsInput backgroundsDividers
300
B7BA
#B7BAD1
BordersInactive statesPlaceholder text
400
9296
#9296B9
Disabled statesSecondary iconsMuted text
500
7378
#7378A5
Primary brand colorCTAsActive elementsLinks
600
585C
#585C89
Hover statesFocus ringsPrimary buttons hover
700
464A
#464A6D
Active/pressed statesDark mode accentsSecondary text
800
3235
#32354E
Text on light backgroundsHeadingsStrong borders
900
2022
#202232
Primary textHigh emphasis contentDark headings
950
1415
#14151F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F6F6F9;
  --charcoal-100: #E9EAF1;
  --charcoal-200: #D7D8E5;
  --charcoal-300: #B7BAD1;
  --charcoal-400: #9296B9;
  --charcoal-500: #7378A5;
  --charcoal-600: #585C89;
  --charcoal-700: #464A6D;
  --charcoal-800: #32354E;
  --charcoal-900: #202232;
  --charcoal-950: #14151F;
}
Generate More ShadesCreate PaletteConvert Color