Charcoal

#36437C

Blue

Color Codes

All color formats for development

HEX
#36437C
RGB
rgb(54, 67, 124)
HSL
hsl(229, 39%, 35%)
OKLCH
oklch(0.402 0.097 271.7)
CMYK
cmyk(56%, 46%, 0%, 51%)

Accessibility

WCAG contrast compliance

On White Background

9.33:1

AA AAA

On Black Background

2.25:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F5
100
#E6E9
200
#D1D6
300
#ADB6
400
#8390
500
#5F70
600
#4454
700
#3643
800
#2730
900
#191F
950
#1013

Shades

Darker variations

1#313C70
2#2C3663
3#262F57
4#21284A
5#1B223E
6#161B32
7#101425
8#0B0D19
9#05070C

Tints

Lighter variations

1#415093
2#4B5CAA
3#5E6EB8
4#7583C2
5#8C98CC
6#A3ACD7
7#BAC1E1
8#D1D6EB
9#E8EAF5

Tones

Muted variations

1#3A4579
2#3D4875
3#414A72
4#444C6E
5#484E6B
6#4B5067
7#4F5364
8#525560
9#56575D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F5
#F4F5FA
BackgroundsSubtle highlightsCard backgrounds
100
E6E9
#E6E9F4
Light backgroundsTable row hoverSkeleton loading
200
D1D6
#D1D6EB
Secondary backgroundsInput backgroundsDividers
300
ADB6
#ADB6DB
BordersInactive statesPlaceholder text
400
8390
#8390C9
Disabled statesSecondary iconsMuted text
500
5F70
#5F70B9
Primary brand colorCTAsActive elementsLinks
600
4454
#44549C
Hover statesFocus ringsPrimary buttons hover
700
3643
#36437C
Active/pressed statesDark mode accentsSecondary text
800
2730
#273059
Text on light backgroundsHeadingsStrong borders
900
191F
#191F39
Primary textHigh emphasis contentDark headings
950
1013
#101323
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F4F5FA;
  --charcoal-100: #E6E9F4;
  --charcoal-200: #D1D6EB;
  --charcoal-300: #ADB6DB;
  --charcoal-400: #8390C9;
  --charcoal-500: #5F70B9;
  --charcoal-600: #44549C;
  --charcoal-700: #36437C;
  --charcoal-800: #273059;
  --charcoal-900: #191F39;
  --charcoal-950: #101323;
}
Generate More ShadesCreate PaletteConvert Color