Slate Gray

#7D959B

Cyan

Color Codes

All color formats for development

HEX
#7D959B
RGB
rgb(125, 149, 155)
HSL
hsl(192, 13%, 55%)
OKLCH
oklch(0.653 0.029 214.5)
CMYK
cmyk(19%, 4%, 0%, 39%)

Accessibility

WCAG contrast compliance

On White Background

3.16:1

AA AAA

On Black Background

6.64:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EBEF
200
#DAE0
300
#BDC9
400
#9AAD
500
#7D95
600
#6279
700
#4E60
800
#3745
900
#232C
950
#161B

Shades

Darker variations

1#6E888F
2#62797F
3#556A6F
4#495B5F
5#3D4C4F
6#313C3F
7#252D30
8#181E20
9#0C0F10

Tints

Lighter variations

1#8AA0A5
2#97AAAF
3#A4B5B9
4#B1C0C3
5#BECACD
6#CBD5D7
7#D8DFE1
8#E5EAEB
9#F2F4F5

Tones

Muted variations

1#7F949A
2#809398
3#829397
4#839295
5#859194
6#869092
7#888F91
8#898E8F
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
DAE0
#DAE0E2
Secondary backgroundsInput backgroundsDividers
300
BDC9
#BDC9CC
BordersInactive statesPlaceholder text
400
9AAD
#9AADB1
Disabled statesSecondary iconsMuted text
500
7D95
#7D959B
Primary brand colorCTAsActive elementsLinks
600
6279
#62797F
Hover statesFocus ringsPrimary buttons hover
700
4E60
#4E6065
Active/pressed statesDark mode accentsSecondary text
800
3745
#374548
Text on light backgroundsHeadingsStrong borders
900
232C
#232C2E
Primary textHigh emphasis contentDark headings
950
161B
#161B1D
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: #DAE0E2;
  --slate-gray-300: #BDC9CC;
  --slate-gray-400: #9AADB1;
  --slate-gray-500: #7D959B;
  --slate-gray-600: #62797F;
  --slate-gray-700: #4E6065;
  --slate-gray-800: #374548;
  --slate-gray-900: #232C2E;
  --slate-gray-950: #161B1D;
}
Generate More ShadesCreate PaletteConvert Color