Charcoal

#4B6868

Cyan

Color Codes

All color formats for development

HEX
#4B6868
RGB
rgb(75, 104, 104)
HSL
hsl(180, 16%, 35%)
OKLCH
oklch(0.495 0.034 196.1)
CMYK
cmyk(28%, 0%, 0%, 59%)

Accessibility

WCAG contrast compliance

On White Background

6.04:1

AA AAA

On Black Background

3.48:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F9
100
#EAF0
200
#D9E3
300
#BBCE
400
#97B4
500
#7A9F
600
#5E82
700
#4B68
800
#364A
900
#222F
950
#151E

Shades

Darker variations

1#435D5D
2#3C5353
3#344848
4#2D3E3E
5#253434
6#1E2929
7#161F1F
8#0F1515
9#070A0A

Tints

Lighter variations

1#597B7B
2#678E8E
3#789E9E
4#8CABAB
5#9FB9B9
6#B2C7C7
7#C5D5D5
8#D9E3E3
9#ECF1F1

Tones

Muted variations

1#4C6666
2#4E6565
3#4F6363
4#516262
5#526060
6#545F5F
7#555E5E
8#565C5C
9#585B5B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F9
#F6F9F9
BackgroundsSubtle highlightsCard backgrounds
100
EAF0
#EAF0F0
Light backgroundsTable row hoverSkeleton loading
200
D9E3
#D9E3E3
Secondary backgroundsInput backgroundsDividers
300
BBCE
#BBCECE
BordersInactive statesPlaceholder text
400
97B4
#97B4B4
Disabled statesSecondary iconsMuted text
500
7A9F
#7A9F9F
Primary brand colorCTAsActive elementsLinks
600
5E82
#5E8282
Hover statesFocus ringsPrimary buttons hover
700
4B68
#4B6868
Active/pressed statesDark mode accentsSecondary text
800
364A
#364A4A
Text on light backgroundsHeadingsStrong borders
900
222F
#222F2F
Primary textHigh emphasis contentDark headings
950
151E
#151E1E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F6F9F9;
  --charcoal-100: #EAF0F0;
  --charcoal-200: #D9E3E3;
  --charcoal-300: #BBCECE;
  --charcoal-400: #97B4B4;
  --charcoal-500: #7A9F9F;
  --charcoal-600: #5E8282;
  --charcoal-700: #4B6868;
  --charcoal-800: #364A4A;
  --charcoal-900: #222F2F;
  --charcoal-950: #151E1E;
}
Generate More ShadesCreate PaletteConvert Color