Slate Gray

#5A7A87

Blue

Color Codes

All color formats for development

HEX
#5A7A87
RGB
rgb(90, 122, 135)
HSL
hsl(197, 20%, 44%)
OKLCH
oklch(0.56 0.042 224.9)
CMYK
cmyk(33%, 10%, 0%, 47%)

Accessibility

WCAG contrast compliance

On White Background

4.60:1

AA AAA

On Black Background

4.57:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAEF
200
#D7E1
300
#B9C9
400
#94AD
500
#7596
600
#5A7A
700
#4761
800
#3345
900
#212C
950
#141C

Shades

Darker variations

1#516E79
2#48626C
3#3F555E
4#364951
5#2D3D43
6#243136
7#1B2528
8#12181B
9#090C0D

Tints

Lighter variations

1#658998
2#7697A4
3#87A4AF
4#98B1BA
5#A9BEC6
6#BACBD1
7#CCD8DD
8#DDE5E8
9#EEF2F4

Tones

Muted variations

1#5C7984
2#5E7882
3#607780
4#63767E
5#65757B
6#677479
7#697377
8#6C7275
9#6E7172

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F9
BackgroundsSubtle highlightsCard backgrounds
100
EAEF
#EAEFF1
Light backgroundsTable row hoverSkeleton loading
200
D7E1
#D7E1E4
Secondary backgroundsInput backgroundsDividers
300
B9C9
#B9C9D0
BordersInactive statesPlaceholder text
400
94AD
#94ADB8
Disabled statesSecondary iconsMuted text
500
7596
#7596A3
Primary brand colorCTAsActive elementsLinks
600
5A7A
#5A7A87
Hover statesFocus ringsPrimary buttons hover
700
4761
#47616B
Active/pressed statesDark mode accentsSecondary text
800
3345
#33454D
Text on light backgroundsHeadingsStrong borders
900
212C
#212C31
Primary textHigh emphasis contentDark headings
950
141C
#141C1F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F8F9;
  --slate-gray-100: #EAEFF1;
  --slate-gray-200: #D7E1E4;
  --slate-gray-300: #B9C9D0;
  --slate-gray-400: #94ADB8;
  --slate-gray-500: #7596A3;
  --slate-gray-600: #5A7A87;
  --slate-gray-700: #47616B;
  --slate-gray-800: #33454D;
  --slate-gray-900: #212C31;
  --slate-gray-950: #141C1F;
}
Generate More ShadesCreate PaletteConvert Color