Charcoal

#474B6C

Blue

Color Codes

All color formats for development

HEX
#474B6C
RGB
rgb(71, 75, 108)
HSL
hsl(234, 21%, 35%)
OKLCH
oklch(0.423 0.055 278.4)
CMYK
cmyk(34%, 31%, 0%, 58%)

Accessibility

WCAG contrast compliance

On White Background

8.43:1

AA AAA

On Black Background

2.49:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F6
100
#E9EA
200
#D7D8
300
#B8BA
400
#9397
500
#7479
600
#595D
700
#474A
800
#3235
900
#2022
950
#1415

Shades

Darker variations

1#3F4361
2#383B56
3#31344C
4#2A2D41
5#232536
6#1C1E2B
7#151620
8#0E0F16
9#07070B

Tints

Lighter variations

1#545880
2#616694
3#7377A3
4#878BB0
5#9B9EBE
6#AFB2CB
7#C3C5D8
8#D7D8E5
9#EBECF2

Tones

Muted variations

1#484C6A
2#4A4D68
3#4C4F66
4#4E5064
5#505263
6#525361
7#54555F
8#56565D
9#57585B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F6
#F6F6F9
BackgroundsSubtle highlightsCard backgrounds
100
E9EA
#E9EAF1
Light backgroundsTable row hoverSkeleton loading
200
D7D8
#D7D8E5
Secondary backgroundsInput backgroundsDividers
300
B8BA
#B8BAD1
BordersInactive statesPlaceholder text
400
9397
#9397B8
Disabled statesSecondary iconsMuted text
500
7479
#7479A4
Primary brand colorCTAsActive elementsLinks
600
595D
#595D88
Hover statesFocus ringsPrimary buttons hover
700
474A
#474A6C
Active/pressed statesDark mode accentsSecondary text
800
3235
#32354D
Text on light backgroundsHeadingsStrong borders
900
2022
#202231
Primary textHigh emphasis contentDark headings
950
1415
#14151F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F6F6F9;
  --charcoal-100: #E9EAF1;
  --charcoal-200: #D7D8E5;
  --charcoal-300: #B8BAD1;
  --charcoal-400: #9397B8;
  --charcoal-500: #7479A4;
  --charcoal-600: #595D88;
  --charcoal-700: #474A6C;
  --charcoal-800: #32354D;
  --charcoal-900: #202231;
  --charcoal-950: #14151F;
}
Generate More ShadesCreate PaletteConvert Color