Slate Gray

#7992A0

Blue

Color Codes

All color formats for development

HEX
#7992A0
RGB
rgb(121, 146, 160)
HSL
hsl(202, 17%, 55%)
OKLCH
oklch(0.645 0.035 232.6)
CMYK
cmyk(24%, 9%, 0%, 37%)

Accessibility

WCAG contrast compliance

On White Background

3.26:1

AA AAA

On Black Background

6.43:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAEE
200
#D8DF
300
#BAC7
400
#97AA
500
#7991
600
#5D75
700
#4A5D
800
#3543
900
#222B
950
#151B

Shades

Darker variations

1#698494
2#5D7583
3#516773
4#465862
5#3A4952
6#2F3B42
7#232C31
8#171D21
9#0C0F10

Tints

Lighter variations

1#869CA9
2#94A7B3
3#A1B2BC
4#AEBDC6
5#BCC8CF
6#C9D3D9
7#D7DEE2
8#E4E9EC
9#F2F4F5

Tones

Muted variations

1#7B919E
2#7D909C
3#7F909A
4#818F98
5#828F96
6#848E94
7#868E92
8#888D90
9#8A8D8E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F9
BackgroundsSubtle highlightsCard backgrounds
100
EAEE
#EAEEF0
Light backgroundsTable row hoverSkeleton loading
200
D8DF
#D8DFE3
Secondary backgroundsInput backgroundsDividers
300
BAC7
#BAC7CE
BordersInactive statesPlaceholder text
400
97AA
#97AAB5
Disabled statesSecondary iconsMuted text
500
7991
#7991A0
Primary brand colorCTAsActive elementsLinks
600
5D75
#5D7583
Hover statesFocus ringsPrimary buttons hover
700
4A5D
#4A5D68
Active/pressed statesDark mode accentsSecondary text
800
3543
#35434B
Text on light backgroundsHeadingsStrong borders
900
222B
#222B30
Primary textHigh emphasis contentDark headings
950
151B
#151B1E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F8F9;
  --slate-gray-100: #EAEEF0;
  --slate-gray-200: #D8DFE3;
  --slate-gray-300: #BAC7CE;
  --slate-gray-400: #97AAB5;
  --slate-gray-500: #7991A0;
  --slate-gray-600: #5D7583;
  --slate-gray-700: #4A5D68;
  --slate-gray-800: #35434B;
  --slate-gray-900: #222B30;
  --slate-gray-950: #151B1E;
}
Generate More ShadesCreate PaletteConvert Color