Charcoal

#4A4F68

Blue

Color Codes

All color formats for development

HEX
#4A4F68
RGB
rgb(74, 79, 104)
HSL
hsl(230, 17%, 35%)
OKLCH
oklch(0.433 0.042 275.7)
CMYK
cmyk(29%, 24%, 0%, 59%)

Accessibility

WCAG contrast compliance

On White Background

8.05:1

AA AAA

On Black Background

2.61:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F6
100
#EAEB
200
#D8DA
300
#BABE
400
#979C
500
#797F
600
#5D63
700
#4A4F
800
#3539
900
#2224
950
#1517

Shades

Darker variations

1#43475E
2#3B3F54
3#343749
4#2C2F3F
5#252834
6#1E202A
7#16181F
8#0F1015
9#07080A

Tints

Lighter variations

1#585E7C
2#666D8F
3#777E9F
4#8B90AC
5#9EA3BA
6#B1B5C8
7#C5C8D6
8#D8DAE3
9#ECEDF1

Tones

Muted variations

1#4C5067
2#4D5165
3#4F5264
4#505362
5#525461
6#53555F
7#55565E
8#56575C
9#58585B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F6
#F6F6F9
BackgroundsSubtle highlightsCard backgrounds
100
EAEB
#EAEBF0
Light backgroundsTable row hoverSkeleton loading
200
D8DA
#D8DAE3
Secondary backgroundsInput backgroundsDividers
300
BABE
#BABECE
BordersInactive statesPlaceholder text
400
979C
#979CB5
Disabled statesSecondary iconsMuted text
500
797F
#797FA0
Primary brand colorCTAsActive elementsLinks
600
5D63
#5D6383
Hover statesFocus ringsPrimary buttons hover
700
4A4F
#4A4F68
Active/pressed statesDark mode accentsSecondary text
800
3539
#35394B
Text on light backgroundsHeadingsStrong borders
900
2224
#222430
Primary textHigh emphasis contentDark headings
950
1517
#15171E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F6F6F9;
  --charcoal-100: #EAEBF0;
  --charcoal-200: #D8DAE3;
  --charcoal-300: #BABECE;
  --charcoal-400: #979CB5;
  --charcoal-500: #797FA0;
  --charcoal-600: #5D6383;
  --charcoal-700: #4A4F68;
  --charcoal-800: #35394B;
  --charcoal-900: #222430;
  --charcoal-950: #15171E;
}
Generate More ShadesCreate PaletteConvert Color