Slate Gray

#627E7F

Cyan

Color Codes

All color formats for development

HEX
#627E7F
RGB
rgb(98, 126, 127)
HSL
hsl(182, 13%, 44%)
OKLCH
oklch(0.572 0.032 199)
CMYK
cmyk(23%, 1%, 0%, 50%)

Accessibility

WCAG contrast compliance

On White Background

4.37:1

AA AAA

On Black Background

4.81: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
#9AB1
500
#7D9A
600
#627E
700
#4E64
800
#3747
900
#232E
950
#161D

Shades

Darker variations

1#587172
2#4E6565
3#445859
4#3B4B4C
5#313F3F
6#273233
7#1D2626
8#141919
9#0A0D0D

Tints

Lighter variations

1#6E8E8F
2#7E9B9C
3#8EA7A8
4#9EB4B4
5#AEC0C1
6#BECDCD
7#CFD9DA
8#DFE6E6
9#EFF2F3

Tones

Muted variations

1#637C7D
2#657B7C
3#667A7A
4#677879
5#697777
6#6A7676
7#6C7475
8#6D7373
9#6F7272

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
9AB1
#9AB1B1
Disabled statesSecondary iconsMuted text
500
7D9A
#7D9A9B
Primary brand colorCTAsActive elementsLinks
600
627E
#627E7F
Hover statesFocus ringsPrimary buttons hover
700
4E64
#4E6465
Active/pressed statesDark mode accentsSecondary text
800
3747
#374748
Text on light backgroundsHeadingsStrong borders
900
232E
#232E2E
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: #BDCBCC;
  --slate-gray-400: #9AB1B1;
  --slate-gray-500: #7D9A9B;
  --slate-gray-600: #627E7F;
  --slate-gray-700: #4E6465;
  --slate-gray-800: #374748;
  --slate-gray-900: #232E2E;
  --slate-gray-950: #161D1D;
}
Generate More ShadesCreate PaletteConvert Color