Slate Gray

#5C7684

Blue

Color Codes

All color formats for development

HEX
#5C7684
RGB
rgb(92, 118, 132)
HSL
hsl(201, 18%, 44%)
OKLCH
oklch(0.551 0.037 231.8)
CMYK
cmyk(30%, 11%, 0%, 48%)

Accessibility

WCAG contrast compliance

On White Background

4.79:1

AA AAA

On Black Background

4.38:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAEE
200
#D8E0
300
#BAC8
400
#96AB
500
#7892
600
#5C76
700
#495E
800
#3443
900
#212B
950
#151B

Shades

Darker variations

1#536A77
2#4A5F6A
3#40535D
4#37474F
5#2E3B42
6#252F35
7#1C2328
8#12181A
9#090C0D

Tints

Lighter variations

1#688595
2#7893A1
3#89A0AD
4#9AAEB9
5#ABBBC4
6#BCC9D0
7#CCD6DC
8#DDE4E8
9#EEF1F3

Tones

Muted variations

1#5E7682
2#607580
3#62747E
4#64747C
5#66737A
6#687378
7#6A7276
8#6C7174
9#6E7172

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F9
BackgroundsSubtle highlightsCard backgrounds
100
EAEE
#EAEEF0
Light backgroundsTable row hoverSkeleton loading
200
D8E0
#D8E0E4
Secondary backgroundsInput backgroundsDividers
300
BAC8
#BAC8CF
BordersInactive statesPlaceholder text
400
96AB
#96ABB6
Disabled statesSecondary iconsMuted text
500
7892
#7892A1
Primary brand colorCTAsActive elementsLinks
600
5C76
#5C7684
Hover statesFocus ringsPrimary buttons hover
700
495E
#495E69
Active/pressed statesDark mode accentsSecondary text
800
3443
#34434B
Text on light backgroundsHeadingsStrong borders
900
212B
#212B30
Primary textHigh emphasis contentDark headings
950
151B
#151B1E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F8F9;
  --slate-gray-100: #EAEEF0;
  --slate-gray-200: #D8E0E4;
  --slate-gray-300: #BAC8CF;
  --slate-gray-400: #96ABB6;
  --slate-gray-500: #7892A1;
  --slate-gray-600: #5C7684;
  --slate-gray-700: #495E69;
  --slate-gray-800: #34434B;
  --slate-gray-900: #212B30;
  --slate-gray-950: #151B1E;
}
Generate More ShadesCreate PaletteConvert Color