Slate Gray

#9797B5

Blue

Color Codes

All color formats for development

HEX
#9797B5
RGB
rgb(151, 151, 181)
HSL
hsl(240, 17%, 65%)
OKLCH
oklch(0.687 0.044 285.2)
CMYK
cmyk(17%, 17%, 0%, 29%)

Accessibility

WCAG contrast compliance

On White Background

2.83:1

AA AAA

On Black Background

7.41:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F6
100
#EAEA
200
#D8D8
300
#BABA
400
#9797
500
#7979
600
#5D5D
700
#4A4A
800
#3535
900
#2222
950
#1515

Shades

Darker variations

1#8383A7
2#707099
3#606088
4#535374
5#454561
6#37374E
7#29293A
8#1C1C27
9#0E0E13

Tints

Lighter variations

1#A1A1BC
2#ABABC4
3#B6B6CB
4#C0C0D3
5#CBCBDA
6#D5D5E1
7#E0E0E9
8#EAEAF0
9#F5F5F8

Tones

Muted variations

1#9898B3
2#9A9AB2
3#9B9BB0
4#9D9DAF
5#9E9EAD
6#A0A0AC
7#A1A1AA
8#A3A3A9
9#A4A4A7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F6
#F6F6F9
BackgroundsSubtle highlightsCard backgrounds
100
EAEA
#EAEAF0
Light backgroundsTable row hoverSkeleton loading
200
D8D8
#D8D8E3
Secondary backgroundsInput backgroundsDividers
300
BABA
#BABACE
BordersInactive statesPlaceholder text
400
9797
#9797B5
Disabled statesSecondary iconsMuted text
500
7979
#7979A0
Primary brand colorCTAsActive elementsLinks
600
5D5D
#5D5D83
Hover statesFocus ringsPrimary buttons hover
700
4A4A
#4A4A68
Active/pressed statesDark mode accentsSecondary text
800
3535
#35354B
Text on light backgroundsHeadingsStrong borders
900
2222
#222230
Primary textHigh emphasis contentDark headings
950
1515
#15151E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F6F9;
  --slate-gray-100: #EAEAF0;
  --slate-gray-200: #D8D8E3;
  --slate-gray-300: #BABACE;
  --slate-gray-400: #9797B5;
  --slate-gray-500: #7979A0;
  --slate-gray-600: #5D5D83;
  --slate-gray-700: #4A4A68;
  --slate-gray-800: #35354B;
  --slate-gray-900: #222230;
  --slate-gray-950: #15151E;
}
Generate More ShadesCreate PaletteConvert Color