Slate Gray

#7C9A9C

Cyan

Color Codes

All color formats for development

HEX
#7C9A9C
RGB
rgb(124, 154, 156)
HSL
hsl(184, 14%, 55%)
OKLCH
oklch(0.664 0.034 201.4)
CMYK
cmyk(21%, 1%, 0%, 39%)

Accessibility

WCAG contrast compliance

On White Background

3.02:1

AA AAA

On Black Background

6.96:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EBEF
200
#D9E2
300
#BCCB
400
#99B1
500
#7C9A
600
#607E
700
#4D64
800
#3747
900
#232E
950
#161D

Shades

Darker variations

1#6D8E90
2#607E80
3#546E70
4#485E60
5#3C4F50
6#303F40
7#242F30
8#181F20
9#0C1010

Tints

Lighter variations

1#89A4A6
2#96AEB0
3#A3B8BA
4#B1C3C4
5#BECDCE
6#CBD7D8
7#D8E1E1
8#E5EBEB
9#F2F5F5

Tones

Muted variations

1#7E999B
2#7F9799
3#819697
4#839596
5#849394
6#869293
7#879091
8#898F8F
9#8B8E8E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F8
BackgroundsSubtle highlightsCard backgrounds
100
EBEF
#EBEFF0
Light backgroundsTable row hoverSkeleton loading
200
D9E2
#D9E2E2
Secondary backgroundsInput backgroundsDividers
300
BCCB
#BCCBCD
BordersInactive statesPlaceholder text
400
99B1
#99B1B2
Disabled statesSecondary iconsMuted text
500
7C9A
#7C9A9C
Primary brand colorCTAsActive elementsLinks
600
607E
#607E80
Hover statesFocus ringsPrimary buttons hover
700
4D64
#4D6466
Active/pressed statesDark mode accentsSecondary text
800
3747
#374749
Text on light backgroundsHeadingsStrong borders
900
232E
#232E2F
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: #EBEFF0;
  --slate-gray-200: #D9E2E2;
  --slate-gray-300: #BCCBCD;
  --slate-gray-400: #99B1B2;
  --slate-gray-500: #7C9A9C;
  --slate-gray-600: #607E80;
  --slate-gray-700: #4D6466;
  --slate-gray-800: #374749;
  --slate-gray-900: #232E2F;
  --slate-gray-950: #161D1D;
}
Generate More ShadesCreate PaletteConvert Color