Charcoal

#24325C

Blue

Color Codes

All color formats for development

HEX
#24325C
RGB
rgb(36, 50, 92)
HSL
hsl(225, 44%, 25%)
OKLCH
oklch(0.328 0.077 268.1)
CMYK
cmyk(61%, 46%, 0%, 64%)

Accessibility

WCAG contrast compliance

On White Background

12.46:1

AA AAA

On Black Background

1.69:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F6
100
#E5E9
200
#CFD7
300
#ABB7
400
#7E92
500
#5A73
600
#3F58
700
#3246
800
#2432
900
#1720
950
#0E14

Shades

Darker variations

1#202D53
2#1D2849
3#192340
4#151E37
5#12192E
6#0E1425
7#0B0F1C
8#070A12
9#040509

Tints

Lighter variations

1#2E4177
2#395093
3#445EAE
4#5A73BF
5#758AC9
6#91A2D4
7#ACB9DF
8#C8D0EA
9#E3E8F4

Tones

Muted variations

1#273359
2#293556
3#2C3653
4#2F3751
5#32394E
6#353A4B
7#373C48
8#3A3D45
9#3D3E43

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F6
#F4F6FB
BackgroundsSubtle highlightsCard backgrounds
100
E5E9
#E5E9F5
Light backgroundsTable row hoverSkeleton loading
200
CFD7
#CFD7EC
Secondary backgroundsInput backgroundsDividers
300
ABB7
#ABB7DE
BordersInactive statesPlaceholder text
400
7E92
#7E92CD
Disabled statesSecondary iconsMuted text
500
5A73
#5A73BF
Primary brand colorCTAsActive elementsLinks
600
3F58
#3F58A2
Hover statesFocus ringsPrimary buttons hover
700
3246
#324681
Active/pressed statesDark mode accentsSecondary text
800
2432
#24325C
Text on light backgroundsHeadingsStrong borders
900
1720
#17203B
Primary textHigh emphasis contentDark headings
950
0E14
#0E1425
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F4F6FB;
  --charcoal-100: #E5E9F5;
  --charcoal-200: #CFD7EC;
  --charcoal-300: #ABB7DE;
  --charcoal-400: #7E92CD;
  --charcoal-500: #5A73BF;
  --charcoal-600: #3F58A2;
  --charcoal-700: #324681;
  --charcoal-800: #24325C;
  --charcoal-900: #17203B;
  --charcoal-950: #0E1425;
}
Generate More ShadesCreate PaletteConvert Color