Slate Gray

#809499

Cyan

Color Codes

All color formats for development

HEX
#809499
RGB
rgb(128, 148, 153)
HSL
hsl(192, 11%, 55%)
OKLCH
oklch(0.652 0.024 214.5)
CMYK
cmyk(16%, 3%, 0%, 40%)

Accessibility

WCAG contrast compliance

On White Background

3.18:1

AA AAA

On Black Background

6.61:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F8
100
#EBEE
200
#DAE0
300
#BEC8
400
#9CAC
500
#8094
600
#6478
700
#4F5F
800
#3944
900
#242B
950
#171B

Shades

Darker variations

1#70878C
2#64787D
3#57696D
4#4B5A5D
5#3E4B4E
6#323C3E
7#252D2F
8#191E1F
9#0C0F10

Tints

Lighter variations

1#8C9FA3
2#99A9AD
3#A6B4B8
4#B3BFC2
5#BFC9CC
6#CCD4D6
7#D9DFE0
8#E6EAEB
9#F2F4F5

Tones

Muted variations

1#819398
2#829296
3#839295
4#859194
5#869093
6#878F91
7#888F90
8#8A8E8F
9#8B8D8E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F8
#F7F8F8
BackgroundsSubtle highlightsCard backgrounds
100
EBEE
#EBEEEF
Light backgroundsTable row hoverSkeleton loading
200
DAE0
#DAE0E1
Secondary backgroundsInput backgroundsDividers
300
BEC8
#BEC8CB
BordersInactive statesPlaceholder text
400
9CAC
#9CACB0
Disabled statesSecondary iconsMuted text
500
8094
#809499
Primary brand colorCTAsActive elementsLinks
600
6478
#64787D
Hover statesFocus ringsPrimary buttons hover
700
4F5F
#4F5F63
Active/pressed statesDark mode accentsSecondary text
800
3944
#394447
Text on light backgroundsHeadingsStrong borders
900
242B
#242B2D
Primary textHigh emphasis contentDark headings
950
171B
#171B1C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F7F8F8;
  --slate-gray-100: #EBEEEF;
  --slate-gray-200: #DAE0E1;
  --slate-gray-300: #BEC8CB;
  --slate-gray-400: #9CACB0;
  --slate-gray-500: #809499;
  --slate-gray-600: #64787D;
  --slate-gray-700: #4F5F63;
  --slate-gray-800: #394447;
  --slate-gray-900: #242B2D;
  --slate-gray-950: #171B1C;
}
Generate More ShadesCreate PaletteConvert Color