Charcoal

#47676B

Cyan

Color Codes

All color formats for development

HEX
#47676B
RGB
rgb(71, 103, 107)
HSL
hsl(187, 20%, 35%)
OKLCH
oklch(0.491 0.038 205.8)
CMYK
cmyk(34%, 4%, 0%, 58%)

Accessibility

WCAG contrast compliance

On White Background

6.14:1

AA AAA

On Black Background

3.42:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F9
100
#EAF0
200
#D7E3
300
#B9CD
400
#94B3
500
#759E
600
#5A81
700
#4767
800
#334A
900
#212F
950
#141D

Shades

Darker variations

1#405D60
2#395256
3#32484B
4#2B3E40
5#243336
6#1D292B
7#151F20
8#0E1515
9#070A0B

Tints

Lighter variations

1#557A7F
2#628D93
3#749DA2
4#88ABAF
5#9CB9BD
6#AFC7CA
7#C3D5D7
8#D7E3E4
9#EBF1F2

Tones

Muted variations

1#496669
2#4B6468
3#4D6366
4#4F6164
5#506062
6#525F60
7#545D5F
8#565C5D
9#575B5B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F9
#F6F9F9
BackgroundsSubtle highlightsCard backgrounds
100
EAF0
#EAF0F1
Light backgroundsTable row hoverSkeleton loading
200
D7E3
#D7E3E4
Secondary backgroundsInput backgroundsDividers
300
B9CD
#B9CDD0
BordersInactive statesPlaceholder text
400
94B3
#94B3B8
Disabled statesSecondary iconsMuted text
500
759E
#759EA3
Primary brand colorCTAsActive elementsLinks
600
5A81
#5A8187
Hover statesFocus ringsPrimary buttons hover
700
4767
#47676B
Active/pressed statesDark mode accentsSecondary text
800
334A
#334A4D
Text on light backgroundsHeadingsStrong borders
900
212F
#212F31
Primary textHigh emphasis contentDark headings
950
141D
#141D1F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F6F9F9;
  --charcoal-100: #EAF0F1;
  --charcoal-200: #D7E3E4;
  --charcoal-300: #B9CDD0;
  --charcoal-400: #94B3B8;
  --charcoal-500: #759EA3;
  --charcoal-600: #5A8187;
  --charcoal-700: #47676B;
  --charcoal-800: #334A4D;
  --charcoal-900: #212F31;
  --charcoal-950: #141D1F;
}
Generate More ShadesCreate PaletteConvert Color