Slate Gray

#5A7187

Blue

Color Codes

All color formats for development

HEX
#5A7187
RGB
rgb(90, 113, 135)
HSL
hsl(209, 20%, 44%)
OKLCH
oklch(0.539 0.044 247.5)
CMYK
cmyk(33%, 16%, 0%, 47%)

Accessibility

WCAG contrast compliance

On White Background

5.06:1

AA AAA

On Black Background

4.15:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EAED
200
#D7DE
300
#B9C5
400
#94A6
500
#758D
600
#5A71
700
#475A
800
#3340
900
#2129
950
#141A

Shades

Darker variations

1#516679
2#485A6C
3#3F4F5E
4#364451
5#2D3843
6#242D36
7#1B2228
8#12171B
9#090B0D

Tints

Lighter variations

1#657F98
2#768EA4
3#879CAF
4#98AABA
5#A9B8C6
6#BAC6D1
7#CCD4DD
8#DDE3E8
9#EEF1F4

Tones

Muted variations

1#5C7184
2#5E7182
3#607180
4#63717E
5#65717B
6#677079
7#697077
8#6C7075
9#6E7072

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F9
BackgroundsSubtle highlightsCard backgrounds
100
EAED
#EAEDF1
Light backgroundsTable row hoverSkeleton loading
200
D7DE
#D7DEE4
Secondary backgroundsInput backgroundsDividers
300
B9C5
#B9C5D0
BordersInactive statesPlaceholder text
400
94A6
#94A6B8
Disabled statesSecondary iconsMuted text
500
758D
#758DA3
Primary brand colorCTAsActive elementsLinks
600
5A71
#5A7187
Hover statesFocus ringsPrimary buttons hover
700
475A
#475A6B
Active/pressed statesDark mode accentsSecondary text
800
3340
#33404D
Text on light backgroundsHeadingsStrong borders
900
2129
#212931
Primary textHigh emphasis contentDark headings
950
141A
#141A1F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F7F9;
  --slate-gray-100: #EAEDF1;
  --slate-gray-200: #D7DEE4;
  --slate-gray-300: #B9C5D0;
  --slate-gray-400: #94A6B8;
  --slate-gray-500: #758DA3;
  --slate-gray-600: #5A7187;
  --slate-gray-700: #475A6B;
  --slate-gray-800: #33404D;
  --slate-gray-900: #212931;
  --slate-gray-950: #141A1F;
}
Generate More ShadesCreate PaletteConvert Color