Charcoal

#48576A

Blue

Color Codes

All color formats for development

HEX
#48576A
RGB
rgb(72, 87, 106)
HSL
hsl(214, 19%, 35%)
OKLCH
oklch(0.452 0.036 254.5)
CMYK
cmyk(32%, 18%, 0%, 58%)

Accessibility

WCAG contrast compliance

On White Background

7.38: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
#B9C3
400
#95A3
500
#7689
600
#5B6D
700
#4857
800
#343E
900
#2128
950
#1519

Shades

Darker variations

1#414E60
2#3A4655
3#333D4A
4#2B3440
5#242B35
6#1D232A
7#161A20
8#0E1115
9#07090B

Tints

Lighter variations

1#56677E
2#637792
3#7588A1
4#8999AE
5#9CAABC
6#B0BBC9
7#C4CCD7
8#D8DDE4
9#EBEEF2

Tones

Muted variations

1#4A5769
2#4C5767
3#4D5865
4#4F5863
5#515862
6#525860
7#54595E
8#56595D
9#58595B

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
D8DD
#D8DDE4
Secondary backgroundsInput backgroundsDividers
300
B9C3
#B9C3CF
BordersInactive statesPlaceholder text
400
95A3
#95A3B7
Disabled statesSecondary iconsMuted text
500
7689
#7689A2
Primary brand colorCTAsActive elementsLinks
600
5B6D
#5B6D86
Hover statesFocus ringsPrimary buttons hover
700
4857
#48576A
Active/pressed statesDark mode accentsSecondary text
800
343E
#343E4C
Text on light backgroundsHeadingsStrong borders
900
2128
#212831
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: #EAEDF1;
  --charcoal-200: #D8DDE4;
  --charcoal-300: #B9C3CF;
  --charcoal-400: #95A3B7;
  --charcoal-500: #7689A2;
  --charcoal-600: #5B6D86;
  --charcoal-700: #48576A;
  --charcoal-800: #343E4C;
  --charcoal-900: #212831;
  --charcoal-950: #15191E;
}
Generate More ShadesCreate PaletteConvert Color