Charcoal

#495869

Blue

Color Codes

All color formats for development

HEX
#495869
RGB
rgb(73, 88, 105)
HSL
hsl(212, 18%, 35%)
OKLCH
oklch(0.454 0.034 251.8)
CMYK
cmyk(30%, 16%, 0%, 59%)

Accessibility

WCAG contrast compliance

On White Background

7.28:1

AA AAA

On Black Background

2.88:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EAED
200
#D8DD
300
#BAC4
400
#96A5
500
#788B
600
#5C6F
700
#4958
800
#343F
900
#2128
950
#1519

Shades

Darker variations

1#424F5F
2#3B4754
3#333E4A
4#2C353F
5#252C35
6#1D232A
7#161A20
8#0F1215
9#07090B

Tints

Lighter variations

1#57697D
2#647990
3#768AA0
4#8A9AAD
5#9DABBB
6#B1BCC9
7#C4CDD6
8#D8DDE4
9#EBEEF1

Tones

Muted variations

1#4B5868
2#4C5866
3#4E5964
4#505963
5#515961
6#535960
7#54595E
8#56595C
9#58595B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F9
BackgroundsSubtle highlightsCard backgrounds
100
EAED
#EAEDF0
Light backgroundsTable row hoverSkeleton loading
200
D8DD
#D8DDE4
Secondary backgroundsInput backgroundsDividers
300
BAC4
#BAC4CF
BordersInactive statesPlaceholder text
400
96A5
#96A5B6
Disabled statesSecondary iconsMuted text
500
788B
#788BA1
Primary brand colorCTAsActive elementsLinks
600
5C6F
#5C6F84
Hover statesFocus ringsPrimary buttons hover
700
4958
#495869
Active/pressed statesDark mode accentsSecondary text
800
343F
#343F4B
Text on light backgroundsHeadingsStrong borders
900
2128
#212830
Primary textHigh emphasis contentDark headings
950
1519
#15191E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F6F7F9;
  --charcoal-100: #EAEDF0;
  --charcoal-200: #D8DDE4;
  --charcoal-300: #BAC4CF;
  --charcoal-400: #96A5B6;
  --charcoal-500: #788BA1;
  --charcoal-600: #5C6F84;
  --charcoal-700: #495869;
  --charcoal-800: #343F4B;
  --charcoal-900: #212830;
  --charcoal-950: #15191E;
}
Generate More ShadesCreate PaletteConvert Color