Slate Gray

#518490

Cyan

Color Codes

All color formats for development

HEX
#518490
RGB
rgb(81, 132, 144)
HSL
hsl(191, 28%, 44%)
OKLCH
oklch(0.582 0.058 214.3)
CMYK
cmyk(44%, 8%, 0%, 44%)

Accessibility

WCAG contrast compliance

On White Background

4.16:1

AA AAA

On Black Background

5.05:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F9
100
#E8F0
200
#D5E4
300
#B4CF
400
#8DB6
500
#6CA1
600
#5184
700
#4069
800
#2E4B
900
#1D30
950
#121E

Shades

Darker variations

1#497781
2#416A73
3#395C65
4#304F56
5#284248
6#203539
7#18282B
8#101A1D
9#080D0E

Tints

Lighter variations

1#5B95A2
2#6DA1AD
3#7FADB7
4#91B9C1
5#A4C4CC
6#B6D0D6
7#C8DCE0
8#DAE8EA
9#EDF3F5

Tones

Muted variations

1#54828C
2#578089
3#5A7E86
4#5D7C83
5#607A80
6#64787D
7#67767A
8#6A7476
9#6D7273

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F9
#F5F9F9
BackgroundsSubtle highlightsCard backgrounds
100
E8F0
#E8F0F2
Light backgroundsTable row hoverSkeleton loading
200
D5E4
#D5E4E7
Secondary backgroundsInput backgroundsDividers
300
B4CF
#B4CFD5
BordersInactive statesPlaceholder text
400
8DB6
#8DB6BF
Disabled statesSecondary iconsMuted text
500
6CA1
#6CA1AC
Primary brand colorCTAsActive elementsLinks
600
5184
#518490
Hover statesFocus ringsPrimary buttons hover
700
4069
#406972
Active/pressed statesDark mode accentsSecondary text
800
2E4B
#2E4B52
Text on light backgroundsHeadingsStrong borders
900
1D30
#1D3034
Primary textHigh emphasis contentDark headings
950
121E
#121E21
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F5F9F9;
  --slate-gray-100: #E8F0F2;
  --slate-gray-200: #D5E4E7;
  --slate-gray-300: #B4CFD5;
  --slate-gray-400: #8DB6BF;
  --slate-gray-500: #6CA1AC;
  --slate-gray-600: #518490;
  --slate-gray-700: #406972;
  --slate-gray-800: #2E4B52;
  --slate-gray-900: #1D3034;
  --slate-gray-950: #121E21;
}
Generate More ShadesCreate PaletteConvert Color