Charcoal

#475B6C

Blue

Color Codes

All color formats for development

HEX
#475B6C
RGB
rgb(71, 91, 108)
HSL
hsl(208, 21%, 35%)
OKLCH
oklch(0.461 0.037 244.4)
CMYK
cmyk(34%, 16%, 0%, 58%)

Accessibility

WCAG contrast compliance

On White Background

7.04:1

AA AAA

On Black Background

2.98:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#E9ED
200
#D7DE
300
#B8C5
400
#93A7
500
#748E
600
#5972
700
#475A
800
#3241
900
#2029
950
#141A

Shades

Darker variations

1#3F5161
2#384856
3#313F4C
4#2A3641
5#232D36
6#1C242B
7#151B20
8#0E1216
9#07090B

Tints

Lighter variations

1#546B80
2#617C94
3#738DA3
4#879DB0
5#9BADBE
6#AFBECB
7#C3CED8
8#D7DEE5
9#EBEFF2

Tones

Muted variations

1#485A6A
2#4A5A68
3#4C5A66
4#4E5A64
5#505A63
6#525A61
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
E9ED
#E9EDF1
Light backgroundsTable row hoverSkeleton loading
200
D7DE
#D7DEE5
Secondary backgroundsInput backgroundsDividers
300
B8C5
#B8C5D1
BordersInactive statesPlaceholder text
400
93A7
#93A7B8
Disabled statesSecondary iconsMuted text
500
748E
#748EA4
Primary brand colorCTAsActive elementsLinks
600
5972
#597288
Hover statesFocus ringsPrimary buttons hover
700
475A
#475A6C
Active/pressed statesDark mode accentsSecondary text
800
3241
#32414D
Text on light backgroundsHeadingsStrong borders
900
2029
#202931
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: #E9EDF1;
  --charcoal-200: #D7DEE5;
  --charcoal-300: #B8C5D1;
  --charcoal-400: #93A7B8;
  --charcoal-500: #748EA4;
  --charcoal-600: #597288;
  --charcoal-700: #475A6C;
  --charcoal-800: #32414D;
  --charcoal-900: #202931;
  --charcoal-950: #141A1F;
}
Generate More ShadesCreate PaletteConvert Color