Charcoal

#323581

Blue

Color Codes

All color formats for development

HEX
#323581
RGB
rgb(50, 53, 129)
HSL
hsl(238, 44%, 35%)
OKLCH
oklch(0.373 0.126 276.7)
CMYK
cmyk(61%, 59%, 0%, 49%)

Accessibility

WCAG contrast compliance

On White Background

10.70:1

AA AAA

On Black Background

1.96:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F4
100
#E5E6
200
#CFD0
300
#ABAC
400
#7E81
500
#5A5D
600
#3F42
700
#3235
800
#2426
900
#1718
950
#0E0F

Shades

Darker variations

1#2D2F74
2#282A67
3#23255A
4#1E204D
5#191A40
6#141533
7#0F1027
8#0A0B1A
9#05050D

Tints

Lighter variations

1#3B3E98
2#4548B0
3#585BBE
4#7073C7
5#888AD1
6#A0A1DA
7#B7B9E3
8#CFD0EC
9#E7E8F6

Tones

Muted variations

1#36387D
2#3A3C79
3#3E4075
4#424371
5#46476D
6#4A4B69
7#4D4E65
8#515261
9#55565D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F4
#F4F4FB
BackgroundsSubtle highlightsCard backgrounds
100
E5E6
#E5E6F5
Light backgroundsTable row hoverSkeleton loading
200
CFD0
#CFD0EC
Secondary backgroundsInput backgroundsDividers
300
ABAC
#ABACDE
BordersInactive statesPlaceholder text
400
7E81
#7E81CD
Disabled statesSecondary iconsMuted text
500
5A5D
#5A5DBF
Primary brand colorCTAsActive elementsLinks
600
3F42
#3F42A2
Hover statesFocus ringsPrimary buttons hover
700
3235
#323581
Active/pressed statesDark mode accentsSecondary text
800
2426
#24265C
Text on light backgroundsHeadingsStrong borders
900
1718
#17183B
Primary textHigh emphasis contentDark headings
950
0E0F
#0E0F25
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F4F4FB;
  --charcoal-100: #E5E6F5;
  --charcoal-200: #CFD0EC;
  --charcoal-300: #ABACDE;
  --charcoal-400: #7E81CD;
  --charcoal-500: #5A5DBF;
  --charcoal-600: #3F42A2;
  --charcoal-700: #323581;
  --charcoal-800: #24265C;
  --charcoal-900: #17183B;
  --charcoal-950: #0E0F25;
}
Generate More ShadesCreate PaletteConvert Color