Slate Gray

#5C7284

Blue

Color Codes

All color formats for development

HEX
#5C7284
RGB
rgb(92, 114, 132)
HSL
hsl(207, 18%, 44%)
OKLCH
oklch(0.541 0.038 243.2)
CMYK
cmyk(30%, 14%, 0%, 48%)

Accessibility

WCAG contrast compliance

On White Background

5.01:1

AA AAA

On Black Background

4.20:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EAED
200
#D8DE
300
#BAC5
400
#96A7
500
#788E
600
#5C72
700
#495B
800
#3441
900
#212A
950
#151A

Shades

Darker variations

1#536777
2#4A5B6A
3#40505D
4#37454F
5#2E3942
6#252E35
7#1C2228
8#12171A
9#090B0D

Tints

Lighter variations

1#688195
2#788FA1
3#899DAD
4#9AABB9
5#ABB9C4
6#BCC7D0
7#CCD5DC
8#DDE3E8
9#EEF1F3

Tones

Muted variations

1#5E7282
2#607280
3#62727E
4#64717C
5#66717A
6#687178
7#6A7176
8#6C7174
9#6E7072

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F9
BackgroundsSubtle highlightsCard backgrounds
100
EAED
#EAEDF0
Light backgroundsTable row hoverSkeleton loading
200
D8DE
#D8DEE4
Secondary backgroundsInput backgroundsDividers
300
BAC5
#BAC5CF
BordersInactive statesPlaceholder text
400
96A7
#96A7B6
Disabled statesSecondary iconsMuted text
500
788E
#788EA1
Primary brand colorCTAsActive elementsLinks
600
5C72
#5C7284
Hover statesFocus ringsPrimary buttons hover
700
495B
#495B69
Active/pressed statesDark mode accentsSecondary text
800
3441
#34414B
Text on light backgroundsHeadingsStrong borders
900
212A
#212A30
Primary textHigh emphasis contentDark headings
950
151A
#151A1E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F7F9;
  --slate-gray-100: #EAEDF0;
  --slate-gray-200: #D8DEE4;
  --slate-gray-300: #BAC5CF;
  --slate-gray-400: #96A7B6;
  --slate-gray-500: #788EA1;
  --slate-gray-600: #5C7284;
  --slate-gray-700: #495B69;
  --slate-gray-800: #34414B;
  --slate-gray-900: #212A30;
  --slate-gray-950: #151A1E;
}
Generate More ShadesCreate PaletteConvert Color