Charcoal

#485B6A

Blue

Color Codes

All color formats for development

HEX
#485B6A
RGB
rgb(72, 91, 106)
HSL
hsl(206, 19%, 35%)
OKLCH
oklch(0.461 0.034 242.3)
CMYK
cmyk(32%, 14%, 0%, 58%)

Accessibility

WCAG contrast compliance

On White Background

7.05:1

AA AAA

On Black Background

2.98:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAEE
200
#D8DF
300
#B9C6
400
#95A8
500
#768F
600
#5B73
700
#485C
800
#3441
900
#212A
950
#151A

Shades

Darker variations

1#415260
2#3A4955
3#33404A
4#2B3740
5#242E35
6#1D252A
7#161B20
8#0E1215
9#07090B

Tints

Lighter variations

1#566D7E
2#637E92
3#758EA1
4#899EAE
5#9CAEBC
6#B0BEC9
7#C4CFD7
8#D8DFE4
9#EBEFF2

Tones

Muted variations

1#4A5B69
2#4C5B67
3#4D5B65
4#4F5B63
5#515A62
6#525A60
7#545A5E
8#565A5D
9#58595B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F9
BackgroundsSubtle highlightsCard backgrounds
100
EAEE
#EAEEF1
Light backgroundsTable row hoverSkeleton loading
200
D8DF
#D8DFE4
Secondary backgroundsInput backgroundsDividers
300
B9C6
#B9C6CF
BordersInactive statesPlaceholder text
400
95A8
#95A8B7
Disabled statesSecondary iconsMuted text
500
768F
#768FA2
Primary brand colorCTAsActive elementsLinks
600
5B73
#5B7386
Hover statesFocus ringsPrimary buttons hover
700
485C
#485C6A
Active/pressed statesDark mode accentsSecondary text
800
3441
#34414C
Text on light backgroundsHeadingsStrong borders
900
212A
#212A31
Primary textHigh emphasis contentDark headings
950
151A
#151A1E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F6F8F9;
  --charcoal-100: #EAEEF1;
  --charcoal-200: #D8DFE4;
  --charcoal-300: #B9C6CF;
  --charcoal-400: #95A8B7;
  --charcoal-500: #768FA2;
  --charcoal-600: #5B7386;
  --charcoal-700: #485C6A;
  --charcoal-800: #34414C;
  --charcoal-900: #212A31;
  --charcoal-950: #151A1E;
}
Generate More ShadesCreate PaletteConvert Color