Charcoal

#4B5768

Blue

Color Codes

All color formats for development

HEX
#4B5768
RGB
rgb(75, 87, 104)
HSL
hsl(215, 16%, 35%)
OKLCH
oklch(0.453 0.032 257.1)
CMYK
cmyk(28%, 16%, 0%, 59%)

Accessibility

WCAG contrast compliance

On White Background

7.34:1

AA AAA

On Black Background

2.86:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EAED
200
#D9DD
300
#BBC3
400
#97A3
500
#7A89
600
#5E6D
700
#4B57
800
#363E
900
#2228
950
#1519

Shades

Darker variations

1#434E5D
2#3C4553
3#343D48
4#2D343E
5#252B34
6#1E2329
7#161A1F
8#0F1115
9#07090A

Tints

Lighter variations

1#59677B
2#67778E
3#78889E
4#8C99AB
5#9FAAB9
6#B2BBC7
7#C5CCD5
8#D9DDE3
9#ECEEF1

Tones

Muted variations

1#4C5766
2#4E5765
3#4F5863
4#515862
5#525860
6#54585F
7#55595E
8#56595C
9#58595B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F9
BackgroundsSubtle highlightsCard backgrounds
100
EAED
#EAEDF0
Light backgroundsTable row hoverSkeleton loading
200
D9DD
#D9DDE3
Secondary backgroundsInput backgroundsDividers
300
BBC3
#BBC3CE
BordersInactive statesPlaceholder text
400
97A3
#97A3B4
Disabled statesSecondary iconsMuted text
500
7A89
#7A899F
Primary brand colorCTAsActive elementsLinks
600
5E6D
#5E6D82
Hover statesFocus ringsPrimary buttons hover
700
4B57
#4B5768
Active/pressed statesDark mode accentsSecondary text
800
363E
#363E4A
Text on light backgroundsHeadingsStrong borders
900
2228
#22282F
Primary textHigh emphasis contentDark headings
950
1519
#15191E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F6F7F9;
  --charcoal-100: #EAEDF0;
  --charcoal-200: #D9DDE3;
  --charcoal-300: #BBC3CE;
  --charcoal-400: #97A3B4;
  --charcoal-500: #7A899F;
  --charcoal-600: #5E6D82;
  --charcoal-700: #4B5768;
  --charcoal-800: #363E4A;
  --charcoal-900: #22282F;
  --charcoal-950: #15191E;
}
Generate More ShadesCreate PaletteConvert Color