Slate Gray

#5C5C84

Blue

Color Codes

All color formats for development

HEX
#5C5C84
RGB
rgb(92, 92, 132)
HSL
hsl(240, 18%, 44%)
OKLCH
oklch(0.491 0.064 283.8)
CMYK
cmyk(30%, 30%, 0%, 48%)

Accessibility

WCAG contrast compliance

On White Background

6.33:1

AA AAA

On Black Background

3.32:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F6
100
#EAEA
200
#D8D8
300
#BABA
400
#9696
500
#7878
600
#5C5C
700
#4949
800
#3434
900
#2121
950
#1515

Shades

Darker variations

1#535377
2#4A4A6A
3#40405D
4#37374F
5#2E2E42
6#252535
7#1C1C28
8#12121A
9#09090D

Tints

Lighter variations

1#686895
2#7878A1
3#8989AD
4#9A9AB9
5#ABABC4
6#BCBCD0
7#CCCCDC
8#DDDDE8
9#EEEEF3

Tones

Muted variations

1#5E5E82
2#606080
3#62627E
4#64647C
5#66667A
6#686878
7#6A6A76
8#6C6C74
9#6E6E72

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F6
#F6F6F9
BackgroundsSubtle highlightsCard backgrounds
100
EAEA
#EAEAF0
Light backgroundsTable row hoverSkeleton loading
200
D8D8
#D8D8E4
Secondary backgroundsInput backgroundsDividers
300
BABA
#BABACF
BordersInactive statesPlaceholder text
400
9696
#9696B6
Disabled statesSecondary iconsMuted text
500
7878
#7878A1
Primary brand colorCTAsActive elementsLinks
600
5C5C
#5C5C84
Hover statesFocus ringsPrimary buttons hover
700
4949
#494969
Active/pressed statesDark mode accentsSecondary text
800
3434
#34344B
Text on light backgroundsHeadingsStrong borders
900
2121
#212130
Primary textHigh emphasis contentDark headings
950
1515
#15151E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F6F9;
  --slate-gray-100: #EAEAF0;
  --slate-gray-200: #D8D8E4;
  --slate-gray-300: #BABACF;
  --slate-gray-400: #9696B6;
  --slate-gray-500: #7878A1;
  --slate-gray-600: #5C5C84;
  --slate-gray-700: #494969;
  --slate-gray-800: #34344B;
  --slate-gray-900: #212130;
  --slate-gray-950: #15151E;
}
Generate More ShadesCreate PaletteConvert Color