Charcoal

#475A6B

Blue

Color Codes

All color formats for development

HEX
#475A6B
RGB
rgb(71, 90, 107)
HSL
hsl(208, 20%, 35%)
OKLCH
oklch(0.459 0.036 245.7)
CMYK
cmyk(34%, 16%, 0%, 58%)

Accessibility

WCAG contrast compliance

On White Background

7.14:1

AA AAA

On Black Background

2.94:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EAED
200
#D7DE
300
#B9C5
400
#94A7
500
#758E
600
#5A72
700
#475A
800
#3341
900
#2129
950
#141A

Shades

Darker variations

1#405160
2#394856
3#323F4B
4#2B3640
5#242D36
6#1D242B
7#151B20
8#0E1215
9#07090B

Tints

Lighter variations

1#556B7F
2#627C93
3#748DA2
4#889DAF
5#9CADBD
6#AFBECA
7#C3CED7
8#D7DEE4
9#EBEFF2

Tones

Muted variations

1#495A69
2#4B5A68
3#4D5A66
4#4F5A64
5#505A62
6#525A60
7#545A5F
8#56595D
9#57595B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F9
BackgroundsSubtle highlightsCard backgrounds
100
EAED
#EAEDF1
Light backgroundsTable row hoverSkeleton loading
200
D7DE
#D7DEE4
Secondary backgroundsInput backgroundsDividers
300
B9C5
#B9C5D0
BordersInactive statesPlaceholder text
400
94A7
#94A7B8
Disabled statesSecondary iconsMuted text
500
758E
#758EA3
Primary brand colorCTAsActive elementsLinks
600
5A72
#5A7287
Hover statesFocus ringsPrimary buttons hover
700
475A
#475A6B
Active/pressed statesDark mode accentsSecondary text
800
3341
#33414D
Text on light backgroundsHeadingsStrong borders
900
2129
#212931
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: #F6F7F9;
  --charcoal-100: #EAEDF1;
  --charcoal-200: #D7DEE4;
  --charcoal-300: #B9C5D0;
  --charcoal-400: #94A7B8;
  --charcoal-500: #758EA3;
  --charcoal-600: #5A7287;
  --charcoal-700: #475A6B;
  --charcoal-800: #33414D;
  --charcoal-900: #212931;
  --charcoal-950: #141A1F;
}
Generate More ShadesCreate PaletteConvert Color