Slate Gray

#627D7F

Cyan

Color Codes

All color formats for development

HEX
#627D7F
RGB
rgb(98, 125, 127)
HSL
hsl(184, 13%, 44%)
OKLCH
oklch(0.569 0.031 201.9)
CMYK
cmyk(23%, 2%, 0%, 50%)

Accessibility

WCAG contrast compliance

On White Background

4.41:1

AA AAA

On Black Background

4.76: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
#9AB0
500
#7D99
600
#627D
700
#4E63
800
#3747
900
#232D
950
#161C

Shades

Darker variations

1#587072
2#4E6465
3#445759
4#3B4B4C
5#313E3F
6#273233
7#1D2526
8#141919
9#0A0C0D

Tints

Lighter variations

1#6E8D8F
2#7E9A9C
3#8EA6A8
4#9EB3B4
5#AEC0C1
6#BECCCD
7#CFD9DA
8#DFE6E6
9#EFF2F3

Tones

Muted variations

1#637C7D
2#657A7C
3#66797A
4#677879
5#697777
6#6A7576
7#6C7475
8#6D7373
9#6F7172

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
9AB0
#9AB0B1
Disabled statesSecondary iconsMuted text
500
7D99
#7D999B
Primary brand colorCTAsActive elementsLinks
600
627D
#627D7F
Hover statesFocus ringsPrimary buttons hover
700
4E63
#4E6365
Active/pressed statesDark mode accentsSecondary text
800
3747
#374748
Text on light backgroundsHeadingsStrong borders
900
232D
#232D2E
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: #BDCBCC;
  --slate-gray-400: #9AB0B1;
  --slate-gray-500: #7D999B;
  --slate-gray-600: #627D7F;
  --slate-gray-700: #4E6365;
  --slate-gray-800: #374748;
  --slate-gray-900: #232D2E;
  --slate-gray-950: #161C1D;
}
Generate More ShadesCreate PaletteConvert Color