Charcoal

#44476F

Blue

Color Codes

All color formats for development

HEX
#44476F
RGB
rgb(68, 71, 111)
HSL
hsl(236, 24%, 35%)
OKLCH
oklch(0.413 0.067 279.8)
CMYK
cmyk(39%, 36%, 0%, 56%)

Accessibility

WCAG contrast compliance

On White Background

8.84:1

AA AAA

On Black Background

2.38:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F6
100
#E9E9
200
#D6D7
300
#B6B8
400
#9093
500
#7174
600
#5559
700
#4447
800
#3032
900
#1F20
950
#1314

Shades

Darker variations

1#3D4064
2#363959
3#2F314D
4#292A42
5#222337
6#1B1C2C
7#141521
8#0E0E16
9#07070B

Tints

Lighter variations

1#505483
2#5D6198
3#6F73A7
4#8487B3
5#989BC0
6#ADAFCD
7#C1C3D9
8#D6D7E6
9#EAEBF2

Tones

Muted variations

1#46496D
2#484A6A
3#4A4C68
4#4C4E66
5#4F5064
6#515262
7#535460
8#55565E
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
D6D7
#D6D7E6
Secondary backgroundsInput backgroundsDividers
300
B6B8
#B6B8D2
BordersInactive statesPlaceholder text
400
9093
#9093BB
Disabled statesSecondary iconsMuted text
500
7174
#7174A8
Primary brand colorCTAsActive elementsLinks
600
5559
#55598B
Hover statesFocus ringsPrimary buttons hover
700
4447
#44476F
Active/pressed statesDark mode accentsSecondary text
800
3032
#30324F
Text on light backgroundsHeadingsStrong borders
900
1F20
#1F2033
Primary textHigh emphasis contentDark headings
950
1314
#131420
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F6F6F9;
  --charcoal-100: #E9E9F1;
  --charcoal-200: #D6D7E6;
  --charcoal-300: #B6B8D2;
  --charcoal-400: #9093BB;
  --charcoal-500: #7174A8;
  --charcoal-600: #55598B;
  --charcoal-700: #44476F;
  --charcoal-800: #30324F;
  --charcoal-900: #1F2033;
  --charcoal-950: #131420;
}
Generate More ShadesCreate PaletteConvert Color