Slate Gray

#557E8B

Cyan

Color Codes

All color formats for development

HEX
#557E8B
RGB
rgb(85, 126, 139)
HSL
hsl(194, 24%, 44%)
OKLCH
oklch(0.568 0.05 219.7)
CMYK
cmyk(39%, 9%, 0%, 45%)

Accessibility

WCAG contrast compliance

On White Background

4.43:1

AA AAA

On Black Background

4.74:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#E9EF
200
#D6E2
300
#B6CC
400
#90B1
500
#719B
600
#557F
700
#4465
800
#3048
900
#1F2E
950
#131D

Shades

Darker variations

1#4D727D
2#44656F
3#3C5961
4#334C53
5#2B3F46
6#223338
7#1A262A
8#11191C
9#090D0E

Tints

Lighter variations

1#608F9D
2#719BA8
3#83A8B3
4#95B4BE
5#A6C1C9
6#B8CDD4
7#CADADE
8#DCE6E9
9#EDF3F4

Tones

Muted variations

1#587D88
2#5B7C86
3#5D7A83
4#607980
5#63777E
6#65767B
7#687578
8#6B7376
9#6E7273

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F9
BackgroundsSubtle highlightsCard backgrounds
100
E9EF
#E9EFF1
Light backgroundsTable row hoverSkeleton loading
200
D6E2
#D6E2E6
Secondary backgroundsInput backgroundsDividers
300
B6CC
#B6CCD2
BordersInactive statesPlaceholder text
400
90B1
#90B1BB
Disabled statesSecondary iconsMuted text
500
719B
#719BA8
Primary brand colorCTAsActive elementsLinks
600
557F
#557F8B
Hover statesFocus ringsPrimary buttons hover
700
4465
#44656F
Active/pressed statesDark mode accentsSecondary text
800
3048
#30484F
Text on light backgroundsHeadingsStrong borders
900
1F2E
#1F2E33
Primary textHigh emphasis contentDark headings
950
131D
#131D20
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F8F9;
  --slate-gray-100: #E9EFF1;
  --slate-gray-200: #D6E2E6;
  --slate-gray-300: #B6CCD2;
  --slate-gray-400: #90B1BB;
  --slate-gray-500: #719BA8;
  --slate-gray-600: #557F8B;
  --slate-gray-700: #44656F;
  --slate-gray-800: #30484F;
  --slate-gray-900: #1F2E33;
  --slate-gray-950: #131D20;
}
Generate More ShadesCreate PaletteConvert Color