Slate Gray

#9296B9

Blue

Color Codes

All color formats for development

HEX
#9296B9
RGB
rgb(146, 150, 185)
HSL
hsl(234, 22%, 65%)
OKLCH
oklch(0.682 0.052 279.8)
CMYK
cmyk(21%, 19%, 0%, 27%)

Accessibility

WCAG contrast compliance

On White Background

2.88:1

AA AAA

On Black Background

7.29:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F6
100
#E9EA
200
#D7D8
300
#B7BA
400
#9296
500
#7378
600
#585C
700
#464A
800
#3235
900
#2022
950
#1415

Shades

Darker variations

1#7E83AC
2#6A6FA0
3#5A608E
4#4E5279
5#414465
6#343751
7#27293D
8#1A1B28
9#0D0E14

Tints

Lighter variations

1#9DA1C0
2#A8ABC7
3#B3B6CE
4#BEC0D5
5#C9CBDC
6#D3D5E3
7#DEE0EA
8#E9EAF1
9#F4F5F8

Tones

Muted variations

1#9498B7
2#9699B5
3#989BB3
4#9A9CB2
5#9C9EB0
6#9E9FAE
7#A0A1AC
8#A2A3AA
9#A4A4A8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F6
#F6F6F9
BackgroundsSubtle highlightsCard backgrounds
100
E9EA
#E9EAF1
Light backgroundsTable row hoverSkeleton loading
200
D7D8
#D7D8E5
Secondary backgroundsInput backgroundsDividers
300
B7BA
#B7BAD1
BordersInactive statesPlaceholder text
400
9296
#9296B9
Disabled statesSecondary iconsMuted text
500
7378
#7378A5
Primary brand colorCTAsActive elementsLinks
600
585C
#585C89
Hover statesFocus ringsPrimary buttons hover
700
464A
#464A6D
Active/pressed statesDark mode accentsSecondary text
800
3235
#32354E
Text on light backgroundsHeadingsStrong borders
900
2022
#202232
Primary textHigh emphasis contentDark headings
950
1415
#14151F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F6F9;
  --slate-gray-100: #E9EAF1;
  --slate-gray-200: #D7D8E5;
  --slate-gray-300: #B7BAD1;
  --slate-gray-400: #9296B9;
  --slate-gray-500: #7378A5;
  --slate-gray-600: #585C89;
  --slate-gray-700: #464A6D;
  --slate-gray-800: #32354E;
  --slate-gray-900: #202232;
  --slate-gray-950: #14151F;
}
Generate More ShadesCreate PaletteConvert Color