Charcoal

#475D6C

Blue

Color Codes

All color formats for development

HEX
#475D6C
RGB
rgb(71, 93, 108)
HSL
hsl(204, 21%, 35%)
OKLCH
oklch(0.466 0.036 238.4)
CMYK
cmyk(34%, 14%, 0%, 58%)

Accessibility

WCAG contrast compliance

On White Background

6.88:1

AA AAA

On Black Background

3.05:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#E9EE
200
#D7DF
300
#B8C7
400
#93A9
500
#7491
600
#5975
700
#475D
800
#3242
900
#202B
950
#141B

Shades

Darker variations

1#3F5461
2#384A56
3#31414C
4#2A3841
5#232E36
6#1C252B
7#151C20
8#0E1316
9#07090B

Tints

Lighter variations

1#546E80
2#618094
3#7390A3
4#87A0B0
5#9BB0BE
6#AFBFCB
7#C3CFD8
8#D7DFE5
9#EBEFF2

Tones

Muted variations

1#485D6A
2#4A5C68
3#4C5C66
4#4E5B64
5#505B63
6#525B61
7#545A5F
8#565A5D
9#575A5B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F9
BackgroundsSubtle highlightsCard backgrounds
100
E9EE
#E9EEF1
Light backgroundsTable row hoverSkeleton loading
200
D7DF
#D7DFE5
Secondary backgroundsInput backgroundsDividers
300
B8C7
#B8C7D1
BordersInactive statesPlaceholder text
400
93A9
#93A9B8
Disabled statesSecondary iconsMuted text
500
7491
#7491A4
Primary brand colorCTAsActive elementsLinks
600
5975
#597588
Hover statesFocus ringsPrimary buttons hover
700
475D
#475D6C
Active/pressed statesDark mode accentsSecondary text
800
3242
#32424D
Text on light backgroundsHeadingsStrong borders
900
202B
#202B31
Primary textHigh emphasis contentDark headings
950
141B
#141B1F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F6F8F9;
  --charcoal-100: #E9EEF1;
  --charcoal-200: #D7DFE5;
  --charcoal-300: #B8C7D1;
  --charcoal-400: #93A9B8;
  --charcoal-500: #7491A4;
  --charcoal-600: #597588;
  --charcoal-700: #475D6C;
  --charcoal-800: #32424D;
  --charcoal-900: #202B31;
  --charcoal-950: #141B1F;
}
Generate More ShadesCreate PaletteConvert Color