Charcoal

#47636C

Blue

Color Codes

All color formats for development

HEX
#47636C
RGB
rgb(71, 99, 108)
HSL
hsl(195, 21%, 35%)
OKLCH
oklch(0.481 0.036 219.7)
CMYK
cmyk(34%, 8%, 0%, 58%)

Accessibility

WCAG contrast compliance

On White Background

6.42:1

AA AAA

On Black Background

3.27:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#E9EF
200
#D7E1
300
#B8CB
400
#93AF
500
#7498
600
#597C
700
#4763
800
#3246
900
#202D
950
#141C

Shades

Darker variations

1#3F5961
2#384F56
3#31454C
4#2A3B41
5#233136
6#1C272B
7#151E20
8#0E1416
9#070A0B

Tints

Lighter variations

1#547580
2#618794
3#7397A3
4#87A6B0
5#9BB5BE
6#AFC4CB
7#C3D2D8
8#D7E1E5
9#EBF0F2

Tones

Muted variations

1#48626A
2#4A6168
3#4C6066
4#4E5F64
5#505E63
6#525D61
7#545C5F
8#565B5D
9#575A5B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F9
BackgroundsSubtle highlightsCard backgrounds
100
E9EF
#E9EFF1
Light backgroundsTable row hoverSkeleton loading
200
D7E1
#D7E1E5
Secondary backgroundsInput backgroundsDividers
300
B8CB
#B8CBD1
BordersInactive statesPlaceholder text
400
93AF
#93AFB8
Disabled statesSecondary iconsMuted text
500
7498
#7498A4
Primary brand colorCTAsActive elementsLinks
600
597C
#597C88
Hover statesFocus ringsPrimary buttons hover
700
4763
#47636C
Active/pressed statesDark mode accentsSecondary text
800
3246
#32464D
Text on light backgroundsHeadingsStrong borders
900
202D
#202D31
Primary textHigh emphasis contentDark headings
950
141C
#141C1F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F6F8F9;
  --charcoal-100: #E9EFF1;
  --charcoal-200: #D7E1E5;
  --charcoal-300: #B8CBD1;
  --charcoal-400: #93AFB8;
  --charcoal-500: #7498A4;
  --charcoal-600: #597C88;
  --charcoal-700: #47636C;
  --charcoal-800: #32464D;
  --charcoal-900: #202D31;
  --charcoal-950: #141C1F;
}
Generate More ShadesCreate PaletteConvert Color