Charcoal

#44446F

Blue

Color Codes

All color formats for development

HEX
#44446F
RGB
rgb(68, 68, 111)
HSL
hsl(240, 24%, 35%)
OKLCH
oklch(0.407 0.071 282.8)
CMYK
cmyk(39%, 39%, 0%, 56%)

Accessibility

WCAG contrast compliance

On White Background

9.12:1

AA AAA

On Black Background

2.30:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F6
100
#E9E9
200
#D6D6
300
#B6B6
400
#9090
500
#7171
600
#5555
700
#4444
800
#3030
900
#1F1F
950
#1313

Shades

Darker variations

1#3D3D64
2#363659
3#2F2F4D
4#292942
5#222237
6#1B1B2C
7#141421
8#0E0E16
9#07070B

Tints

Lighter variations

1#505083
2#5D5D98
3#6F6FA7
4#8484B3
5#9898C0
6#ADADCD
7#C1C1D9
8#D6D6E6
9#EAEAF2

Tones

Muted variations

1#46466D
2#48486A
3#4A4A68
4#4C4C66
5#4F4F64
6#515162
7#535360
8#55555E
9#57575B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F6
#F6F6F9
BackgroundsSubtle highlightsCard backgrounds
100
E9E9
#E9E9F1
Light backgroundsTable row hoverSkeleton loading
200
D6D6
#D6D6E6
Secondary backgroundsInput backgroundsDividers
300
B6B6
#B6B6D2
BordersInactive statesPlaceholder text
400
9090
#9090BB
Disabled statesSecondary iconsMuted text
500
7171
#7171A8
Primary brand colorCTAsActive elementsLinks
600
5555
#55558B
Hover statesFocus ringsPrimary buttons hover
700
4444
#44446F
Active/pressed statesDark mode accentsSecondary text
800
3030
#30304F
Text on light backgroundsHeadingsStrong borders
900
1F1F
#1F1F33
Primary textHigh emphasis contentDark headings
950
1313
#131320
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F6F6F9;
  --charcoal-100: #E9E9F1;
  --charcoal-200: #D6D6E6;
  --charcoal-300: #B6B6D2;
  --charcoal-400: #9090BB;
  --charcoal-500: #7171A8;
  --charcoal-600: #55558B;
  --charcoal-700: #44446F;
  --charcoal-800: #30304F;
  --charcoal-900: #1F1F33;
  --charcoal-950: #131320;
}
Generate More ShadesCreate PaletteConvert Color