Slate Gray

#7E999A

Cyan

Color Codes

All color formats for development

HEX
#7E999A
RGB
rgb(126, 153, 154)
HSL
hsl(182, 12%, 55%)
OKLCH
oklch(0.663 0.03 199.2)
CMYK
cmyk(18%, 1%, 0%, 40%)

Accessibility

WCAG contrast compliance

On White Background

3.04:1

AA AAA

On Black Background

6.91: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
#7E99
600
#637D
700
#4F63
800
#3847
900
#242D
950
#161C

Shades

Darker variations

1#6F8C8D
2#637D7E
3#566D6E
4#4A5E5E
5#3E4E4F
6#313E3F
7#252F2F
8#191F1F
9#0C1010

Tints

Lighter variations

1#8BA3A4
2#98ADAE
3#A5B8B8
4#B2C2C2
5#BFCCCD
6#CCD6D7
7#D8E0E1
8#E5EBEB
9#F2F5F5

Tones

Muted variations

1#809899
2#819797
3#839596
4#849495
5#859393
6#879192
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
7E99
#7E999A
Primary brand colorCTAsActive elementsLinks
600
637D
#637D7E
Hover statesFocus ringsPrimary buttons hover
700
4F63
#4F6364
Active/pressed statesDark mode accentsSecondary text
800
3847
#384747
Text on light backgroundsHeadingsStrong borders
900
242D
#242D2E
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: #DAE2E2;
  --slate-gray-300: #BDCBCB;
  --slate-gray-400: #9BB0B0;
  --slate-gray-500: #7E999A;
  --slate-gray-600: #637D7E;
  --slate-gray-700: #4F6364;
  --slate-gray-800: #384747;
  --slate-gray-900: #242D2E;
  --slate-gray-950: #161C1D;
}
Generate More ShadesCreate PaletteConvert Color