Charcoal

#445A6F

Blue

Color Codes

All color formats for development

HEX
#445A6F
RGB
rgb(68, 90, 111)
HSL
hsl(209, 24%, 35%)
OKLCH
oklch(0.458 0.044 247.6)
CMYK
cmyk(39%, 19%, 0%, 56%)

Accessibility

WCAG contrast compliance

On White Background

7.15:1

AA AAA

On Black Background

2.94:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#E9ED
200
#D6DE
300
#B6C5
400
#90A6
500
#718D
600
#5571
700
#445A
800
#3040
900
#1F29
950
#131A

Shades

Darker variations

1#3D5164
2#364859
3#2F3F4D
4#293642
5#222D37
6#1B242C
7#141B21
8#0E1216
9#07090B

Tints

Lighter variations

1#506B83
2#5D7B98
3#6F8CA7
4#849CB3
5#98ADC0
6#ADBDCD
7#C1CED9
8#D6DEE6
9#EAEFF2

Tones

Muted variations

1#465A6D
2#485A6A
3#4A5A68
4#4C5A66
5#4F5A64
6#515A62
7#535960
8#55595E
9#57595B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F9
BackgroundsSubtle highlightsCard backgrounds
100
E9ED
#E9EDF1
Light backgroundsTable row hoverSkeleton loading
200
D6DE
#D6DEE6
Secondary backgroundsInput backgroundsDividers
300
B6C5
#B6C5D2
BordersInactive statesPlaceholder text
400
90A6
#90A6BB
Disabled statesSecondary iconsMuted text
500
718D
#718DA8
Primary brand colorCTAsActive elementsLinks
600
5571
#55718B
Hover statesFocus ringsPrimary buttons hover
700
445A
#445A6F
Active/pressed statesDark mode accentsSecondary text
800
3040
#30404F
Text on light backgroundsHeadingsStrong borders
900
1F29
#1F2933
Primary textHigh emphasis contentDark headings
950
131A
#131A20
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F6F7F9;
  --charcoal-100: #E9EDF1;
  --charcoal-200: #D6DEE6;
  --charcoal-300: #B6C5D2;
  --charcoal-400: #90A6BB;
  --charcoal-500: #718DA8;
  --charcoal-600: #55718B;
  --charcoal-700: #445A6F;
  --charcoal-800: #30404F;
  --charcoal-900: #1F2933;
  --charcoal-950: #131A20;
}
Generate More ShadesCreate PaletteConvert Color