Slate Gray

#7990A0

Blue

Color Codes

All color formats for development

HEX
#7990A0
RGB
rgb(121, 144, 160)
HSL
hsl(205, 17%, 55%)
OKLCH
oklch(0.641 0.036 238.5)
CMYK
cmyk(24%, 10%, 0%, 37%)

Accessibility

WCAG contrast compliance

On White Background

3.33:1

AA AAA

On Black Background

6.31:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAEE
200
#D8DF
300
#BAC6
400
#97A8
500
#7990
600
#5D73
700
#4A5C
800
#3542
900
#222A
950
#151A

Shades

Darker variations

1#698294
2#5D7383
3#516573
4#465762
5#3A4852
6#2F3A42
7#232B31
8#171D21
9#0C0E10

Tints

Lighter variations

1#869BA9
2#94A6B3
3#A1B1BC
4#AEBCC6
5#BCC7CF
6#C9D2D9
7#D7DEE2
8#E4E9EC
9#F2F4F5

Tones

Muted variations

1#7B8F9E
2#7D8F9C
3#7F8F9A
4#818E98
5#828E96
6#848E94
7#868D92
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
BAC6
#BAC6CE
BordersInactive statesPlaceholder text
400
97A8
#97A8B5
Disabled statesSecondary iconsMuted text
500
7990
#7990A0
Primary brand colorCTAsActive elementsLinks
600
5D73
#5D7383
Hover statesFocus ringsPrimary buttons hover
700
4A5C
#4A5C68
Active/pressed statesDark mode accentsSecondary text
800
3542
#35424B
Text on light backgroundsHeadingsStrong borders
900
222A
#222A30
Primary textHigh emphasis contentDark headings
950
151A
#151A1E
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: #BAC6CE;
  --slate-gray-400: #97A8B5;
  --slate-gray-500: #7990A0;
  --slate-gray-600: #5D7383;
  --slate-gray-700: #4A5C68;
  --slate-gray-800: #35424B;
  --slate-gray-900: #222A30;
  --slate-gray-950: #151A1E;
}
Generate More ShadesCreate PaletteConvert Color