Charcoal

#495769

Blue

Color Codes

All color formats for development

HEX
#495769
RGB
rgb(73, 87, 105)
HSL
hsl(214, 18%, 35%)
OKLCH
oklch(0.452 0.034 254.8)
CMYK
cmyk(30%, 17%, 0%, 59%)

Accessibility

WCAG contrast compliance

On White Background

7.37:1

AA AAA

On Black Background

2.85:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EAED
200
#D8DD
300
#BAC3
400
#96A4
500
#7889
600
#5C6E
700
#4957
800
#343E
900
#2128
950
#1519

Shades

Darker variations

1#424E5F
2#3B4654
3#333D4A
4#2C343F
5#252C35
6#1D232A
7#161A20
8#0F1115
9#07090B

Tints

Lighter variations

1#57677D
2#647790
3#7688A0
4#8A99AD
5#9DAABB
6#B1BBC9
7#C4CCD6
8#D8DDE4
9#EBEEF1

Tones

Muted variations

1#4B5768
2#4C5866
3#4E5864
4#505863
5#515861
6#535860
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
BAC3
#BAC3CF
BordersInactive statesPlaceholder text
400
96A4
#96A4B6
Disabled statesSecondary iconsMuted text
500
7889
#7889A1
Primary brand colorCTAsActive elementsLinks
600
5C6E
#5C6E84
Hover statesFocus ringsPrimary buttons hover
700
4957
#495769
Active/pressed statesDark mode accentsSecondary text
800
343E
#343E4B
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: #BAC3CF;
  --charcoal-400: #96A4B6;
  --charcoal-500: #7889A1;
  --charcoal-600: #5C6E84;
  --charcoal-700: #495769;
  --charcoal-800: #343E4B;
  --charcoal-900: #212830;
  --charcoal-950: #15191E;
}
Generate More ShadesCreate PaletteConvert Color