Charcoal

#24315B

Blue

Color Codes

All color formats for development

HEX
#24315B
RGB
rgb(36, 49, 91)
HSL
hsl(226, 43%, 25%)
OKLCH
oklch(0.325 0.077 268.9)
CMYK
cmyk(60%, 46%, 0%, 64%)

Accessibility

WCAG contrast compliance

On White Background

12.61: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
#F4F6
100
#E5E9
200
#D0D6
300
#ABB7
400
#7F91
500
#5B72
600
#4056
700
#3345
800
#2431
900
#171F
950
#0F14

Shades

Darker variations

1#212C52
2#1D2749
3#192240
4#161D37
5#12192E
6#0F1424
7#0B0F1B
8#070A12
9#040509

Tints

Lighter variations

1#2F4077
2#3A4F92
3#455DAD
4#5B72BE
5#7689C8
6#92A1D3
7#ADB8DE
8#C8D0E9
9#E4E7F4

Tones

Muted variations

1#273358
2#2A3456
3#2D3653
4#2F3750
5#32384D
6#353A4B
7#383B48
8#3A3D45
9#3D3E42

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
D0D6
#D0D6EC
Secondary backgroundsInput backgroundsDividers
300
ABB7
#ABB7DE
BordersInactive statesPlaceholder text
400
7F91
#7F91CC
Disabled statesSecondary iconsMuted text
500
5B72
#5B72BE
Primary brand colorCTAsActive elementsLinks
600
4056
#4056A0
Hover statesFocus ringsPrimary buttons hover
700
3345
#334580
Active/pressed statesDark mode accentsSecondary text
800
2431
#24315B
Text on light backgroundsHeadingsStrong borders
900
171F
#171F3A
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: #E5E9F5;
  --charcoal-200: #D0D6EC;
  --charcoal-300: #ABB7DE;
  --charcoal-400: #7F91CC;
  --charcoal-500: #5B72BE;
  --charcoal-600: #4056A0;
  --charcoal-700: #334580;
  --charcoal-800: #24315B;
  --charcoal-900: #171F3A;
  --charcoal-950: #0F1424;
}
Generate More ShadesCreate PaletteConvert Color