Slate Gray

#788EA1

Blue

Color Codes

All color formats for development

HEX
#788EA1
RGB
rgb(120, 142, 161)
HSL
hsl(208, 18%, 55%)
OKLCH
oklch(0.636 0.038 244.5)
CMYK
cmyk(25%, 12%, 0%, 37%)

Accessibility

WCAG contrast compliance

On White Background

3.40:1

AA AAA

On Black Background

6.18:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EAED
200
#D8DE
300
#BAC5
400
#96A7
500
#788E
600
#5C72
700
#495A
800
#3441
900
#2129
950
#151A

Shades

Darker variations

1#688095
2#5C7284
3#516374
4#455563
5#3A4753
6#2E3942
7#232B32
8#171C21
9#0C0E11

Tints

Lighter variations

1#8599AA
2#93A4B4
3#A0B0BD
4#AEBBC7
5#BBC6D0
6#C9D2D9
7#D6DDE3
8#E4E8EC
9#F1F4F6

Tones

Muted variations

1#7A8D9F
2#7C8D9D
3#7E8D9B
4#808D99
5#828D97
6#848D95
7#868D92
8#888D90
9#8A8C8E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F9
BackgroundsSubtle highlightsCard backgrounds
100
EAED
#EAEDF0
Light backgroundsTable row hoverSkeleton loading
200
D8DE
#D8DEE4
Secondary backgroundsInput backgroundsDividers
300
BAC5
#BAC5CF
BordersInactive statesPlaceholder text
400
96A7
#96A7B6
Disabled statesSecondary iconsMuted text
500
788E
#788EA1
Primary brand colorCTAsActive elementsLinks
600
5C72
#5C7284
Hover statesFocus ringsPrimary buttons hover
700
495A
#495A69
Active/pressed statesDark mode accentsSecondary text
800
3441
#34414B
Text on light backgroundsHeadingsStrong borders
900
2129
#212930
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: #F6F7F9;
  --slate-gray-100: #EAEDF0;
  --slate-gray-200: #D8DEE4;
  --slate-gray-300: #BAC5CF;
  --slate-gray-400: #96A7B6;
  --slate-gray-500: #788EA1;
  --slate-gray-600: #5C7284;
  --slate-gray-700: #495A69;
  --slate-gray-800: #34414B;
  --slate-gray-900: #212930;
  --slate-gray-950: #151A1E;
}
Generate More ShadesCreate PaletteConvert Color