Charcoal

#425070

Blue

Color Codes

All color formats for development

HEX
#425070
RGB
rgb(66, 80, 112)
HSL
hsl(222, 26%, 35%)
OKLCH
oklch(0.433 0.056 265.9)
CMYK
cmyk(41%, 29%, 0%, 56%)

Accessibility

WCAG contrast compliance

On White Background

8.04:1

AA AAA

On Black Background

2.61:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F7
100
#E9EB
200
#D5DA
300
#B5BE
400
#8F9C
500
#6E80
600
#5365
700
#4250
800
#2F39
900
#1E25
950
#1317

Shades

Darker variations

1#3B4865
2#35405A
3#2E384F
4#283043
5#212838
6#1A202D
7#141822
8#0D1016
9#07080B

Tints

Lighter variations

1#4E5F85
2#5B6E9A
3#6D7FA9
4#8291B5
5#97A4C2
6#ABB6CE
7#C0C8DA
8#D5DAE6
9#EAEDF3

Tones

Muted variations

1#44516E
2#47526C
3#495369
4#4B5467
5#4E5565
6#505663
7#525660
8#55575E
9#57585C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F7
#F5F7F9
BackgroundsSubtle highlightsCard backgrounds
100
E9EB
#E9EBF2
Light backgroundsTable row hoverSkeleton loading
200
D5DA
#D5DAE6
Secondary backgroundsInput backgroundsDividers
300
B5BE
#B5BED4
BordersInactive statesPlaceholder text
400
8F9C
#8F9CBD
Disabled statesSecondary iconsMuted text
500
6E80
#6E80AA
Primary brand colorCTAsActive elementsLinks
600
5365
#53658D
Hover statesFocus ringsPrimary buttons hover
700
4250
#425070
Active/pressed statesDark mode accentsSecondary text
800
2F39
#2F3950
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: #E9EBF2;
  --charcoal-200: #D5DAE6;
  --charcoal-300: #B5BED4;
  --charcoal-400: #8F9CBD;
  --charcoal-500: #6E80AA;
  --charcoal-600: #53658D;
  --charcoal-700: #425070;
  --charcoal-800: #2F3950;
  --charcoal-900: #1E2533;
  --charcoal-950: #131720;
}
Generate More ShadesCreate PaletteConvert Color