Slate Gray

#54858C

Cyan

Color Codes

All color formats for development

HEX
#54858C
RGB
rgb(84, 133, 140)
HSL
hsl(188, 25%, 44%)
OKLCH
oklch(0.585 0.054 207.2)
CMYK
cmyk(40%, 5%, 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
#F5F9
100
#E9F0
200
#D6E4
300
#B6CF
400
#8FB6
500
#70A1
600
#5485
700
#436A
800
#304B
900
#1F30
950
#131E

Shades

Darker variations

1#4C777E
2#436A70
3#3B5D62
4#325054
5#2A4246
6#223538
7#19282A
8#111B1C
9#080D0E

Tints

Lighter variations

1#5F969E
2#70A2A9
3#82ADB4
4#94B9BF
5#A6C5C9
6#B8D0D4
7#C9DCDF
8#DBE8EA
9#EDF3F4

Tones

Muted variations

1#578389
2#5A8187
3#5D7F84
4#5F7D81
5#627A7E
6#65787B
7#687679
8#6B7476
9#6D7273

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F9
#F5F9F9
BackgroundsSubtle highlightsCard backgrounds
100
E9F0
#E9F0F2
Light backgroundsTable row hoverSkeleton loading
200
D6E4
#D6E4E6
Secondary backgroundsInput backgroundsDividers
300
B6CF
#B6CFD3
BordersInactive statesPlaceholder text
400
8FB6
#8FB6BC
Disabled statesSecondary iconsMuted text
500
70A1
#70A1A9
Primary brand colorCTAsActive elementsLinks
600
5485
#54858C
Hover statesFocus ringsPrimary buttons hover
700
436A
#436A70
Active/pressed statesDark mode accentsSecondary text
800
304B
#304B50
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: #F5F9F9;
  --slate-gray-100: #E9F0F2;
  --slate-gray-200: #D6E4E6;
  --slate-gray-300: #B6CFD3;
  --slate-gray-400: #8FB6BC;
  --slate-gray-500: #70A1A9;
  --slate-gray-600: #54858C;
  --slate-gray-700: #436A70;
  --slate-gray-800: #304B50;
  --slate-gray-900: #1F3033;
  --slate-gray-950: #131E20;
}
Generate More ShadesCreate PaletteConvert Color