Slate Gray

#5F7C81

Cyan

Color Codes

All color formats for development

HEX
#5F7C81
RGB
rgb(95, 124, 129)
HSL
hsl(189, 15%, 44%)
OKLCH
oklch(0.566 0.034 209.2)
CMYK
cmyk(26%, 4%, 0%, 49%)

Accessibility

WCAG contrast compliance

On White Background

4.48:1

AA AAA

On Black Background

4.69:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAEF
200
#D9E1
300
#BCCB
400
#98AF
500
#7B98
600
#5F7C
700
#4C63
800
#3646
900
#232D
950
#161C

Shades

Darker variations

1#567074
2#4C6367
3#43575A
4#394A4D
5#303E41
6#263234
7#1D2527
8#13191A
9#0A0C0D

Tints

Lighter variations

1#6C8C91
2#7C999E
3#8CA6AA
4#9CB2B6
5#ADBFC2
6#BDCCCE
7#CED9DB
8#DEE5E7
9#EFF2F3

Tones

Muted variations

1#617B7F
2#637A7E
3#64787C
4#66777A
5#687679
6#697577
7#6B7475
8#6D7374
9#6F7172

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F8
BackgroundsSubtle highlightsCard backgrounds
100
EAEF
#EAEFF0
Light backgroundsTable row hoverSkeleton loading
200
D9E1
#D9E1E3
Secondary backgroundsInput backgroundsDividers
300
BCCB
#BCCBCD
BordersInactive statesPlaceholder text
400
98AF
#98AFB3
Disabled statesSecondary iconsMuted text
500
7B98
#7B989D
Primary brand colorCTAsActive elementsLinks
600
5F7C
#5F7C81
Hover statesFocus ringsPrimary buttons hover
700
4C63
#4C6367
Active/pressed statesDark mode accentsSecondary text
800
3646
#364649
Text on light backgroundsHeadingsStrong borders
900
232D
#232D2F
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: #EAEFF0;
  --slate-gray-200: #D9E1E3;
  --slate-gray-300: #BCCBCD;
  --slate-gray-400: #98AFB3;
  --slate-gray-500: #7B989D;
  --slate-gray-600: #5F7C81;
  --slate-gray-700: #4C6367;
  --slate-gray-800: #364649;
  --slate-gray-900: #232D2F;
  --slate-gray-950: #161C1D;
}
Generate More ShadesCreate PaletteConvert Color