Charcoal

#24335B

Blue

Color Codes

All color formats for development

HEX
#24335B
RGB
rgb(36, 51, 91)
HSL
hsl(224, 43%, 25%)
OKLCH
oklch(0.33 0.074 266.9)
CMYK
cmyk(60%, 44%, 0%, 64%)

Accessibility

WCAG contrast compliance

On White Background

12.36:1

AA AAA

On Black Background

1.70:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F6
100
#E5EA
200
#D0D7
300
#ABB9
400
#7F94
500
#5B75
600
#405A
700
#3347
800
#2433
900
#1721
950
#0F14

Shades

Darker variations

1#212E52
2#1D2949
3#192440
4#161F37
5#12192E
6#0F1424
7#0B0F1B
8#070A12
9#040509

Tints

Lighter variations

1#2F4277
2#3A5292
3#4561AD
4#5B75BE
5#768CC8
6#92A3D3
7#ADBADE
8#C8D1E9
9#E4E8F4

Tones

Muted variations

1#273458
2#2A3656
3#2D3753
4#2F3850
5#32394D
6#353B4B
7#383C48
8#3A3D45
9#3D3E42

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F6
#F4F6FB
BackgroundsSubtle highlightsCard backgrounds
100
E5EA
#E5EAF5
Light backgroundsTable row hoverSkeleton loading
200
D0D7
#D0D7EC
Secondary backgroundsInput backgroundsDividers
300
ABB9
#ABB9DE
BordersInactive statesPlaceholder text
400
7F94
#7F94CC
Disabled statesSecondary iconsMuted text
500
5B75
#5B75BE
Primary brand colorCTAsActive elementsLinks
600
405A
#405AA0
Hover statesFocus ringsPrimary buttons hover
700
3347
#334780
Active/pressed statesDark mode accentsSecondary text
800
2433
#24335B
Text on light backgroundsHeadingsStrong borders
900
1721
#17213A
Primary textHigh emphasis contentDark headings
950
0F14
#0F1424
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F4F6FB;
  --charcoal-100: #E5EAF5;
  --charcoal-200: #D0D7EC;
  --charcoal-300: #ABB9DE;
  --charcoal-400: #7F94CC;
  --charcoal-500: #5B75BE;
  --charcoal-600: #405AA0;
  --charcoal-700: #334780;
  --charcoal-800: #24335B;
  --charcoal-900: #17213A;
  --charcoal-950: #0F1424;
}
Generate More ShadesCreate PaletteConvert Color