Charcoal

#435670

Blue

Color Codes

All color formats for development

HEX
#435670
RGB
rgb(67, 86, 112)
HSL
hsl(215, 25%, 35%)
OKLCH
oklch(0.448 0.049 256.4)
CMYK
cmyk(40%, 23%, 0%, 56%)

Accessibility

WCAG contrast compliance

On White Background

7.49:1

AA AAA

On Black Background

2.80:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F7
100
#E9EC
200
#D6DC
300
#B6C2
400
#8FA2
500
#7087
600
#546C
700
#4356
800
#303D
900
#1F27
950
#1318

Shades

Darker variations

1#3C4D64
2#364459
3#2F3C4E
4#283343
5#212B38
6#1B222D
7#141A21
8#0D1116
9#07090B

Tints

Lighter variations

1#4F6584
2#5C7599
3#6E86A8
4#8397B4
5#97A9C1
6#ACBACD
7#C1CBDA
8#D6DCE6
9#EAEEF3

Tones

Muted variations

1#45566D
2#47566B
3#4A5769
4#4C5767
5#4E5764
6#505862
7#535860
8#55595E
9#57595B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F7
#F5F7F9
BackgroundsSubtle highlightsCard backgrounds
100
E9EC
#E9ECF2
Light backgroundsTable row hoverSkeleton loading
200
D6DC
#D6DCE6
Secondary backgroundsInput backgroundsDividers
300
B6C2
#B6C2D3
BordersInactive statesPlaceholder text
400
8FA2
#8FA2BC
Disabled statesSecondary iconsMuted text
500
7087
#7087A9
Primary brand colorCTAsActive elementsLinks
600
546C
#546C8C
Hover statesFocus ringsPrimary buttons hover
700
4356
#435670
Active/pressed statesDark mode accentsSecondary text
800
303D
#303D50
Text on light backgroundsHeadingsStrong borders
900
1F27
#1F2733
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: #E9ECF2;
  --charcoal-200: #D6DCE6;
  --charcoal-300: #B6C2D3;
  --charcoal-400: #8FA2BC;
  --charcoal-500: #7087A9;
  --charcoal-600: #546C8C;
  --charcoal-700: #435670;
  --charcoal-800: #303D50;
  --charcoal-900: #1F2733;
  --charcoal-950: #131820;
}
Generate More ShadesCreate PaletteConvert Color