Slate Gray

#5E8182

Cyan

Color Codes

All color formats for development

HEX
#5E8182
RGB
rgb(94, 129, 130)
HSL
hsl(182, 16%, 44%)
OKLCH
oklch(0.577 0.039 198.3)
CMYK
cmyk(28%, 1%, 0%, 49%)

Accessibility

WCAG contrast compliance

On White Background

4.25:1

AA AAA

On Black Background

4.94:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAF0
200
#D9E3
300
#BBCD
400
#97B3
500
#7A9D
600
#5E81
700
#4B67
800
#3649
900
#222F
950
#151D

Shades

Darker variations

1#557475
2#4B6768
3#425A5B
4#394D4E
5#2F4041
6#263434
7#1C2727
8#131A1A
9#090D0D

Tints

Lighter variations

1#6A9193
2#7A9E9F
3#8BAAAB
4#9CB6B7
5#ACC2C3
6#BDCECF
7#CDDBDB
8#DEE7E7
9#EEF3F3

Tones

Muted variations

1#607F80
2#627E7F
3#647C7D
4#657A7B
5#677979
6#697777
7#6B7576
8#6D7474
9#6E7272

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F9
BackgroundsSubtle highlightsCard backgrounds
100
EAF0
#EAF0F0
Light backgroundsTable row hoverSkeleton loading
200
D9E3
#D9E3E3
Secondary backgroundsInput backgroundsDividers
300
BBCD
#BBCDCE
BordersInactive statesPlaceholder text
400
97B3
#97B3B4
Disabled statesSecondary iconsMuted text
500
7A9D
#7A9D9F
Primary brand colorCTAsActive elementsLinks
600
5E81
#5E8182
Hover statesFocus ringsPrimary buttons hover
700
4B67
#4B6768
Active/pressed statesDark mode accentsSecondary text
800
3649
#36494A
Text on light backgroundsHeadingsStrong borders
900
222F
#222F2F
Primary textHigh emphasis contentDark headings
950
151D
#151D1E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F8F9;
  --slate-gray-100: #EAF0F0;
  --slate-gray-200: #D9E3E3;
  --slate-gray-300: #BBCDCE;
  --slate-gray-400: #97B3B4;
  --slate-gray-500: #7A9D9F;
  --slate-gray-600: #5E8182;
  --slate-gray-700: #4B6768;
  --slate-gray-800: #36494A;
  --slate-gray-900: #222F2F;
  --slate-gray-950: #151D1E;
}
Generate More ShadesCreate PaletteConvert Color