Charcoal

#46476D

Blue

Color Codes

All color formats for development

HEX
#46476D
RGB
rgb(70, 71, 109)
HSL
hsl(238, 22%, 35%)
OKLCH
oklch(0.414 0.063 282.1)
CMYK
cmyk(36%, 35%, 0%, 57%)

Accessibility

WCAG contrast compliance

On White Background

8.81: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
#D7D7
300
#B7B8
400
#9293
500
#7375
600
#5859
700
#4647
800
#3233
900
#2020
950
#1414

Shades

Darker variations

1#3F4062
2#383957
3#31324C
4#2A2B41
5#232336
6#1C1C2C
7#151521
8#0E0E16
9#07070B

Tints

Lighter variations

1#535481
2#5F6195
3#7173A5
4#8687B1
5#9A9BBE
6#AEAFCB
7#C2C3D8
8#D7D7E5
9#EBEBF2

Tones

Muted variations

1#48496B
2#4A4B69
3#4C4C67
4#4D4E65
5#4F5063
6#515261
7#53545F
8#55565D
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
D7D7
#D7D7E5
Secondary backgroundsInput backgroundsDividers
300
B7B8
#B7B8D1
BordersInactive statesPlaceholder text
400
9293
#9293B9
Disabled statesSecondary iconsMuted text
500
7375
#7375A5
Primary brand colorCTAsActive elementsLinks
600
5859
#585989
Hover statesFocus ringsPrimary buttons hover
700
4647
#46476D
Active/pressed statesDark mode accentsSecondary text
800
3233
#32334E
Text on light backgroundsHeadingsStrong borders
900
2020
#202032
Primary textHigh emphasis contentDark headings
950
1414
#14141F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F6F6F9;
  --charcoal-100: #E9E9F1;
  --charcoal-200: #D7D7E5;
  --charcoal-300: #B7B8D1;
  --charcoal-400: #9293B9;
  --charcoal-500: #7375A5;
  --charcoal-600: #585989;
  --charcoal-700: #46476D;
  --charcoal-800: #32334E;
  --charcoal-900: #202032;
  --charcoal-950: #14141F;
}
Generate More ShadesCreate PaletteConvert Color