Charcoal

#48496A

Blue

Color Codes

All color formats for development

HEX
#48496A
RGB
rgb(72, 73, 106)
HSL
hsl(238, 19%, 35%)
OKLCH
oklch(0.419 0.055 282.4)
CMYK
cmyk(32%, 31%, 0%, 58%)

Accessibility

WCAG contrast compliance

On White Background

8.62:1

AA AAA

On Black Background

2.44:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F6
100
#EAEA
200
#D8D8
300
#B9BA
400
#9596
500
#7678
600
#5B5C
700
#4849
800
#3434
900
#2122
950
#1515

Shades

Darker variations

1#414260
2#3A3B55
3#33334A
4#2B2C40
5#242535
6#1D1D2A
7#161620
8#0E0F15
9#07070B

Tints

Lighter variations

1#56577E
2#636592
3#7576A1
4#898AAE
5#9C9DBC
6#B0B1C9
7#C4C4D7
8#D8D8E4
9#EBEBF2

Tones

Muted variations

1#4A4B69
2#4C4D67
3#4D4E65
4#4F5063
5#515162
6#525360
7#54555E
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
B9BA
#B9BACF
BordersInactive statesPlaceholder text
400
9596
#9596B7
Disabled statesSecondary iconsMuted text
500
7678
#7678A2
Primary brand colorCTAsActive elementsLinks
600
5B5C
#5B5C86
Hover statesFocus ringsPrimary buttons hover
700
4849
#48496A
Active/pressed statesDark mode accentsSecondary text
800
3434
#34344C
Text on light backgroundsHeadingsStrong borders
900
2122
#212231
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: #B9BACF;
  --charcoal-400: #9596B7;
  --charcoal-500: #7678A2;
  --charcoal-600: #5B5C86;
  --charcoal-700: #48496A;
  --charcoal-800: #34344C;
  --charcoal-900: #212231;
  --charcoal-950: #15151E;
}
Generate More ShadesCreate PaletteConvert Color