Charcoal

#4A6868

Cyan

Color Codes

All color formats for development

HEX
#4A6868
RGB
rgb(74, 104, 104)
HSL
hsl(180, 17%, 35%)
OKLCH
oklch(0.494 0.035 196.1)
CMYK
cmyk(29%, 0%, 0%, 59%)

Accessibility

WCAG contrast compliance

On White Background

6.05:1

AA AAA

On Black Background

3.47:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F9
100
#EAF0
200
#D8E3
300
#BACE
400
#97B5
500
#79A0
600
#5D83
700
#4A68
800
#354B
900
#2230
950
#151E

Shades

Darker variations

1#435E5E
2#3B5454
3#344949
4#2C3F3F
5#253434
6#1E2A2A
7#161F1F
8#0F1515
9#070A0A

Tints

Lighter variations

1#587C7C
2#668F8F
3#779F9F
4#8BACAC
5#9EBABA
6#B1C8C8
7#C5D6D6
8#D8E3E3
9#ECF1F1

Tones

Muted variations

1#4C6767
2#4D6565
3#4F6464
4#506262
5#526161
6#535F5F
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
D8E3
#D8E3E3
Secondary backgroundsInput backgroundsDividers
300
BACE
#BACECE
BordersInactive statesPlaceholder text
400
97B5
#97B5B5
Disabled statesSecondary iconsMuted text
500
79A0
#79A0A0
Primary brand colorCTAsActive elementsLinks
600
5D83
#5D8383
Hover statesFocus ringsPrimary buttons hover
700
4A68
#4A6868
Active/pressed statesDark mode accentsSecondary text
800
354B
#354B4B
Text on light backgroundsHeadingsStrong borders
900
2230
#223030
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: #D8E3E3;
  --charcoal-300: #BACECE;
  --charcoal-400: #97B5B5;
  --charcoal-500: #79A0A0;
  --charcoal-600: #5D8383;
  --charcoal-700: #4A6868;
  --charcoal-800: #354B4B;
  --charcoal-900: #223030;
  --charcoal-950: #151E1E;
}
Generate More ShadesCreate PaletteConvert Color