Slate Gray

#7885A1

Blue

Color Codes

All color formats for development

HEX
#7885A1
RGB
rgb(120, 133, 161)
HSL
hsl(221, 18%, 55%)
OKLCH
oklch(0.616 0.045 265.5)
CMYK
cmyk(25%, 17%, 0%, 37%)

Accessibility

WCAG contrast compliance

On White Background

3.70:1

AA AAA

On Black Background

5.67:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EAEC
200
#D8DC
300
#BAC0
400
#96A0
500
#7885
600
#5C69
700
#4953
800
#343C
900
#2126
950
#1518

Shades

Darker variations

1#687695
2#5C6984
3#515C74
4#454F63
5#3A4153
6#2E3442
7#232732
8#171A21
9#0C0D11

Tints

Lighter variations

1#8591AA
2#939DB4
3#A0A9BD
4#AEB6C7
5#BBC2D0
6#C9CED9
7#D6DAE3
8#E4E7EC
9#F1F3F6

Tones

Muted variations

1#7A859F
2#7C869D
3#7E879B
4#808899
5#828897
6#848995
7#868A92
8#888B90
9#8A8B8E

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
BAC0
#BAC0CF
BordersInactive statesPlaceholder text
400
96A0
#96A0B6
Disabled statesSecondary iconsMuted text
500
7885
#7885A1
Primary brand colorCTAsActive elementsLinks
600
5C69
#5C6984
Hover statesFocus ringsPrimary buttons hover
700
4953
#495369
Active/pressed statesDark mode accentsSecondary text
800
343C
#343C4B
Text on light backgroundsHeadingsStrong borders
900
2126
#212630
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: #BAC0CF;
  --slate-gray-400: #96A0B6;
  --slate-gray-500: #7885A1;
  --slate-gray-600: #5C6984;
  --slate-gray-700: #495369;
  --slate-gray-800: #343C4B;
  --slate-gray-900: #212630;
  --slate-gray-950: #15181E;
}
Generate More ShadesCreate PaletteConvert Color