Slate Gray

#5C6084

Blue

Color Codes

All color formats for development

HEX
#5C6084
RGB
rgb(92, 96, 132)
HSL
hsl(234, 18%, 44%)
OKLCH
oklch(0.5 0.058 279.2)
CMYK
cmyk(30%, 27%, 0%, 48%)

Accessibility

WCAG contrast compliance

On White Background

6.07:1

AA AAA

On Black Background

3.46:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F6
100
#EAEB
200
#D8D9
300
#BABC
400
#9699
500
#787C
600
#5C60
700
#494C
800
#3437
900
#2123
950
#1516

Shades

Darker variations

1#535677
2#4A4D6A
3#40435D
4#373A4F
5#2E3042
6#252635
7#1C1D28
8#12131A
9#090A0D

Tints

Lighter variations

1#686C95
2#787CA1
3#898DAD
4#9A9DB9
5#ABADC4
6#BCBED0
7#CCCEDC
8#DDDEE8
9#EEEFF3

Tones

Muted variations

1#5E6282
2#606380
3#62657E
4#64677C
5#66687A
6#686A78
7#6A6B76
8#6C6D74
9#6E6F72

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F6
#F6F6F9
BackgroundsSubtle highlightsCard backgrounds
100
EAEB
#EAEBF0
Light backgroundsTable row hoverSkeleton loading
200
D8D9
#D8D9E4
Secondary backgroundsInput backgroundsDividers
300
BABC
#BABCCF
BordersInactive statesPlaceholder text
400
9699
#9699B6
Disabled statesSecondary iconsMuted text
500
787C
#787CA1
Primary brand colorCTAsActive elementsLinks
600
5C60
#5C6084
Hover statesFocus ringsPrimary buttons hover
700
494C
#494C69
Active/pressed statesDark mode accentsSecondary text
800
3437
#34374B
Text on light backgroundsHeadingsStrong borders
900
2123
#212330
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: #EAEBF0;
  --slate-gray-200: #D8D9E4;
  --slate-gray-300: #BABCCF;
  --slate-gray-400: #9699B6;
  --slate-gray-500: #787CA1;
  --slate-gray-600: #5C6084;
  --slate-gray-700: #494C69;
  --slate-gray-800: #34374B;
  --slate-gray-900: #212330;
  --slate-gray-950: #15161E;
}
Generate More ShadesCreate PaletteConvert Color