Charcoal

#424470

Blue

Color Codes

All color formats for development

HEX
#424470
RGB
rgb(66, 68, 112)
HSL
hsl(237, 26%, 35%)
OKLCH
oklch(0.406 0.073 280.6)
CMYK
cmyk(41%, 39%, 0%, 56%)

Accessibility

WCAG contrast compliance

On White Background

9.16:1

AA AAA

On Black Background

2.29:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F6
100
#E9E9
200
#D5D6
300
#B5B7
400
#8F91
500
#6E71
600
#5356
700
#4244
800
#2F31
900
#1E1F
950
#1314

Shades

Darker variations

1#3B3E65
2#35375A
3#2E304F
4#282943
5#212238
6#1A1B2D
7#141522
8#0D0E16
9#07070B

Tints

Lighter variations

1#4E5185
2#5B5E9A
3#6D70A9
4#8284B5
5#9799C2
6#ABADCE
7#C0C2DA
8#D5D6E6
9#EAEBF3

Tones

Muted variations

1#44466E
2#47496C
3#494B69
4#4B4D67
5#4E4F65
6#505163
7#525360
8#55555E
9#57575C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F6
#F5F6F9
BackgroundsSubtle highlightsCard backgrounds
100
E9E9
#E9E9F2
Light backgroundsTable row hoverSkeleton loading
200
D5D6
#D5D6E6
Secondary backgroundsInput backgroundsDividers
300
B5B7
#B5B7D4
BordersInactive statesPlaceholder text
400
8F91
#8F91BD
Disabled statesSecondary iconsMuted text
500
6E71
#6E71AA
Primary brand colorCTAsActive elementsLinks
600
5356
#53568D
Hover statesFocus ringsPrimary buttons hover
700
4244
#424470
Active/pressed statesDark mode accentsSecondary text
800
2F31
#2F3150
Text on light backgroundsHeadingsStrong borders
900
1E1F
#1E1F33
Primary textHigh emphasis contentDark headings
950
1314
#131420
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F5F6F9;
  --charcoal-100: #E9E9F2;
  --charcoal-200: #D5D6E6;
  --charcoal-300: #B5B7D4;
  --charcoal-400: #8F91BD;
  --charcoal-500: #6E71AA;
  --charcoal-600: #53568D;
  --charcoal-700: #424470;
  --charcoal-800: #2F3150;
  --charcoal-900: #1E1F33;
  --charcoal-950: #131420;
}
Generate More ShadesCreate PaletteConvert Color