Charcoal

#324481

Blue

Color Codes

All color formats for development

HEX
#324481
RGB
rgb(50, 68, 129)
HSL
hsl(226, 44%, 35%)
OKLCH
oklch(0.405 0.105 269)
CMYK
cmyk(61%, 47%, 0%, 49%)

Accessibility

WCAG contrast compliance

On White Background

9.21:1

AA AAA

On Black Background

2.28:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F6
100
#E5E9
200
#CFD6
300
#ABB7
400
#7E91
500
#5A71
600
#3F56
700
#3244
800
#2431
900
#171F
950
#0E14

Shades

Darker variations

1#2D3D74
2#283767
3#23305A
4#1E294D
5#192240
6#141B33
7#0F1427
8#0A0E1A
9#05070D

Tints

Lighter variations

1#3B5198
2#455EB0
3#5870BE
4#7084C7
5#8899D1
6#A0ADDA
7#B7C2E3
8#CFD6EC
9#E7EBF6

Tones

Muted variations

1#36467D
2#3A4879
3#3E4B75
4#424D71
5#464F6D
6#4A5169
7#4D5365
8#515561
9#55575D

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
CFD6
#CFD6EC
Secondary backgroundsInput backgroundsDividers
300
ABB7
#ABB7DE
BordersInactive statesPlaceholder text
400
7E91
#7E91CD
Disabled statesSecondary iconsMuted text
500
5A71
#5A71BF
Primary brand colorCTAsActive elementsLinks
600
3F56
#3F56A2
Hover statesFocus ringsPrimary buttons hover
700
3244
#324481
Active/pressed statesDark mode accentsSecondary text
800
2431
#24315C
Text on light backgroundsHeadingsStrong borders
900
171F
#171F3B
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: #CFD6EC;
  --charcoal-300: #ABB7DE;
  --charcoal-400: #7E91CD;
  --charcoal-500: #5A71BF;
  --charcoal-600: #3F56A2;
  --charcoal-700: #324481;
  --charcoal-800: #24315C;
  --charcoal-900: #171F3B;
  --charcoal-950: #0E1425;
}
Generate More ShadesCreate PaletteConvert Color