Slate Gray

#5B7786

Blue

Color Codes

All color formats for development

HEX
#5B7786
RGB
rgb(91, 119, 134)
HSL
hsl(201, 19%, 44%)
OKLCH
oklch(0.553 0.04 231.8)
CMYK
cmyk(32%, 11%, 0%, 47%)

Accessibility

WCAG contrast compliance

On White Background

4.74:1

AA AAA

On Black Background

4.43:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAEE
200
#D8E0
300
#B9C8
400
#95AB
500
#7693
600
#5B77
700
#485E
800
#3443
900
#212B
950
#151B

Shades

Darker variations

1#526B78
2#495F6B
3#40535D
4#374750
5#2D3B43
6#242F35
7#1B2428
8#12181B
9#090C0D

Tints

Lighter variations

1#668697
2#7793A2
3#88A1AE
4#99AEBA
5#AABCC5
6#BBC9D1
7#CCD7DC
8#DDE4E8
9#EEF2F3

Tones

Muted variations

1#5D7683
2#5F7581
3#61757F
4#63747D
5#66737B
6#687379
7#6A7277
8#6C7174
9#6E7172

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F9
BackgroundsSubtle highlightsCard backgrounds
100
EAEE
#EAEEF1
Light backgroundsTable row hoverSkeleton loading
200
D8E0
#D8E0E4
Secondary backgroundsInput backgroundsDividers
300
B9C8
#B9C8CF
BordersInactive statesPlaceholder text
400
95AB
#95ABB7
Disabled statesSecondary iconsMuted text
500
7693
#7693A2
Primary brand colorCTAsActive elementsLinks
600
5B77
#5B7786
Hover statesFocus ringsPrimary buttons hover
700
485E
#485E6A
Active/pressed statesDark mode accentsSecondary text
800
3443
#34434C
Text on light backgroundsHeadingsStrong borders
900
212B
#212B31
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: #EAEEF1;
  --slate-gray-200: #D8E0E4;
  --slate-gray-300: #B9C8CF;
  --slate-gray-400: #95ABB7;
  --slate-gray-500: #7693A2;
  --slate-gray-600: #5B7786;
  --slate-gray-700: #485E6A;
  --slate-gray-800: #34434C;
  --slate-gray-900: #212B31;
  --slate-gray-950: #151B1E;
}
Generate More ShadesCreate PaletteConvert Color