Charcoal

#4F5564

Blue

Color Codes

All color formats for development

HEX
#4F5564
RGB
rgb(79, 85, 100)
HSL
hsl(223, 12%, 35%)
OKLCH
oklch(0.45 0.026 268.1)
CMYK
cmyk(21%, 15%, 0%, 61%)

Accessibility

WCAG contrast compliance

On White Background

7.46:1

AA AAA

On Black Background

2.82:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EBEC
200
#DADC
300
#BDC1
400
#9BA1
500
#7E86
600
#636A
700
#4F55
800
#383C
900
#2427
950
#1618

Shades

Darker variations

1#474C5A
2#3F4450
3#373B46
4#2F333C
5#272A32
6#1F2228
7#18191E
8#101114
9#08080A

Tints

Lighter variations

1#5D6477
2#6C7489
3#7D8599
4#9096A7
5#A2A8B6
6#B5B9C5
7#C7CBD3
8#DADCE2
9#ECEEF0

Tones

Muted variations

1#505563
2#515662
3#525661
4#535660
5#54575F
6#55575E
7#56585C
8#57585B
9#58595A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F8
BackgroundsSubtle highlightsCard backgrounds
100
EBEC
#EBECEF
Light backgroundsTable row hoverSkeleton loading
200
DADC
#DADCE2
Secondary backgroundsInput backgroundsDividers
300
BDC1
#BDC1CB
BordersInactive statesPlaceholder text
400
9BA1
#9BA1B0
Disabled statesSecondary iconsMuted text
500
7E86
#7E869A
Primary brand colorCTAsActive elementsLinks
600
636A
#636A7E
Hover statesFocus ringsPrimary buttons hover
700
4F55
#4F5564
Active/pressed statesDark mode accentsSecondary text
800
383C
#383C47
Text on light backgroundsHeadingsStrong borders
900
2427
#24272E
Primary textHigh emphasis contentDark headings
950
1618
#16181D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F6F7F8;
  --charcoal-100: #EBECEF;
  --charcoal-200: #DADCE2;
  --charcoal-300: #BDC1CB;
  --charcoal-400: #9BA1B0;
  --charcoal-500: #7E869A;
  --charcoal-600: #636A7E;
  --charcoal-700: #4F5564;
  --charcoal-800: #383C47;
  --charcoal-900: #24272E;
  --charcoal-950: #16181D;
}
Generate More ShadesCreate PaletteConvert Color