Charcoal

#4C5A67

Blue

Color Codes

All color formats for development

HEX
#4C5A67
RGB
rgb(76, 90, 103)
HSL
hsl(209, 15%, 35%)
OKLCH
oklch(0.461 0.027 246.4)
CMYK
cmyk(26%, 13%, 0%, 60%)

Accessibility

WCAG contrast compliance

On White Background

7.08:1

AA AAA

On Black Background

2.97:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EAED
200
#D9DE
300
#BCC5
400
#98A6
500
#7B8D
600
#5F71
700
#4C5A
800
#3640
900
#2329
950
#161A

Shades

Darker variations

1#44515C
2#3D4852
3#353F48
4#2E363E
5#262D33
6#1E2429
7#171B1F
8#0F1215
9#08090A

Tints

Lighter variations

1#5A6A7A
2#687B8D
3#7A8C9C
4#8D9CAA
5#A0ADB9
6#B3BDC7
7#C6CED5
8#D9DEE3
9#ECEFF1

Tones

Muted variations

1#4D5A65
2#4F5A64
3#505A63
4#515A61
5#535960
6#54595F
7#55595D
8#57595C
9#58595B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F8
BackgroundsSubtle highlightsCard backgrounds
100
EAED
#EAEDF0
Light backgroundsTable row hoverSkeleton loading
200
D9DE
#D9DEE3
Secondary backgroundsInput backgroundsDividers
300
BCC5
#BCC5CD
BordersInactive statesPlaceholder text
400
98A6
#98A6B3
Disabled statesSecondary iconsMuted text
500
7B8D
#7B8D9D
Primary brand colorCTAsActive elementsLinks
600
5F71
#5F7181
Hover statesFocus ringsPrimary buttons hover
700
4C5A
#4C5A67
Active/pressed statesDark mode accentsSecondary text
800
3640
#364049
Text on light backgroundsHeadingsStrong borders
900
2329
#23292F
Primary textHigh emphasis contentDark headings
950
161A
#161A1D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F6F7F8;
  --charcoal-100: #EAEDF0;
  --charcoal-200: #D9DEE3;
  --charcoal-300: #BCC5CD;
  --charcoal-400: #98A6B3;
  --charcoal-500: #7B8D9D;
  --charcoal-600: #5F7181;
  --charcoal-700: #4C5A67;
  --charcoal-800: #364049;
  --charcoal-900: #23292F;
  --charcoal-950: #161A1D;
}
Generate More ShadesCreate PaletteConvert Color