Slate Gray

#7987A0

Blue

Color Codes

All color formats for development

HEX
#7987A0
RGB
rgb(121, 135, 160)
HSL
hsl(218, 17%, 55%)
OKLCH
oklch(0.621 0.041 262)
CMYK
cmyk(24%, 16%, 0%, 37%)

Accessibility

WCAG contrast compliance

On White Background

3.63:1

AA AAA

On Black Background

5.79:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EAEC
200
#D8DC
300
#BAC2
400
#97A2
500
#7987
600
#5D6B
700
#4A55
800
#353D
900
#2227
950
#1518

Shades

Darker variations

1#697994
2#5D6B83
3#515E73
4#465062
5#3A4352
6#2F3642
7#232831
8#171B21
9#0C0D10

Tints

Lighter variations

1#8693A9
2#949FB3
3#A1ABBC
4#AEB7C6
5#BCC3CF
6#C9CFD9
7#D7DBE2
8#E4E7EC
9#F2F3F5

Tones

Muted variations

1#7B889E
2#7D889C
3#7F899A
4#818998
5#828A96
6#848A94
7#868B92
8#888B90
9#8A8C8E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F9
BackgroundsSubtle highlightsCard backgrounds
100
EAEC
#EAECF0
Light backgroundsTable row hoverSkeleton loading
200
D8DC
#D8DCE3
Secondary backgroundsInput backgroundsDividers
300
BAC2
#BAC2CE
BordersInactive statesPlaceholder text
400
97A2
#97A2B5
Disabled statesSecondary iconsMuted text
500
7987
#7987A0
Primary brand colorCTAsActive elementsLinks
600
5D6B
#5D6B83
Hover statesFocus ringsPrimary buttons hover
700
4A55
#4A5568
Active/pressed statesDark mode accentsSecondary text
800
353D
#353D4B
Text on light backgroundsHeadingsStrong borders
900
2227
#222730
Primary textHigh emphasis contentDark headings
950
1518
#15181E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F7F9;
  --slate-gray-100: #EAECF0;
  --slate-gray-200: #D8DCE3;
  --slate-gray-300: #BAC2CE;
  --slate-gray-400: #97A2B5;
  --slate-gray-500: #7987A0;
  --slate-gray-600: #5D6B83;
  --slate-gray-700: #4A5568;
  --slate-gray-800: #353D4B;
  --slate-gray-900: #222730;
  --slate-gray-950: #15181E;
}
Generate More ShadesCreate PaletteConvert Color