Charcoal

#24375C

Blue

Color Codes

All color formats for development

HEX
#24375C
RGB
rgb(36, 55, 92)
HSL
hsl(220, 44%, 25%)
OKLCH
oklch(0.34 0.07 262.7)
CMYK
cmyk(61%, 40%, 0%, 64%)

Accessibility

WCAG contrast compliance

On White Background

11.82:1

AA AAA

On Black Background

1.78:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F6
100
#E5EB
200
#CFD9
300
#ABBC
400
#7E99
500
#5A7B
600
#3F60
700
#324C
800
#2436
900
#1723
950
#0E16

Shades

Darker variations

1#203153
2#1D2C49
3#192640
4#152137
5#121B2E
6#0E1625
7#0B101C
8#070B12
9#040509

Tints

Lighter variations

1#2E4777
2#395793
3#4467AE
4#5A7BBF
5#7591C9
6#91A7D4
7#ACBDDF
8#C8D3EA
9#E3E9F4

Tones

Muted variations

1#273759
2#293856
3#2C3953
4#2F3A51
5#323B4E
6#353C4B
7#373D48
8#3A3E45
9#3D3F43

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F6
#F4F6FB
BackgroundsSubtle highlightsCard backgrounds
100
E5EB
#E5EBF5
Light backgroundsTable row hoverSkeleton loading
200
CFD9
#CFD9EC
Secondary backgroundsInput backgroundsDividers
300
ABBC
#ABBCDE
BordersInactive statesPlaceholder text
400
7E99
#7E99CD
Disabled statesSecondary iconsMuted text
500
5A7B
#5A7BBF
Primary brand colorCTAsActive elementsLinks
600
3F60
#3F60A2
Hover statesFocus ringsPrimary buttons hover
700
324C
#324C81
Active/pressed statesDark mode accentsSecondary text
800
2436
#24365C
Text on light backgroundsHeadingsStrong borders
900
1723
#17233B
Primary textHigh emphasis contentDark headings
950
0E16
#0E1625
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F4F6FB;
  --charcoal-100: #E5EBF5;
  --charcoal-200: #CFD9EC;
  --charcoal-300: #ABBCDE;
  --charcoal-400: #7E99CD;
  --charcoal-500: #5A7BBF;
  --charcoal-600: #3F60A2;
  --charcoal-700: #324C81;
  --charcoal-800: #24365C;
  --charcoal-900: #17233B;
  --charcoal-950: #0E1625;
}
Generate More ShadesCreate PaletteConvert Color