Slate Gray

#55848B

Cyan

Color Codes

All color formats for development

HEX
#55848B
RGB
rgb(85, 132, 139)
HSL
hsl(188, 24%, 44%)
OKLCH
oklch(0.582 0.052 207.7)
CMYK
cmyk(39%, 5%, 0%, 45%)

Accessibility

WCAG contrast compliance

On White Background

4.15:1

AA AAA

On Black Background

5.06: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
#90B5
500
#71A0
600
#5584
700
#4469
800
#304B
900
#1F30
950
#131E

Shades

Darker variations

1#4D777D
2#446A6F
3#3C5C61
4#334F53
5#2B4246
6#223538
7#1A282A
8#111A1C
9#090D0E

Tints

Lighter variations

1#60959D
2#71A1A8
3#83ADB3
4#95B8BE
5#A6C4C9
6#B8D0D4
7#CADCDE
8#DCE7E9
9#EDF3F4

Tones

Muted variations

1#588288
2#5B8086
3#5D7E83
4#607C80
5#637A7E
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
90B5
#90B5BB
Disabled statesSecondary iconsMuted text
500
71A0
#71A0A8
Primary brand colorCTAsActive elementsLinks
600
5584
#55848B
Hover statesFocus ringsPrimary buttons hover
700
4469
#44696F
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: #90B5BB;
  --slate-gray-500: #71A0A8;
  --slate-gray-600: #55848B;
  --slate-gray-700: #44696F;
  --slate-gray-800: #304B4F;
  --slate-gray-900: #1F3033;
  --slate-gray-950: #131E20;
}
Generate More ShadesCreate PaletteConvert Color