Slate Gray

#5F7B81

Cyan

Color Codes

All color formats for development

HEX
#5F7B81
RGB
rgb(95, 123, 129)
HSL
hsl(191, 15%, 44%)
OKLCH
oklch(0.563 0.034 212.2)
CMYK
cmyk(26%, 5%, 0%, 49%)

Accessibility

WCAG contrast compliance

On White Background

4.53:1

AA AAA

On Black Background

4.64:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAEF
200
#D9E1
300
#BCCA
400
#98AE
500
#7B97
600
#5F7B
700
#4C62
800
#3646
900
#232D
950
#161C

Shades

Darker variations

1#566F74
2#4C6267
3#43565A
4#394A4D
5#303D41
6#263134
7#1D2527
8#13191A
9#0A0C0D

Tints

Lighter variations

1#6C8A91
2#7C989E
3#8CA5AA
4#9CB1B6
5#ADBEC2
6#BDCBCE
7#CED8DB
8#DEE5E7
9#EFF2F3

Tones

Muted variations

1#617A7F
2#63797E
3#64787C
4#66777A
5#687679
6#697477
7#6B7375
8#6D7274
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
BCCA
#BCCACD
BordersInactive statesPlaceholder text
400
98AE
#98AEB3
Disabled statesSecondary iconsMuted text
500
7B97
#7B979D
Primary brand colorCTAsActive elementsLinks
600
5F7B
#5F7B81
Hover statesFocus ringsPrimary buttons hover
700
4C62
#4C6267
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: #BCCACD;
  --slate-gray-400: #98AEB3;
  --slate-gray-500: #7B979D;
  --slate-gray-600: #5F7B81;
  --slate-gray-700: #4C6267;
  --slate-gray-800: #364649;
  --slate-gray-900: #232D2F;
  --slate-gray-950: #161C1D;
}
Generate More ShadesCreate PaletteConvert Color