Charcoal

#4B5D68

Blue

Color Codes

All color formats for development

HEX
#4B5D68
RGB
rgb(75, 93, 104)
HSL
hsl(203, 16%, 35%)
OKLCH
oklch(0.467 0.028 235)
CMYK
cmyk(28%, 11%, 0%, 59%)

Accessibility

WCAG contrast compliance

On White Background

6.85:1

AA AAA

On Black Background

3.06:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAEE
200
#D9DF
300
#BBC7
400
#97A9
500
#7A91
600
#5E74
700
#4B5D
800
#3642
900
#222A
950
#151A

Shades

Darker variations

1#43535D
2#3C4A53
3#344148
4#2D383E
5#252E34
6#1E2529
7#161C1F
8#0F1315
9#07090A

Tints

Lighter variations

1#596E7B
2#677F8E
3#788F9E
4#8C9FAB
5#9FAFB9
6#B2BFC7
7#C5CFD5
8#D9DFE3
9#ECEFF1

Tones

Muted variations

1#4C5C66
2#4E5C65
3#4F5C63
4#515B62
5#525B60
6#545B5F
7#555A5E
8#565A5C
9#585A5B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F9
BackgroundsSubtle highlightsCard backgrounds
100
EAEE
#EAEEF0
Light backgroundsTable row hoverSkeleton loading
200
D9DF
#D9DFE3
Secondary backgroundsInput backgroundsDividers
300
BBC7
#BBC7CE
BordersInactive statesPlaceholder text
400
97A9
#97A9B4
Disabled statesSecondary iconsMuted text
500
7A91
#7A919F
Primary brand colorCTAsActive elementsLinks
600
5E74
#5E7482
Hover statesFocus ringsPrimary buttons hover
700
4B5D
#4B5D68
Active/pressed statesDark mode accentsSecondary text
800
3642
#36424A
Text on light backgroundsHeadingsStrong borders
900
222A
#222A2F
Primary textHigh emphasis contentDark headings
950
151A
#151A1E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F6F8F9;
  --charcoal-100: #EAEEF0;
  --charcoal-200: #D9DFE3;
  --charcoal-300: #BBC7CE;
  --charcoal-400: #97A9B4;
  --charcoal-500: #7A919F;
  --charcoal-600: #5E7482;
  --charcoal-700: #4B5D68;
  --charcoal-800: #36424A;
  --charcoal-900: #222A2F;
  --charcoal-950: #151A1E;
}
Generate More ShadesCreate PaletteConvert Color