Slate Gray

#517990

Blue

Color Codes

All color formats for development

HEX
#517990
RGB
rgb(81, 121, 144)
HSL
hsl(202, 28%, 44%)
OKLCH
oklch(0.556 0.057 234.4)
CMYK
cmyk(44%, 16%, 0%, 44%)

Accessibility

WCAG contrast compliance

On White Background

4.68:1

AA AAA

On Black Background

4.49:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F8
100
#E8EE
200
#D5E0
300
#B4C9
400
#8DAC
500
#6C95
600
#5179
700
#4060
800
#2E45
900
#1D2C
950
#121B

Shades

Darker variations

1#496D81
2#416073
3#395465
4#304856
5#283C48
6#203039
7#18242B
8#10181D
9#080C0E

Tints

Lighter variations

1#5B88A2
2#6D95AD
3#7FA3B7
4#91B0C1
5#A4BDCC
6#B6CAD6
7#C8D7E0
8#DAE5EA
9#EDF2F5

Tones

Muted variations

1#54788C
2#577789
3#5A7686
4#5D7583
5#607480
6#64747D
7#67737A
8#6A7276
9#6D7173

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F8
#F5F8F9
BackgroundsSubtle highlightsCard backgrounds
100
E8EE
#E8EEF2
Light backgroundsTable row hoverSkeleton loading
200
D5E0
#D5E0E7
Secondary backgroundsInput backgroundsDividers
300
B4C9
#B4C9D5
BordersInactive statesPlaceholder text
400
8DAC
#8DACBF
Disabled statesSecondary iconsMuted text
500
6C95
#6C95AC
Primary brand colorCTAsActive elementsLinks
600
5179
#517990
Hover statesFocus ringsPrimary buttons hover
700
4060
#406072
Active/pressed statesDark mode accentsSecondary text
800
2E45
#2E4552
Text on light backgroundsHeadingsStrong borders
900
1D2C
#1D2C34
Primary textHigh emphasis contentDark headings
950
121B
#121B21
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F5F8F9;
  --slate-gray-100: #E8EEF2;
  --slate-gray-200: #D5E0E7;
  --slate-gray-300: #B4C9D5;
  --slate-gray-400: #8DACBF;
  --slate-gray-500: #6C95AC;
  --slate-gray-600: #517990;
  --slate-gray-700: #406072;
  --slate-gray-800: #2E4552;
  --slate-gray-900: #1D2C34;
  --slate-gray-950: #121B21;
}
Generate More ShadesCreate PaletteConvert Color