Charcoal

#4C6567

Cyan

Color Codes

All color formats for development

HEX
#4C6567
RGB
rgb(76, 101, 103)
HSL
hsl(184, 15%, 35%)
OKLCH
oklch(0.487 0.03 202.3)
CMYK
cmyk(26%, 2%, 0%, 60%)

Accessibility

WCAG contrast compliance

On White Background

6.24:1

AA AAA

On Black Background

3.36:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAEF
200
#D9E2
300
#BCCC
400
#98B1
500
#7B9B
600
#5F7F
700
#4C65
800
#3648
900
#232E
950
#161D

Shades

Darker variations

1#445B5C
2#3D5152
3#354748
4#2E3D3E
5#263233
6#1E2829
7#171E1F
8#0F1415
9#080A0A

Tints

Lighter variations

1#5A787A
2#688A8D
3#7A9A9C
4#8DA8AA
5#A0B7B9
6#B3C5C7
7#C6D4D5
8#D9E2E3
9#ECF1F1

Tones

Muted variations

1#4D6465
2#4F6364
3#506163
4#516061
5#535F60
6#545E5F
7#555D5D
8#575C5C
9#585A5B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F8
BackgroundsSubtle highlightsCard backgrounds
100
EAEF
#EAEFF0
Light backgroundsTable row hoverSkeleton loading
200
D9E2
#D9E2E3
Secondary backgroundsInput backgroundsDividers
300
BCCC
#BCCCCD
BordersInactive statesPlaceholder text
400
98B1
#98B1B3
Disabled statesSecondary iconsMuted text
500
7B9B
#7B9B9D
Primary brand colorCTAsActive elementsLinks
600
5F7F
#5F7F81
Hover statesFocus ringsPrimary buttons hover
700
4C65
#4C6567
Active/pressed statesDark mode accentsSecondary text
800
3648
#364849
Text on light backgroundsHeadingsStrong borders
900
232E
#232E2F
Primary textHigh emphasis contentDark headings
950
161D
#161D1D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F6F8F8;
  --charcoal-100: #EAEFF0;
  --charcoal-200: #D9E2E3;
  --charcoal-300: #BCCCCD;
  --charcoal-400: #98B1B3;
  --charcoal-500: #7B9B9D;
  --charcoal-600: #5F7F81;
  --charcoal-700: #4C6567;
  --charcoal-800: #364849;
  --charcoal-900: #232E2F;
  --charcoal-950: #161D1D;
}
Generate More ShadesCreate PaletteConvert Color