Charcoal

#465C6D

Blue

Color Codes

All color formats for development

HEX
#465C6D
RGB
rgb(70, 92, 109)
HSL
hsl(206, 22%, 35%)
OKLCH
oklch(0.464 0.039 241.8)
CMYK
cmyk(36%, 16%, 0%, 57%)

Accessibility

WCAG contrast compliance

On White Background

6.97:1

AA AAA

On Black Background

3.01:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#E9EE
200
#D7DF
300
#B7C6
400
#92A8
500
#7390
600
#5873
700
#465C
800
#3242
900
#202A
950
#141A

Shades

Darker variations

1#3F5362
2#384957
3#31404C
4#2A3741
5#232E36
6#1C252C
7#151C21
8#0E1216
9#07090B

Tints

Lighter variations

1#536D81
2#5F7E95
3#718EA5
4#869EB1
5#9AAFBE
6#AEBFCB
7#C2CFD8
8#D7DFE5
9#EBEFF2

Tones

Muted variations

1#485C6B
2#4A5B69
3#4C5B67
4#4D5B65
5#4F5B63
6#515A61
7#535A5F
8#555A5D
9#575A5B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F9
BackgroundsSubtle highlightsCard backgrounds
100
E9EE
#E9EEF1
Light backgroundsTable row hoverSkeleton loading
200
D7DF
#D7DFE5
Secondary backgroundsInput backgroundsDividers
300
B7C6
#B7C6D1
BordersInactive statesPlaceholder text
400
92A8
#92A8B9
Disabled statesSecondary iconsMuted text
500
7390
#7390A5
Primary brand colorCTAsActive elementsLinks
600
5873
#587389
Hover statesFocus ringsPrimary buttons hover
700
465C
#465C6D
Active/pressed statesDark mode accentsSecondary text
800
3242
#32424E
Text on light backgroundsHeadingsStrong borders
900
202A
#202A32
Primary textHigh emphasis contentDark headings
950
141A
#141A1F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F6F8F9;
  --charcoal-100: #E9EEF1;
  --charcoal-200: #D7DFE5;
  --charcoal-300: #B7C6D1;
  --charcoal-400: #92A8B9;
  --charcoal-500: #7390A5;
  --charcoal-600: #587389;
  --charcoal-700: #465C6D;
  --charcoal-800: #32424E;
  --charcoal-900: #202A32;
  --charcoal-950: #141A1F;
}
Generate More ShadesCreate PaletteConvert Color