Slate Gray

#55858B

Cyan

Color Codes

All color formats for development

HEX
#55858B
RGB
rgb(85, 133, 139)
HSL
hsl(187, 24%, 44%)
OKLCH
oklch(0.585 0.053 205.8)
CMYK
cmyk(39%, 4%, 0%, 45%)

Accessibility

WCAG contrast compliance

On White Background

4.11:1

AA AAA

On Black Background

5.11:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F9
100
#E9F0
200
#D6E4
300
#B6CF
400
#90B6
500
#71A1
600
#5585
700
#446A
800
#304B
900
#1F30
950
#131E

Shades

Darker variations

1#4D787D
2#446A6F
3#3C5D61
4#335053
5#2B4246
6#223538
7#1A282A
8#111B1C
9#090D0E

Tints

Lighter variations

1#60969D
2#71A2A8
3#83ADB3
4#95B9BE
5#A6C5C9
6#B8D0D4
7#CADCDE
8#DCE8E9
9#EDF3F4

Tones

Muted variations

1#588388
2#5B8186
3#5D7F83
4#607D80
5#637B7E
6#65787B
7#687678
8#6B7476
9#6E7273

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F9
#F6F9F9
BackgroundsSubtle highlightsCard backgrounds
100
E9F0
#E9F0F1
Light backgroundsTable row hoverSkeleton loading
200
D6E4
#D6E4E6
Secondary backgroundsInput backgroundsDividers
300
B6CF
#B6CFD2
BordersInactive statesPlaceholder text
400
90B6
#90B6BB
Disabled statesSecondary iconsMuted text
500
71A1
#71A1A8
Primary brand colorCTAsActive elementsLinks
600
5585
#55858B
Hover statesFocus ringsPrimary buttons hover
700
446A
#446A6F
Active/pressed statesDark mode accentsSecondary text
800
304B
#304B4F
Text on light backgroundsHeadingsStrong borders
900
1F30
#1F3033
Primary textHigh emphasis contentDark headings
950
131E
#131E20
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F9F9;
  --slate-gray-100: #E9F0F1;
  --slate-gray-200: #D6E4E6;
  --slate-gray-300: #B6CFD2;
  --slate-gray-400: #90B6BB;
  --slate-gray-500: #71A1A8;
  --slate-gray-600: #55858B;
  --slate-gray-700: #446A6F;
  --slate-gray-800: #304B4F;
  --slate-gray-900: #1F3033;
  --slate-gray-950: #131E20;
}
Generate More ShadesCreate PaletteConvert Color