Slate Gray

#7D989B

Cyan

Color Codes

All color formats for development

HEX
#7D989B
RGB
rgb(125, 152, 155)
HSL
hsl(186, 13%, 55%)
OKLCH
oklch(0.66 0.031 204.7)
CMYK
cmyk(19%, 2%, 0%, 39%)

Accessibility

WCAG contrast compliance

On White Background

3.07:1

AA AAA

On Black Background

6.84:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EBEF
200
#DAE1
300
#BDCA
400
#9AAF
500
#7D98
600
#627C
700
#4E63
800
#3746
900
#232D
950
#161C

Shades

Darker variations

1#6E8B8F
2#627C7F
3#556C6F
4#495D5F
5#3D4D4F
6#313E3F
7#252E30
8#181F20
9#0C0F10

Tints

Lighter variations

1#8AA2A5
2#97ADAF
3#A4B7B9
4#B1C1C3
5#BECCCD
6#CBD6D7
7#D8E0E1
8#E5EAEB
9#F2F5F5

Tones

Muted variations

1#7F979A
2#809698
3#829597
4#839395
5#859294
6#869192
7#889091
8#898F8F
9#8B8D8E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F8
BackgroundsSubtle highlightsCard backgrounds
100
EBEF
#EBEFEF
Light backgroundsTable row hoverSkeleton loading
200
DAE1
#DAE1E2
Secondary backgroundsInput backgroundsDividers
300
BDCA
#BDCACC
BordersInactive statesPlaceholder text
400
9AAF
#9AAFB1
Disabled statesSecondary iconsMuted text
500
7D98
#7D989B
Primary brand colorCTAsActive elementsLinks
600
627C
#627C7F
Hover statesFocus ringsPrimary buttons hover
700
4E63
#4E6365
Active/pressed statesDark mode accentsSecondary text
800
3746
#374648
Text on light backgroundsHeadingsStrong borders
900
232D
#232D2E
Primary textHigh emphasis contentDark headings
950
161C
#161C1D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F8F8;
  --slate-gray-100: #EBEFEF;
  --slate-gray-200: #DAE1E2;
  --slate-gray-300: #BDCACC;
  --slate-gray-400: #9AAFB1;
  --slate-gray-500: #7D989B;
  --slate-gray-600: #627C7F;
  --slate-gray-700: #4E6365;
  --slate-gray-800: #374648;
  --slate-gray-900: #232D2E;
  --slate-gray-950: #161C1D;
}
Generate More ShadesCreate PaletteConvert Color