Slate Gray

#7998A0

Cyan

Color Codes

All color formats for development

HEX
#7998A0
RGB
rgb(121, 152, 160)
HSL
hsl(192, 17%, 55%)
OKLCH
oklch(0.659 0.037 215.2)
CMYK
cmyk(24%, 5%, 0%, 37%)

Accessibility

WCAG contrast compliance

On White Background

3.08:1

AA AAA

On Black Background

6.81:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAEF
200
#D8E1
300
#BACA
400
#97AF
500
#7998
600
#5D7C
700
#4A62
800
#3546
900
#222D
950
#151C

Shades

Darker variations

1#698B94
2#5D7C83
3#516C73
4#465D62
5#3A4D52
6#2F3E42
7#232E31
8#171F21
9#0C0F10

Tints

Lighter variations

1#86A2A9
2#94ADB3
3#A1B7BC
4#AEC1C6
5#BCCBCF
6#C9D6D9
7#D7E0E2
8#E4EAEC
9#F2F5F5

Tones

Muted variations

1#7B979E
2#7D969C
3#7F949A
4#819398
5#829296
6#849194
7#869092
8#888F90
9#8A8D8E

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
D8E1
#D8E1E3
Secondary backgroundsInput backgroundsDividers
300
BACA
#BACACE
BordersInactive statesPlaceholder text
400
97AF
#97AFB5
Disabled statesSecondary iconsMuted text
500
7998
#7998A0
Primary brand colorCTAsActive elementsLinks
600
5D7C
#5D7C83
Hover statesFocus ringsPrimary buttons hover
700
4A62
#4A6268
Active/pressed statesDark mode accentsSecondary text
800
3546
#35464B
Text on light backgroundsHeadingsStrong borders
900
222D
#222D30
Primary textHigh emphasis contentDark headings
950
151C
#151C1E
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: #D8E1E3;
  --slate-gray-300: #BACACE;
  --slate-gray-400: #97AFB5;
  --slate-gray-500: #7998A0;
  --slate-gray-600: #5D7C83;
  --slate-gray-700: #4A6268;
  --slate-gray-800: #35464B;
  --slate-gray-900: #222D30;
  --slate-gray-950: #151C1E;
}
Generate More ShadesCreate PaletteConvert Color