Slate Gray

#7994A0

Blue

Color Codes

All color formats for development

HEX
#7994A0
RGB
rgb(121, 148, 160)
HSL
hsl(198, 17%, 55%)
OKLCH
oklch(0.65 0.035 226.6)
CMYK
cmyk(24%, 7%, 0%, 37%)

Accessibility

WCAG contrast compliance

On White Background

3.20:1

AA AAA

On Black Background

6.56:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAEE
200
#D8E0
300
#BAC8
400
#97AC
500
#7994
600
#5D78
700
#4A5F
800
#3544
900
#222C
950
#151B

Shades

Darker variations

1#698794
2#5D7883
3#516973
4#465A62
5#3A4B52
6#2F3C42
7#232D31
8#171E21
9#0C0F10

Tints

Lighter variations

1#869FA9
2#94A9B3
3#A1B4BC
4#AEBFC6
5#BCCACF
6#C9D4D9
7#D7DFE2
8#E4EAEC
9#F2F4F5

Tones

Muted variations

1#7B939E
2#7D929C
3#7F929A
4#819198
5#829096
6#848F94
7#868F92
8#888E90
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
D8E0
#D8E0E3
Secondary backgroundsInput backgroundsDividers
300
BAC8
#BAC8CE
BordersInactive statesPlaceholder text
400
97AC
#97ACB5
Disabled statesSecondary iconsMuted text
500
7994
#7994A0
Primary brand colorCTAsActive elementsLinks
600
5D78
#5D7883
Hover statesFocus ringsPrimary buttons hover
700
4A5F
#4A5F68
Active/pressed statesDark mode accentsSecondary text
800
3544
#35444B
Text on light backgroundsHeadingsStrong borders
900
222C
#222C30
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: #D8E0E3;
  --slate-gray-300: #BAC8CE;
  --slate-gray-400: #97ACB5;
  --slate-gray-500: #7994A0;
  --slate-gray-600: #5D7883;
  --slate-gray-700: #4A5F68;
  --slate-gray-800: #35444B;
  --slate-gray-900: #222C30;
  --slate-gray-950: #151B1E;
}
Generate More ShadesCreate PaletteConvert Color