Slate Gray

#7D9A9B

Cyan

Color Codes

All color formats for development

HEX
#7D9A9B
RGB
rgb(125, 154, 155)
HSL
hsl(182, 13%, 55%)
OKLCH
oklch(0.664 0.032 199)
CMYK
cmyk(19%, 1%, 0%, 39%)

Accessibility

WCAG contrast compliance

On White Background

3.01:1

AA AAA

On Black Background

6.97:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EBEF
200
#DAE2
300
#BDCB
400
#9AB1
500
#7D9A
600
#627E
700
#4E64
800
#3747
900
#232E
950
#161D

Shades

Darker variations

1#6E8E8F
2#627E7F
3#556E6F
4#495E5F
5#3D4F4F
6#313F3F
7#252F30
8#181F20
9#0C1010

Tints

Lighter variations

1#8AA4A5
2#97AEAF
3#A4B8B9
4#B1C3C3
5#BECDCD
6#CBD7D7
7#D8E1E1
8#E5EBEB
9#F2F5F5

Tones

Muted variations

1#7F999A
2#809798
3#829697
4#839595
5#859394
6#869292
7#889091
8#898F8F
9#8B8E8E

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
DAE2
#DAE2E2
Secondary backgroundsInput backgroundsDividers
300
BDCB
#BDCBCC
BordersInactive statesPlaceholder text
400
9AB1
#9AB1B1
Disabled statesSecondary iconsMuted text
500
7D9A
#7D9A9B
Primary brand colorCTAsActive elementsLinks
600
627E
#627E7F
Hover statesFocus ringsPrimary buttons hover
700
4E64
#4E6465
Active/pressed statesDark mode accentsSecondary text
800
3747
#374748
Text on light backgroundsHeadingsStrong borders
900
232E
#232E2E
Primary textHigh emphasis contentDark headings
950
161D
#161D1D
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: #DAE2E2;
  --slate-gray-300: #BDCBCC;
  --slate-gray-400: #9AB1B1;
  --slate-gray-500: #7D9A9B;
  --slate-gray-600: #627E7F;
  --slate-gray-700: #4E6465;
  --slate-gray-800: #374748;
  --slate-gray-900: #232E2E;
  --slate-gray-950: #161D1D;
}
Generate More ShadesCreate PaletteConvert Color