Charcoal

#46656D

Cyan

Color Codes

All color formats for development

HEX
#46656D
RGB
rgb(70, 101, 109)
HSL
hsl(192, 22%, 35%)
OKLCH
oklch(0.486 0.038 215.5)
CMYK
cmyk(36%, 7%, 0%, 57%)

Accessibility

WCAG contrast compliance

On White Background

6.28:1

AA AAA

On Black Background

3.34:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#E9F0
200
#D7E2
300
#B7CC
400
#92B2
500
#739B
600
#587F
700
#4665
800
#3248
900
#202E
950
#141D

Shades

Darker variations

1#3F5B62
2#385157
3#31474C
4#2A3D41
5#233336
6#1C282C
7#151E21
8#0E1416
9#070A0B

Tints

Lighter variations

1#537881
2#5F8B95
3#719AA5
4#86A9B1
5#9AB7BE
6#AEC5CB
7#C2D4D8
8#D7E2E5
9#EBF1F2

Tones

Muted variations

1#48646B
2#4A6369
3#4C6167
4#4D6065
5#4F5F63
6#515E61
7#535D5F
8#555C5D
9#575A5B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F9
BackgroundsSubtle highlightsCard backgrounds
100
E9F0
#E9F0F1
Light backgroundsTable row hoverSkeleton loading
200
D7E2
#D7E2E5
Secondary backgroundsInput backgroundsDividers
300
B7CC
#B7CCD1
BordersInactive statesPlaceholder text
400
92B2
#92B2B9
Disabled statesSecondary iconsMuted text
500
739B
#739BA5
Primary brand colorCTAsActive elementsLinks
600
587F
#587F89
Hover statesFocus ringsPrimary buttons hover
700
4665
#46656D
Active/pressed statesDark mode accentsSecondary text
800
3248
#32484E
Text on light backgroundsHeadingsStrong borders
900
202E
#202E32
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: #F6F8F9;
  --charcoal-100: #E9F0F1;
  --charcoal-200: #D7E2E5;
  --charcoal-300: #B7CCD1;
  --charcoal-400: #92B2B9;
  --charcoal-500: #739BA5;
  --charcoal-600: #587F89;
  --charcoal-700: #46656D;
  --charcoal-800: #32484E;
  --charcoal-900: #202E32;
  --charcoal-950: #141D1F;
}
Generate More ShadesCreate PaletteConvert Color