Slate Gray

#518F90

Cyan

Color Codes

All color formats for development

HEX
#518F90
RGB
rgb(81, 143, 144)
HSL
hsl(181, 28%, 44%)
OKLCH
oklch(0.609 0.064 196.9)
CMYK
cmyk(44%, 1%, 0%, 44%)

Accessibility

WCAG contrast compliance

On White Background

3.70:1

AA AAA

On Black Background

5.68:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F9
100
#E8F2
200
#D5E7
300
#B4D4
400
#8DBE
500
#6CAB
600
#518F
700
#4071
800
#2E51
900
#1D34
950
#1220

Shades

Darker variations

1#498081
2#417273
3#396465
4#305656
5#284748
6#203939
7#182B2B
8#101D1D
9#080E0E

Tints

Lighter variations

1#5BA1A2
2#6DACAD
3#7FB6B7
4#91C1C1
5#A4CBCC
6#B6D5D6
7#C8E0E0
8#DAEAEA
9#EDF5F5

Tones

Muted variations

1#548C8C
2#578889
3#5A8586
4#5D8283
5#607F80
6#647C7D
7#67797A
8#6A7676
9#6D7373

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F9
#F5F9F9
BackgroundsSubtle highlightsCard backgrounds
100
E8F2
#E8F2F2
Light backgroundsTable row hoverSkeleton loading
200
D5E7
#D5E7E7
Secondary backgroundsInput backgroundsDividers
300
B4D4
#B4D4D5
BordersInactive statesPlaceholder text
400
8DBE
#8DBEBF
Disabled statesSecondary iconsMuted text
500
6CAB
#6CABAC
Primary brand colorCTAsActive elementsLinks
600
518F
#518F90
Hover statesFocus ringsPrimary buttons hover
700
4071
#407172
Active/pressed statesDark mode accentsSecondary text
800
2E51
#2E5152
Text on light backgroundsHeadingsStrong borders
900
1D34
#1D3434
Primary textHigh emphasis contentDark headings
950
1220
#122021
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F5F9F9;
  --slate-gray-100: #E8F2F2;
  --slate-gray-200: #D5E7E7;
  --slate-gray-300: #B4D4D5;
  --slate-gray-400: #8DBEBF;
  --slate-gray-500: #6CABAC;
  --slate-gray-600: #518F90;
  --slate-gray-700: #407172;
  --slate-gray-800: #2E5152;
  --slate-gray-900: #1D3434;
  --slate-gray-950: #122021;
}
Generate More ShadesCreate PaletteConvert Color