Slate Gray

#5A7487

Blue

Color Codes

All color formats for development

HEX
#5A7487
RGB
rgb(90, 116, 135)
HSL
hsl(205, 20%, 44%)
OKLCH
oklch(0.546 0.043 240.2)
CMYK
cmyk(33%, 14%, 0%, 47%)

Accessibility

WCAG contrast compliance

On White Background

4.90:1

AA AAA

On Black Background

4.28:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAEE
200
#D7DF
300
#B9C6
400
#94A9
500
#7590
600
#5A74
700
#475C
800
#3342
900
#212A
950
#141A

Shades

Darker variations

1#516879
2#485D6C
3#3F515E
4#364651
5#2D3A43
6#242E36
7#1B2328
8#12171B
9#090C0D

Tints

Lighter variations

1#658398
2#7691A4
3#879EAF
4#98ACBA
5#A9BAC6
6#BAC8D1
7#CCD6DD
8#DDE3E8
9#EEF1F4

Tones

Muted variations

1#5C7484
2#5E7382
3#607380
4#63727E
5#65727B
6#677279
7#697177
8#6C7175
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
D7DF
#D7DFE4
Secondary backgroundsInput backgroundsDividers
300
B9C6
#B9C6D0
BordersInactive statesPlaceholder text
400
94A9
#94A9B8
Disabled statesSecondary iconsMuted text
500
7590
#7590A3
Primary brand colorCTAsActive elementsLinks
600
5A74
#5A7487
Hover statesFocus ringsPrimary buttons hover
700
475C
#475C6B
Active/pressed statesDark mode accentsSecondary text
800
3342
#33424D
Text on light backgroundsHeadingsStrong borders
900
212A
#212A31
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: #F6F8F9;
  --slate-gray-100: #EAEEF1;
  --slate-gray-200: #D7DFE4;
  --slate-gray-300: #B9C6D0;
  --slate-gray-400: #94A9B8;
  --slate-gray-500: #7590A3;
  --slate-gray-600: #5A7487;
  --slate-gray-700: #475C6B;
  --slate-gray-800: #33424D;
  --slate-gray-900: #212A31;
  --slate-gray-950: #141A1F;
}
Generate More ShadesCreate PaletteConvert Color