Slate Gray

#5C5F84

Blue

Color Codes

All color formats for development

HEX
#5C5F84
RGB
rgb(92, 95, 132)
HSL
hsl(236, 18%, 44%)
OKLCH
oklch(0.498 0.059 280.4)
CMYK
cmyk(30%, 28%, 0%, 48%)

Accessibility

WCAG contrast compliance

On White Background

6.13:1

AA AAA

On Black Background

3.43:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F6
100
#EAEA
200
#D8D9
300
#BABB
400
#9698
500
#787A
600
#5C5F
700
#494B
800
#3436
900
#2122
950
#1516

Shades

Darker variations

1#535577
2#4A4C6A
3#40425D
4#37394F
5#2E2F42
6#252635
7#1C1C28
8#12131A
9#09090D

Tints

Lighter variations

1#686B95
2#787BA1
3#898BAD
4#9A9CB9
5#ABACC4
6#BCBDD0
7#CCCDDC
8#DDDEE8
9#EEEEF3

Tones

Muted variations

1#5E6082
2#606280
3#62647E
4#64667C
5#66677A
6#686978
7#6A6B76
8#6C6D74
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
D8D9
#D8D9E4
Secondary backgroundsInput backgroundsDividers
300
BABB
#BABBCF
BordersInactive statesPlaceholder text
400
9698
#9698B6
Disabled statesSecondary iconsMuted text
500
787A
#787AA1
Primary brand colorCTAsActive elementsLinks
600
5C5F
#5C5F84
Hover statesFocus ringsPrimary buttons hover
700
494B
#494B69
Active/pressed statesDark mode accentsSecondary text
800
3436
#34364B
Text on light backgroundsHeadingsStrong borders
900
2122
#212230
Primary textHigh emphasis contentDark headings
950
1516
#15161E
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: #D8D9E4;
  --slate-gray-300: #BABBCF;
  --slate-gray-400: #9698B6;
  --slate-gray-500: #787AA1;
  --slate-gray-600: #5C5F84;
  --slate-gray-700: #494B69;
  --slate-gray-800: #34364B;
  --slate-gray-900: #212230;
  --slate-gray-950: #15161E;
}
Generate More ShadesCreate PaletteConvert Color