Slate Gray

#7E9A9A

Cyan

Color Codes

All color formats for development

HEX
#7E9A9A
RGB
rgb(126, 154, 154)
HSL
hsl(180, 12%, 55%)
OKLCH
oklch(0.665 0.031 196.4)
CMYK
cmyk(18%, 0%, 0%, 40%)

Accessibility

WCAG contrast compliance

On White Background

3.01:1

AA AAA

On Black Background

6.98: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
#9BB0
500
#7E9A
600
#637E
700
#4F64
800
#3847
900
#242E
950
#161D

Shades

Darker variations

1#6F8D8D
2#637E7E
3#566E6E
4#4A5E5E
5#3E4F4F
6#313F3F
7#252F2F
8#191F1F
9#0C1010

Tints

Lighter variations

1#8BA4A4
2#98AEAE
3#A5B8B8
4#B2C2C2
5#BFCDCD
6#CCD7D7
7#D8E1E1
8#E5EBEB
9#F2F5F5

Tones

Muted variations

1#809999
2#819797
3#839696
4#849595
5#859393
6#879292
7#889090
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
#BDCBCB
BordersInactive statesPlaceholder text
400
9BB0
#9BB0B0
Disabled statesSecondary iconsMuted text
500
7E9A
#7E9A9A
Primary brand colorCTAsActive elementsLinks
600
637E
#637E7E
Hover statesFocus ringsPrimary buttons hover
700
4F64
#4F6464
Active/pressed statesDark mode accentsSecondary text
800
3847
#384747
Text on light backgroundsHeadingsStrong borders
900
242E
#242E2E
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: #BDCBCB;
  --slate-gray-400: #9BB0B0;
  --slate-gray-500: #7E9A9A;
  --slate-gray-600: #637E7E;
  --slate-gray-700: #4F6464;
  --slate-gray-800: #384747;
  --slate-gray-900: #242E2E;
  --slate-gray-950: #161D1D;
}
Generate More ShadesCreate PaletteConvert Color