Slate Gray

#7A9C9F

Cyan

Color Codes

All color formats for development

HEX
#7A9C9F
RGB
rgb(122, 156, 159)
HSL
hsl(185, 16%, 55%)
OKLCH
oklch(0.668 0.038 203)
CMYK
cmyk(23%, 2%, 0%, 38%)

Accessibility

WCAG contrast compliance

On White Background

2.96:1

AA AAA

On Black Background

7.08:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAF0
200
#D9E2
300
#BBCC
400
#97B2
500
#7A9C
600
#5E7F
700
#4B65
800
#3648
900
#222E
950
#151D

Shades

Darker variations

1#6A8F92
2#5E7F82
3#526F72
4#475F62
5#3B4F51
6#2F4041
7#233031
8#182021
9#0C1010

Tints

Lighter variations

1#87A5A8
2#95AFB2
3#A2B9BC
4#AFC3C5
5#BCCDCF
6#CAD7D8
7#D7E1E2
8#E4EBEC
9#F2F5F5

Tones

Muted variations

1#7C9A9D
2#7E989B
3#7F9799
4#819597
5#839495
6#859294
7#879192
8#898F90
9#8A8E8E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F9
BackgroundsSubtle highlightsCard backgrounds
100
EAF0
#EAF0F0
Light backgroundsTable row hoverSkeleton loading
200
D9E2
#D9E2E3
Secondary backgroundsInput backgroundsDividers
300
BBCC
#BBCCCE
BordersInactive statesPlaceholder text
400
97B2
#97B2B4
Disabled statesSecondary iconsMuted text
500
7A9C
#7A9C9F
Primary brand colorCTAsActive elementsLinks
600
5E7F
#5E7F82
Hover statesFocus ringsPrimary buttons hover
700
4B65
#4B6568
Active/pressed statesDark mode accentsSecondary text
800
3648
#36484A
Text on light backgroundsHeadingsStrong borders
900
222E
#222E2F
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: #EAF0F0;
  --slate-gray-200: #D9E2E3;
  --slate-gray-300: #BBCCCE;
  --slate-gray-400: #97B2B4;
  --slate-gray-500: #7A9C9F;
  --slate-gray-600: #5E7F82;
  --slate-gray-700: #4B6568;
  --slate-gray-800: #36484A;
  --slate-gray-900: #222E2F;
  --slate-gray-950: #151D1E;
}
Generate More ShadesCreate PaletteConvert Color