Charcoal

#4D5566

Blue

Color Codes

All color formats for development

HEX
#4D5566
RGB
rgb(77, 85, 102)
HSL
hsl(221, 14%, 35%)
OKLCH
oklch(0.449 0.03 265.3)
CMYK
cmyk(25%, 17%, 0%, 60%)

Accessibility

WCAG contrast compliance

On White Background

7.48:1

AA AAA

On Black Background

2.81:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EBEC
200
#D9DC
300
#BCC1
400
#99A1
500
#7C86
600
#606A
700
#4D55
800
#373C
900
#2327
950
#1618

Shades

Darker variations

1#454C5C
2#3D4451
3#363B47
4#2E333D
5#262A33
6#1F2229
7#17191F
8#0F1114
9#08080A

Tints

Lighter variations

1#5B6479
2#69748C
3#7B859B
4#8E96A9
5#A1A8B8
6#B3B9C6
7#C6CBD4
8#D9DCE2
9#ECEEF1

Tones

Muted variations

1#4E5564
2#4F5663
3#515662
4#525761
5#53575F
6#54575E
7#56585D
8#57585C
9#58595A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F8
BackgroundsSubtle highlightsCard backgrounds
100
EBEC
#EBECF0
Light backgroundsTable row hoverSkeleton loading
200
D9DC
#D9DCE2
Secondary backgroundsInput backgroundsDividers
300
BCC1
#BCC1CD
BordersInactive statesPlaceholder text
400
99A1
#99A1B2
Disabled statesSecondary iconsMuted text
500
7C86
#7C869C
Primary brand colorCTAsActive elementsLinks
600
606A
#606A80
Hover statesFocus ringsPrimary buttons hover
700
4D55
#4D5566
Active/pressed statesDark mode accentsSecondary text
800
373C
#373C49
Text on light backgroundsHeadingsStrong borders
900
2327
#23272F
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: #EBECF0;
  --charcoal-200: #D9DCE2;
  --charcoal-300: #BCC1CD;
  --charcoal-400: #99A1B2;
  --charcoal-500: #7C869C;
  --charcoal-600: #606A80;
  --charcoal-700: #4D5566;
  --charcoal-800: #373C49;
  --charcoal-900: #23272F;
  --charcoal-950: #16181D;
}
Generate More ShadesCreate PaletteConvert Color