Charcoal

#475C6B

Blue

Color Codes

All color formats for development

HEX
#475C6B
RGB
rgb(71, 92, 107)
HSL
hsl(205, 20%, 35%)
OKLCH
oklch(0.463 0.035 239.6)
CMYK
cmyk(34%, 14%, 0%, 58%)

Accessibility

WCAG contrast compliance

On White Background

6.97:1

AA AAA

On Black Background

3.01:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAEE
200
#D7DF
300
#B9C6
400
#94A9
500
#7590
600
#5A74
700
#475C
800
#3342
900
#212A
950
#141A

Shades

Darker variations

1#405360
2#394A56
3#32414B
4#2B3740
5#242E36
6#1D252B
7#151C20
8#0E1215
9#07090B

Tints

Lighter variations

1#556D7F
2#627E93
3#748FA2
4#889FAF
5#9CAFBD
6#AFBFCA
7#C3CFD7
8#D7DFE4
9#EBEFF2

Tones

Muted variations

1#495C69
2#4B5C68
3#4D5B66
4#4F5B64
5#505B62
6#525A60
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
EAEE
#EAEEF1
Light backgroundsTable row hoverSkeleton loading
200
D7DF
#D7DFE4
Secondary backgroundsInput backgroundsDividers
300
B9C6
#B9C6D0
BordersInactive statesPlaceholder text
400
94A9
#94A9B8
Disabled statesSecondary iconsMuted text
500
7590
#7590A3
Primary brand colorCTAsActive elementsLinks
600
5A74
#5A7487
Hover statesFocus ringsPrimary buttons hover
700
475C
#475C6B
Active/pressed statesDark mode accentsSecondary text
800
3342
#33424D
Text on light backgroundsHeadingsStrong borders
900
212A
#212A31
Primary textHigh emphasis contentDark headings
950
141A
#141A1F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F6F8F9;
  --charcoal-100: #EAEEF1;
  --charcoal-200: #D7DFE4;
  --charcoal-300: #B9C6D0;
  --charcoal-400: #94A9B8;
  --charcoal-500: #7590A3;
  --charcoal-600: #5A7487;
  --charcoal-700: #475C6B;
  --charcoal-800: #33424D;
  --charcoal-900: #212A31;
  --charcoal-950: #141A1F;
}
Generate More ShadesCreate PaletteConvert Color