Charcoal

#425170

Blue

Color Codes

All color formats for development

HEX
#425170
RGB
rgb(66, 81, 112)
HSL
hsl(220, 26%, 35%)
OKLCH
oklch(0.436 0.055 264.3)
CMYK
cmyk(41%, 28%, 0%, 56%)

Accessibility

WCAG contrast compliance

On White Background

7.95:1

AA AAA

On Black Background

2.64:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F7
100
#E9EC
200
#D5DB
300
#B5BF
400
#8F9E
500
#6E82
600
#5366
700
#4252
800
#2F3A
900
#1E25
950
#1317

Shades

Darker variations

1#3B4965
2#35415A
3#2E394F
4#283143
5#212938
6#1A212D
7#141822
8#0D1016
9#07080B

Tints

Lighter variations

1#4E6185
2#5B709A
3#6D81A9
4#8293B5
5#97A5C2
6#ABB7CE
7#C0C9DA
8#D5DBE6
9#EAEDF3

Tones

Muted variations

1#44526E
2#47536C
3#495469
4#4B5567
5#4E5565
6#505663
7#525760
8#55585E
9#57585C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F7
#F5F7F9
BackgroundsSubtle highlightsCard backgrounds
100
E9EC
#E9ECF2
Light backgroundsTable row hoverSkeleton loading
200
D5DB
#D5DBE6
Secondary backgroundsInput backgroundsDividers
300
B5BF
#B5BFD4
BordersInactive statesPlaceholder text
400
8F9E
#8F9EBD
Disabled statesSecondary iconsMuted text
500
6E82
#6E82AA
Primary brand colorCTAsActive elementsLinks
600
5366
#53668D
Hover statesFocus ringsPrimary buttons hover
700
4252
#425270
Active/pressed statesDark mode accentsSecondary text
800
2F3A
#2F3A50
Text on light backgroundsHeadingsStrong borders
900
1E25
#1E2533
Primary textHigh emphasis contentDark headings
950
1317
#131720
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F5F7F9;
  --charcoal-100: #E9ECF2;
  --charcoal-200: #D5DBE6;
  --charcoal-300: #B5BFD4;
  --charcoal-400: #8F9EBD;
  --charcoal-500: #6E82AA;
  --charcoal-600: #53668D;
  --charcoal-700: #425270;
  --charcoal-800: #2F3A50;
  --charcoal-900: #1E2533;
  --charcoal-950: #131720;
}
Generate More ShadesCreate PaletteConvert Color