Slate Gray

#9298B9

Blue

Color Codes

All color formats for development

HEX
#9298B9
RGB
rgb(146, 152, 185)
HSL
hsl(231, 22%, 65%)
OKLCH
oklch(0.686 0.049 276.9)
CMYK
cmyk(21%, 18%, 0%, 27%)

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
#E9EA
200
#D7D9
300
#B7BB
400
#9298
500
#737B
600
#585F
700
#464C
800
#3236
900
#2023
950
#1416

Shades

Darker variations

1#7E85AC
2#6A72A0
3#5A628E
4#4E5479
5#414665
6#343851
7#272A3D
8#1A1C28
9#0D0E14

Tints

Lighter variations

1#9DA2C0
2#A8ADC7
3#B3B7CE
4#BEC1D5
5#C9CCDC
6#D3D6E3
7#DEE0EA
8#E9EAF1
9#F4F5F8

Tones

Muted variations

1#9499B7
2#969BB5
3#989CB3
4#9A9EB2
5#9C9FB0
6#9EA0AE
7#A0A2AC
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
D7D9
#D7D9E5
Secondary backgroundsInput backgroundsDividers
300
B7BB
#B7BBD1
BordersInactive statesPlaceholder text
400
9298
#9298B9
Disabled statesSecondary iconsMuted text
500
737B
#737BA5
Primary brand colorCTAsActive elementsLinks
600
585F
#585F89
Hover statesFocus ringsPrimary buttons hover
700
464C
#464C6D
Active/pressed statesDark mode accentsSecondary text
800
3236
#32364E
Text on light backgroundsHeadingsStrong borders
900
2023
#202332
Primary textHigh emphasis contentDark headings
950
1416
#14161F
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: #D7D9E5;
  --slate-gray-300: #B7BBD1;
  --slate-gray-400: #9298B9;
  --slate-gray-500: #737BA5;
  --slate-gray-600: #585F89;
  --slate-gray-700: #464C6D;
  --slate-gray-800: #32364E;
  --slate-gray-900: #202332;
  --slate-gray-950: #14161F;
}
Generate More ShadesCreate PaletteConvert Color