Slate Gray

#9097A2

Gray

Color Codes

All color formats for development

HEX
#9097A2
RGB
rgb(144, 151, 162)
HSL
hsl(217, 9%, 60%)
OKLCH
oklch(0.674 0.018 259.4)
CMYK
cmyk(11%, 7%, 0%, 36%)

Accessibility

WCAG contrast compliance

On White Background

2.94:1

AA AAA

On Black Background

7.13:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F7
100
#ECED
200
#DBDD
300
#BFC3
400
#9EA4
500
#828A
600
#666E
700
#5157
800
#3A3E
900
#2528
950
#1719

Shades

Darker variations

1#7F8794
2#6F7885
3#616975
4#545A64
5#464B53
6#383C43
7#2A2D32
8#1C1E21
9#0E0F11

Tints

Lighter variations

1#9BA1AB
2#A6ACB5
3#B1B6BE
4#BCC1C7
5#C7CBD1
6#D3D5DA
7#DEE0E3
8#E9EAEC
9#F4F5F6

Tones

Muted variations

1#9197A1
2#9297A0
3#93989F
4#93989F
5#94989E
6#95989D
7#96989C
8#97999B
9#98999A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F7
#F7F7F8
BackgroundsSubtle highlightsCard backgrounds
100
ECED
#ECEDEF
Light backgroundsTable row hoverSkeleton loading
200
DBDD
#DBDDE1
Secondary backgroundsInput backgroundsDividers
300
BFC3
#BFC3CA
BordersInactive statesPlaceholder text
400
9EA4
#9EA4AE
Disabled statesSecondary iconsMuted text
500
828A
#828A97
Primary brand colorCTAsActive elementsLinks
600
666E
#666E7A
Hover statesFocus ringsPrimary buttons hover
700
5157
#515761
Active/pressed statesDark mode accentsSecondary text
800
3A3E
#3A3E45
Text on light backgroundsHeadingsStrong borders
900
2528
#25282C
Primary textHigh emphasis contentDark headings
950
1719
#17191C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F7F7F8;
  --slate-gray-100: #ECEDEF;
  --slate-gray-200: #DBDDE1;
  --slate-gray-300: #BFC3CA;
  --slate-gray-400: #9EA4AE;
  --slate-gray-500: #828A97;
  --slate-gray-600: #666E7A;
  --slate-gray-700: #515761;
  --slate-gray-800: #3A3E45;
  --slate-gray-900: #25282C;
  --slate-gray-950: #17191C;
}
Generate More ShadesCreate PaletteConvert Color