Charcoal

#415471

Blue

Color Codes

All color formats for development

HEX
#415471
RGB
rgb(65, 84, 113)
HSL
hsl(216, 27%, 35%)
OKLCH
oklch(0.442 0.054 258.7)
CMYK
cmyk(42%, 26%, 0%, 56%)

Accessibility

WCAG contrast compliance

On White Background

7.69:1

AA AAA

On Black Background

2.73:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F7
100
#E8EC
200
#D5DC
300
#B5C1
400
#8EA1
500
#6D86
600
#526A
700
#4154
800
#2F3C
900
#1E27
950
#1318

Shades

Darker variations

1#3B4C66
2#34445B
3#2E3B4F
4#273344
5#212A39
6#1A222D
7#141922
8#0D1117
9#07080B

Tints

Lighter variations

1#4D6486
2#59749B
3#6C85AA
4#8196B6
5#96A8C3
6#ABB9CF
7#C0CBDB
8#D5DCE7
9#EAEEF3

Tones

Muted variations

1#44556F
2#46556D
3#48566A
4#4B5668
5#4D5765
6#505763
7#525860
8#54585E
9#57595C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F7
#F5F7F9
BackgroundsSubtle highlightsCard backgrounds
100
E8EC
#E8ECF2
Light backgroundsTable row hoverSkeleton loading
200
D5DC
#D5DCE7
Secondary backgroundsInput backgroundsDividers
300
B5C1
#B5C1D4
BordersInactive statesPlaceholder text
400
8EA1
#8EA1BE
Disabled statesSecondary iconsMuted text
500
6D86
#6D86AB
Primary brand colorCTAsActive elementsLinks
600
526A
#526A8E
Hover statesFocus ringsPrimary buttons hover
700
4154
#415471
Active/pressed statesDark mode accentsSecondary text
800
2F3C
#2F3C51
Text on light backgroundsHeadingsStrong borders
900
1E27
#1E2734
Primary textHigh emphasis contentDark headings
950
1318
#131820
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F5F7F9;
  --charcoal-100: #E8ECF2;
  --charcoal-200: #D5DCE7;
  --charcoal-300: #B5C1D4;
  --charcoal-400: #8EA1BE;
  --charcoal-500: #6D86AB;
  --charcoal-600: #526A8E;
  --charcoal-700: #415471;
  --charcoal-800: #2F3C51;
  --charcoal-900: #1E2734;
  --charcoal-950: #131820;
}
Generate More ShadesCreate PaletteConvert Color