Slate Gray

#789BA1

Cyan

Color Codes

All color formats for development

HEX
#789BA1
RGB
rgb(120, 155, 161)
HSL
hsl(189, 18%, 55%)
OKLCH
oklch(0.665 0.04 209.2)
CMYK
cmyk(25%, 4%, 0%, 37%)

Accessibility

WCAG contrast compliance

On White Background

3.00:1

AA AAA

On Black Background

7.00:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAEF
200
#D8E2
300
#BACC
400
#96B1
500
#789B
600
#5C7E
700
#4964
800
#3448
900
#212E
950
#151D

Shades

Darker variations

1#688E95
2#5C7E84
3#516F74
4#455F63
5#3A4F53
6#2E3F42
7#232F32
8#172021
9#0C1011

Tints

Lighter variations

1#85A5AA
2#93AFB4
3#A0B9BD
4#AEC3C7
5#BBCDD0
6#C9D7D9
7#D6E1E3
8#E4EBEC
9#F1F5F6

Tones

Muted variations

1#7A999F
2#7C989D
3#7E969B
4#809599
5#829397
6#849295
7#869192
8#888F90
9#8A8E8E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F9
BackgroundsSubtle highlightsCard backgrounds
100
EAEF
#EAEFF0
Light backgroundsTable row hoverSkeleton loading
200
D8E2
#D8E2E4
Secondary backgroundsInput backgroundsDividers
300
BACC
#BACCCF
BordersInactive statesPlaceholder text
400
96B1
#96B1B6
Disabled statesSecondary iconsMuted text
500
789B
#789BA1
Primary brand colorCTAsActive elementsLinks
600
5C7E
#5C7E84
Hover statesFocus ringsPrimary buttons hover
700
4964
#496469
Active/pressed statesDark mode accentsSecondary text
800
3448
#34484B
Text on light backgroundsHeadingsStrong borders
900
212E
#212E30
Primary textHigh emphasis contentDark headings
950
151D
#151D1E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F8F9;
  --slate-gray-100: #EAEFF0;
  --slate-gray-200: #D8E2E4;
  --slate-gray-300: #BACCCF;
  --slate-gray-400: #96B1B6;
  --slate-gray-500: #789BA1;
  --slate-gray-600: #5C7E84;
  --slate-gray-700: #496469;
  --slate-gray-800: #34484B;
  --slate-gray-900: #212E30;
  --slate-gray-950: #151D1E;
}
Generate More ShadesCreate PaletteConvert Color