Slate Gray

#518590

Cyan

Color Codes

All color formats for development

HEX
#518590
RGB
rgb(81, 133, 144)
HSL
hsl(190, 28%, 44%)
OKLCH
oklch(0.584 0.058 212.6)
CMYK
cmyk(44%, 8%, 0%, 44%)

Accessibility

WCAG contrast compliance

On White Background

4.11:1

AA AAA

On Black Background

5.11: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
#6CA2
600
#5185
700
#406A
800
#2E4C
900
#1D30
950
#121E

Shades

Darker variations

1#497881
2#416B73
3#395D65
4#305056
5#284348
6#203539
7#18282B
8#101B1D
9#080D0E

Tints

Lighter variations

1#5B96A2
2#6DA2AD
3#7FAEB7
4#91B9C1
5#A4C5CC
6#B6D1D6
7#C8DCE0
8#DAE8EA
9#EDF3F5

Tones

Muted variations

1#54838C
2#578189
3#5A7F86
4#5D7D83
5#607B80
6#64797D
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
6CA2
#6CA2AC
Primary brand colorCTAsActive elementsLinks
600
5185
#518590
Hover statesFocus ringsPrimary buttons hover
700
406A
#406A72
Active/pressed statesDark mode accentsSecondary text
800
2E4C
#2E4C52
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: #6CA2AC;
  --slate-gray-600: #518590;
  --slate-gray-700: #406A72;
  --slate-gray-800: #2E4C52;
  --slate-gray-900: #1D3034;
  --slate-gray-950: #121E21;
}
Generate More ShadesCreate PaletteConvert Color