Slate Gray

#508491

Cyan

Color Codes

All color formats for development

HEX
#508491
RGB
rgb(80, 132, 145)
HSL
hsl(192, 29%, 44%)
OKLCH
oklch(0.582 0.059 215.5)
CMYK
cmyk(45%, 9%, 0%, 43%)

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
#D4E4
300
#B3CF
400
#8CB5
500
#6BA0
600
#5084
700
#3F69
800
#2D4B
900
#1D30
950
#121E

Shades

Darker variations

1#487782
2#406974
3#385C65
4#304F57
5#284248
6#20353A
7#18282B
8#101A1D
9#080D0E

Tints

Lighter variations

1#5A94A3
2#6CA1AE
3#7EACB8
4#90B8C2
5#A3C4CC
6#B5D0D6
7#C8DCE1
8#DAE7EB
9#EDF3F5

Tones

Muted variations

1#53828D
2#56808A
3#597E87
4#5D7C84
5#607A80
6#63787D
7#66767A
8#6A7477
9#6D7273

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F9
#F5F9FA
BackgroundsSubtle highlightsCard backgrounds
100
E8F0
#E8F0F2
Light backgroundsTable row hoverSkeleton loading
200
D4E4
#D4E4E7
Secondary backgroundsInput backgroundsDividers
300
B3CF
#B3CFD5
BordersInactive statesPlaceholder text
400
8CB5
#8CB5C0
Disabled statesSecondary iconsMuted text
500
6BA0
#6BA0AE
Primary brand colorCTAsActive elementsLinks
600
5084
#508491
Hover statesFocus ringsPrimary buttons hover
700
3F69
#3F6973
Active/pressed statesDark mode accentsSecondary text
800
2D4B
#2D4B52
Text on light backgroundsHeadingsStrong borders
900
1D30
#1D3035
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: #F5F9FA;
  --slate-gray-100: #E8F0F2;
  --slate-gray-200: #D4E4E7;
  --slate-gray-300: #B3CFD5;
  --slate-gray-400: #8CB5C0;
  --slate-gray-500: #6BA0AE;
  --slate-gray-600: #508491;
  --slate-gray-700: #3F6973;
  --slate-gray-800: #2D4B52;
  --slate-gray-900: #1D3035;
  --slate-gray-950: #121E21;
}
Generate More ShadesCreate PaletteConvert Color