Slate Gray

#799AA0

Cyan

Color Codes

All color formats for development

HEX
#799AA0
RGB
rgb(121, 154, 160)
HSL
hsl(189, 17%, 55%)
OKLCH
oklch(0.663 0.038 209.9)
CMYK
cmyk(24%, 4%, 0%, 37%)

Accessibility

WCAG contrast compliance

On White Background

3.02:1

AA AAA

On Black Background

6.94:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAEF
200
#D8E2
300
#BACB
400
#97B0
500
#799A
600
#5D7E
700
#4A64
800
#3547
900
#222E
950
#151D

Shades

Darker variations

1#698D94
2#5D7E83
3#516E73
4#465E62
5#3A4E52
6#2F3F42
7#232F31
8#171F21
9#0C1010

Tints

Lighter variations

1#86A4A9
2#94AEB3
3#A1B8BC
4#AEC2C6
5#BCCCCF
6#C9D7D9
7#D7E1E2
8#E4EBEC
9#F2F5F5

Tones

Muted variations

1#7B999E
2#7D979C
3#7F969A
4#819498
5#829396
6#849294
7#869092
8#888F90
9#8A8E8E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F9
BackgroundsSubtle highlightsCard backgrounds
100
EAEF
#EAEFF0
Light backgroundsTable row hoverSkeleton loading
200
D8E2
#D8E2E3
Secondary backgroundsInput backgroundsDividers
300
BACB
#BACBCE
BordersInactive statesPlaceholder text
400
97B0
#97B0B5
Disabled statesSecondary iconsMuted text
500
799A
#799AA0
Primary brand colorCTAsActive elementsLinks
600
5D7E
#5D7E83
Hover statesFocus ringsPrimary buttons hover
700
4A64
#4A6468
Active/pressed statesDark mode accentsSecondary text
800
3547
#35474B
Text on light backgroundsHeadingsStrong borders
900
222E
#222E30
Primary textHigh emphasis contentDark headings
950
151D
#151D1E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F8F9;
  --slate-gray-100: #EAEFF0;
  --slate-gray-200: #D8E2E3;
  --slate-gray-300: #BACBCE;
  --slate-gray-400: #97B0B5;
  --slate-gray-500: #799AA0;
  --slate-gray-600: #5D7E83;
  --slate-gray-700: #4A6468;
  --slate-gray-800: #35474B;
  --slate-gray-900: #222E30;
  --slate-gray-950: #151D1E;
}
Generate More ShadesCreate PaletteConvert Color