Charcoal

#4A5368

Blue

Color Codes

All color formats for development

HEX
#4A5368
RGB
rgb(74, 83, 104)
HSL
hsl(222, 17%, 35%)
OKLCH
oklch(0.443 0.037 266.7)
CMYK
cmyk(29%, 20%, 0%, 59%)

Accessibility

WCAG contrast compliance

On White Background

7.70:1

AA AAA

On Black Background

2.73:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EAEC
200
#D8DC
300
#BAC0
400
#97A0
500
#7984
600
#5D69
700
#4A53
800
#353B
900
#2226
950
#1518

Shades

Darker variations

1#434B5E
2#3B4354
3#343A49
4#2C323F
5#252A34
6#1E212A
7#16191F
8#0F1115
9#07080A

Tints

Lighter variations

1#58637C
2#66728F
3#77839F
4#8B95AC
5#9EA6BA
6#B1B8C8
7#C5CAD6
8#D8DCE3
9#ECEDF1

Tones

Muted variations

1#4C5467
2#4D5465
3#4F5564
4#505662
5#525661
6#53575F
7#55575E
8#56585C
9#58595B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F9
BackgroundsSubtle highlightsCard backgrounds
100
EAEC
#EAECF0
Light backgroundsTable row hoverSkeleton loading
200
D8DC
#D8DCE3
Secondary backgroundsInput backgroundsDividers
300
BAC0
#BAC0CE
BordersInactive statesPlaceholder text
400
97A0
#97A0B5
Disabled statesSecondary iconsMuted text
500
7984
#7984A0
Primary brand colorCTAsActive elementsLinks
600
5D69
#5D6983
Hover statesFocus ringsPrimary buttons hover
700
4A53
#4A5368
Active/pressed statesDark mode accentsSecondary text
800
353B
#353B4B
Text on light backgroundsHeadingsStrong borders
900
2226
#222630
Primary textHigh emphasis contentDark headings
950
1518
#15181E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F6F7F9;
  --charcoal-100: #EAECF0;
  --charcoal-200: #D8DCE3;
  --charcoal-300: #BAC0CE;
  --charcoal-400: #97A0B5;
  --charcoal-500: #7984A0;
  --charcoal-600: #5D6983;
  --charcoal-700: #4A5368;
  --charcoal-800: #353B4B;
  --charcoal-900: #222630;
  --charcoal-950: #15181E;
}
Generate More ShadesCreate PaletteConvert Color