Charcoal

#4F5963

Blue

Color Codes

All color formats for development

HEX
#4F5963
RGB
rgb(79, 89, 99)
HSL
hsl(210, 11%, 35%)
OKLCH
oklch(0.459 0.021 248.3)
CMYK
cmyk(20%, 10%, 0%, 61%)

Accessibility

WCAG contrast compliance

On White Background

7.14:1

AA AAA

On Black Background

2.94:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F7
100
#EBED
200
#DADE
300
#BEC4
400
#9CA6
500
#808C
600
#6470
700
#4F59
800
#3940
900
#2429
950
#171A

Shades

Darker variations

1#475059
2#40474F
3#383E45
4#30363B
5#282D32
6#202428
7#181B1E
8#101214
9#08090A

Tints

Lighter variations

1#5E6A75
2#6D7A88
3#7E8B98
4#919CA6
5#A3ACB5
6#B5BDC4
7#C8CDD3
8#DADEE1
9#EDEEF0

Tones

Muted variations

1#505962
2#515961
3#525960
4#53595F
5#54595E
6#55595D
7#56595C
8#57595B
9#58595A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F7
#F7F7F8
BackgroundsSubtle highlightsCard backgrounds
100
EBED
#EBEDEF
Light backgroundsTable row hoverSkeleton loading
200
DADE
#DADEE1
Secondary backgroundsInput backgroundsDividers
300
BEC4
#BEC4CB
BordersInactive statesPlaceholder text
400
9CA6
#9CA6B0
Disabled statesSecondary iconsMuted text
500
808C
#808C99
Primary brand colorCTAsActive elementsLinks
600
6470
#64707D
Hover statesFocus ringsPrimary buttons hover
700
4F59
#4F5963
Active/pressed statesDark mode accentsSecondary text
800
3940
#394047
Text on light backgroundsHeadingsStrong borders
900
2429
#24292D
Primary textHigh emphasis contentDark headings
950
171A
#171A1C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F7F7F8;
  --charcoal-100: #EBEDEF;
  --charcoal-200: #DADEE1;
  --charcoal-300: #BEC4CB;
  --charcoal-400: #9CA6B0;
  --charcoal-500: #808C99;
  --charcoal-600: #64707D;
  --charcoal-700: #4F5963;
  --charcoal-800: #394047;
  --charcoal-900: #24292D;
  --charcoal-950: #171A1C;
}
Generate More ShadesCreate PaletteConvert Color