Slate Gray

#637D7E

Cyan

Color Codes

All color formats for development

HEX
#637D7E
RGB
rgb(99, 125, 126)
HSL
hsl(182, 12%, 44%)
OKLCH
oklch(0.57 0.03 199.3)
CMYK
cmyk(21%, 1%, 0%, 51%)

Accessibility

WCAG contrast compliance

On White Background

4.41:1

AA AAA

On Black Background

4.77: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#597071
2#4F6465
3#455758
4#3B4B4B
5#313E3F
6#273232
7#1E2526
8#141919
9#0A0C0D

Tints

Lighter variations

1#6F8D8E
2#7F9A9A
3#8FA6A7
4#9FB3B4
5#AFC0C0
6#BFCCCD
7#CFD9D9
8#DFE6E6
9#EFF2F2

Tones

Muted variations

1#647C7C
2#657A7B
3#67797A
4#687878
5#697677
6#6B7576
7#6C7474
8#6E7373
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
#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