Charcoal

#48486A

Blue

Color Codes

All color formats for development

HEX
#48486A
RGB
rgb(72, 72, 106)
HSL
hsl(240, 19%, 35%)
OKLCH
oklch(0.416 0.056 283.7)
CMYK
cmyk(32%, 32%, 0%, 58%)

Accessibility

WCAG contrast compliance

On White Background

8.71:1

AA AAA

On Black Background

2.41:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F6
100
#EAEA
200
#D8D8
300
#B9B9
400
#9595
500
#7676
600
#5B5B
700
#4848
800
#3434
900
#2121
950
#1515

Shades

Darker variations

1#414160
2#3A3A55
3#33334A
4#2B2B40
5#242435
6#1D1D2A
7#161620
8#0E0E15
9#07070B

Tints

Lighter variations

1#56567E
2#636392
3#7575A1
4#8989AE
5#9C9CBC
6#B0B0C9
7#C4C4D7
8#D8D8E4
9#EBEBF2

Tones

Muted variations

1#4A4A69
2#4C4C67
3#4D4D65
4#4F4F63
5#515162
6#525260
7#54545E
8#56565D
9#58585B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F6
#F6F6F9
BackgroundsSubtle highlightsCard backgrounds
100
EAEA
#EAEAF1
Light backgroundsTable row hoverSkeleton loading
200
D8D8
#D8D8E4
Secondary backgroundsInput backgroundsDividers
300
B9B9
#B9B9CF
BordersInactive statesPlaceholder text
400
9595
#9595B7
Disabled statesSecondary iconsMuted text
500
7676
#7676A2
Primary brand colorCTAsActive elementsLinks
600
5B5B
#5B5B86
Hover statesFocus ringsPrimary buttons hover
700
4848
#48486A
Active/pressed statesDark mode accentsSecondary text
800
3434
#34344C
Text on light backgroundsHeadingsStrong borders
900
2121
#212131
Primary textHigh emphasis contentDark headings
950
1515
#15151E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F6F6F9;
  --charcoal-100: #EAEAF1;
  --charcoal-200: #D8D8E4;
  --charcoal-300: #B9B9CF;
  --charcoal-400: #9595B7;
  --charcoal-500: #7676A2;
  --charcoal-600: #5B5B86;
  --charcoal-700: #48486A;
  --charcoal-800: #34344C;
  --charcoal-900: #212131;
  --charcoal-950: #15151E;
}
Generate More ShadesCreate PaletteConvert Color