Charcoal

#444E6F

Blue

Color Codes

All color formats for development

HEX
#444E6F
RGB
rgb(68, 78, 111)
HSL
hsl(226, 24%, 35%)
OKLCH
oklch(0.429 0.056 270.9)
CMYK
cmyk(39%, 30%, 0%, 56%)

Accessibility

WCAG contrast compliance

On White Background

8.19:1

AA AAA

On Black Background

2.57:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F6
100
#E9EB
200
#D6DA
300
#B6BD
400
#909A
500
#717E
600
#5562
700
#444E
800
#3038
900
#1F24
950
#1316

Shades

Darker variations

1#3D4664
2#363E59
3#2F364D
4#292F42
5#222737
6#1B1F2C
7#141721
8#0E1016
9#07080B

Tints

Lighter variations

1#505C83
2#5D6B98
3#6F7CA7
4#848FB3
5#98A2C0
6#ADB4CD
7#C1C7D9
8#D6DAE6
9#EAECF2

Tones

Muted variations

1#464F6D
2#48506A
3#4A5168
4#4C5266
5#4F5464
6#515562
7#535660
8#55575E
9#57585B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F6
#F6F6F9
BackgroundsSubtle highlightsCard backgrounds
100
E9EB
#E9EBF1
Light backgroundsTable row hoverSkeleton loading
200
D6DA
#D6DAE6
Secondary backgroundsInput backgroundsDividers
300
B6BD
#B6BDD2
BordersInactive statesPlaceholder text
400
909A
#909ABB
Disabled statesSecondary iconsMuted text
500
717E
#717EA8
Primary brand colorCTAsActive elementsLinks
600
5562
#55628B
Hover statesFocus ringsPrimary buttons hover
700
444E
#444E6F
Active/pressed statesDark mode accentsSecondary text
800
3038
#30384F
Text on light backgroundsHeadingsStrong borders
900
1F24
#1F2433
Primary textHigh emphasis contentDark headings
950
1316
#131620
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F6F6F9;
  --charcoal-100: #E9EBF1;
  --charcoal-200: #D6DAE6;
  --charcoal-300: #B6BDD2;
  --charcoal-400: #909ABB;
  --charcoal-500: #717EA8;
  --charcoal-600: #55628B;
  --charcoal-700: #444E6F;
  --charcoal-800: #30384F;
  --charcoal-900: #1F2433;
  --charcoal-950: #131620;
}
Generate More ShadesCreate PaletteConvert Color