Slate Gray

#9596B7

Blue

Color Codes

All color formats for development

HEX
#9596B7
RGB
rgb(149, 150, 183)
HSL
hsl(238, 19%, 65%)
OKLCH
oklch(0.684 0.048 283.7)
CMYK
cmyk(19%, 18%, 0%, 28%)

Accessibility

WCAG contrast compliance

On White Background

2.87:1

AA AAA

On Black Background

7.32:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F6
100
#EAEA
200
#D8D8
300
#B9BA
400
#9596
500
#7678
600
#5B5C
700
#4849
800
#3434
900
#2122
950
#1515

Shades

Darker variations

1#8182A9
2#6D6F9C
3#5E5F8A
4#515276
5#434463
6#36374F
7#28293B
8#1B1B27
9#0D0E14

Tints

Lighter variations

1#9FA0BE
2#AAABC5
3#B5B5CC
4#BFC0D4
5#CACADB
6#D5D5E2
7#DFDFE9
8#EAEAF1
9#F4F4F8

Tones

Muted variations

1#9698B5
2#9899B3
3#9A9BB2
4#9C9CB0
5#9D9EAE
6#9F9FAD
7#A1A1AB
8#A2A3A9
9#A4A4A7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F6
#F6F6F9
BackgroundsSubtle highlightsCard backgrounds
100
EAEA
#EAEAF1
Light backgroundsTable row hoverSkeleton loading
200
D8D8
#D8D8E4
Secondary backgroundsInput backgroundsDividers
300
B9BA
#B9BACF
BordersInactive statesPlaceholder text
400
9596
#9596B7
Disabled statesSecondary iconsMuted text
500
7678
#7678A2
Primary brand colorCTAsActive elementsLinks
600
5B5C
#5B5C86
Hover statesFocus ringsPrimary buttons hover
700
4849
#48496A
Active/pressed statesDark mode accentsSecondary text
800
3434
#34344C
Text on light backgroundsHeadingsStrong borders
900
2122
#212231
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: #EAEAF1;
  --slate-gray-200: #D8D8E4;
  --slate-gray-300: #B9BACF;
  --slate-gray-400: #9596B7;
  --slate-gray-500: #7678A2;
  --slate-gray-600: #5B5C86;
  --slate-gray-700: #48496A;
  --slate-gray-800: #34344C;
  --slate-gray-900: #212231;
  --slate-gray-950: #15151E;
}
Generate More ShadesCreate PaletteConvert Color