Slate Gray

#7888A1

Blue

Color Codes

All color formats for development

HEX
#7888A1
RGB
rgb(120, 136, 161)
HSL
hsl(217, 18%, 55%)
OKLCH
oklch(0.623 0.042 259.3)
CMYK
cmyk(25%, 16%, 0%, 37%)

Accessibility

WCAG contrast compliance

On White Background

3.60:1

AA AAA

On Black Background

5.83: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
#96A2
500
#7887
600
#5C6B
700
#4956
800
#343D
900
#2127
950
#1518

Shades

Darker variations

1#687995
2#5C6B84
3#515E74
4#455163
5#3A4353
6#2E3642
7#232832
8#171B21
9#0C0D11

Tints

Lighter variations

1#8593AA
2#939FB4
3#A0ABBD
4#AEB7C7
5#BBC3D0
6#C9CFD9
7#D6DBE3
8#E4E7EC
9#F1F3F6

Tones

Muted variations

1#7A889F
2#7C889D
3#7E899B
4#808999
5#828A97
6#848A95
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
#D8DCE4
Secondary backgroundsInput backgroundsDividers
300
BAC2
#BAC2CF
BordersInactive statesPlaceholder text
400
96A2
#96A2B6
Disabled statesSecondary iconsMuted text
500
7887
#7887A1
Primary brand colorCTAsActive elementsLinks
600
5C6B
#5C6B84
Hover statesFocus ringsPrimary buttons hover
700
4956
#495669
Active/pressed statesDark mode accentsSecondary text
800
343D
#343D4B
Text on light backgroundsHeadingsStrong borders
900
2127
#212730
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: #D8DCE4;
  --slate-gray-300: #BAC2CF;
  --slate-gray-400: #96A2B6;
  --slate-gray-500: #7887A1;
  --slate-gray-600: #5C6B84;
  --slate-gray-700: #495669;
  --slate-gray-800: #343D4B;
  --slate-gray-900: #212730;
  --slate-gray-950: #15181E;
}
Generate More ShadesCreate PaletteConvert Color