Charcoal

#24335C

Blue

Color Codes

All color formats for development

HEX
#24335C
RGB
rgb(36, 51, 92)
HSL
hsl(224, 44%, 25%)
OKLCH
oklch(0.33 0.075 267.1)
CMYK
cmyk(61%, 45%, 0%, 64%)

Accessibility

WCAG contrast compliance

On White Background

12.33: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
#E5E9
200
#CFD7
300
#ABB8
400
#7E93
500
#5A75
600
#3F59
700
#3247
800
#2433
900
#1720
950
#0E14

Shades

Darker variations

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

Tints

Lighter variations

1#2E4277
2#395193
3#4460AE
4#5A75BF
5#758CC9
6#91A3D4
7#ACBADF
8#C8D1EA
9#E3E8F4

Tones

Muted variations

1#273459
2#293556
3#2C3753
4#2F3851
5#32394E
6#353B4B
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
ABB8
#ABB8DE
BordersInactive statesPlaceholder text
400
7E93
#7E93CD
Disabled statesSecondary iconsMuted text
500
5A75
#5A75BF
Primary brand colorCTAsActive elementsLinks
600
3F59
#3F59A2
Hover statesFocus ringsPrimary buttons hover
700
3247
#324781
Active/pressed statesDark mode accentsSecondary text
800
2433
#24335C
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: #ABB8DE;
  --charcoal-400: #7E93CD;
  --charcoal-500: #5A75BF;
  --charcoal-600: #3F59A2;
  --charcoal-700: #324781;
  --charcoal-800: #24335C;
  --charcoal-900: #17203B;
  --charcoal-950: #0E1425;
}
Generate More ShadesCreate PaletteConvert Color