Slate Gray

#789CA1

Cyan

Color Codes

All color formats for development

HEX
#789CA1
RGB
rgb(120, 156, 161)
HSL
hsl(187, 18%, 55%)
OKLCH
oklch(0.668 0.04 206.8)
CMYK
cmyk(25%, 3%, 0%, 37%)

Accessibility

WCAG contrast compliance

On White Background

2.97:1

AA AAA

On Black Background

7.07:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAF0
200
#D8E2
300
#BACC
400
#96B2
500
#789C
600
#5C80
700
#4966
800
#3449
900
#212E
950
#151D

Shades

Darker variations

1#689095
2#5C8084
3#517074
4#456063
5#3A5053
6#2E4042
7#233032
8#172021
9#0C1011

Tints

Lighter variations

1#85A6AA
2#93B0B4
3#A0BABD
4#AEC4C7
5#BBCED0
6#C9D7D9
7#D6E1E3
8#E4EBEC
9#F1F5F6

Tones

Muted variations

1#7A9B9F
2#7C999D
3#7E979B
4#809699
5#829497
6#849395
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
EAF0
#EAF0F0
Light backgroundsTable row hoverSkeleton loading
200
D8E2
#D8E2E4
Secondary backgroundsInput backgroundsDividers
300
BACC
#BACCCF
BordersInactive statesPlaceholder text
400
96B2
#96B2B6
Disabled statesSecondary iconsMuted text
500
789C
#789CA1
Primary brand colorCTAsActive elementsLinks
600
5C80
#5C8084
Hover statesFocus ringsPrimary buttons hover
700
4966
#496669
Active/pressed statesDark mode accentsSecondary text
800
3449
#34494B
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: #EAF0F0;
  --slate-gray-200: #D8E2E4;
  --slate-gray-300: #BACCCF;
  --slate-gray-400: #96B2B6;
  --slate-gray-500: #789CA1;
  --slate-gray-600: #5C8084;
  --slate-gray-700: #496669;
  --slate-gray-800: #34494B;
  --slate-gray-900: #212E30;
  --slate-gray-950: #151D1E;
}
Generate More ShadesCreate PaletteConvert Color