Slate Gray

#54868C

Cyan

Color Codes

All color formats for development

HEX
#54868C
RGB
rgb(84, 134, 140)
HSL
hsl(186, 25%, 44%)
OKLCH
oklch(0.587 0.054 205.4)
CMYK
cmyk(40%, 4%, 0%, 45%)

Accessibility

WCAG contrast compliance

On White Background

4.07:1

AA AAA

On Black Background

5.17:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F9
100
#E9F1
200
#D6E4
300
#B6D0
400
#8FB8
500
#70A3
600
#5487
700
#436B
800
#304D
900
#1F31
950
#131F

Shades

Darker variations

1#4C797E
2#436C70
3#3B5E62
4#325154
5#2A4346
6#223638
7#19282A
8#111B1C
9#080D0E

Tints

Lighter variations

1#5F989E
2#70A4A9
3#82AFB4
4#94BABF
5#A6C6C9
6#B8D1D4
7#C9DDDF
8#DBE8EA
9#EDF4F4

Tones

Muted variations

1#578489
2#5A8287
3#5D8084
4#5F7E81
5#627B7E
6#65797B
7#687779
8#6B7576
9#6D7273

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F9
#F5F9F9
BackgroundsSubtle highlightsCard backgrounds
100
E9F1
#E9F1F2
Light backgroundsTable row hoverSkeleton loading
200
D6E4
#D6E4E6
Secondary backgroundsInput backgroundsDividers
300
B6D0
#B6D0D3
BordersInactive statesPlaceholder text
400
8FB8
#8FB8BC
Disabled statesSecondary iconsMuted text
500
70A3
#70A3A9
Primary brand colorCTAsActive elementsLinks
600
5487
#54878C
Hover statesFocus ringsPrimary buttons hover
700
436B
#436B70
Active/pressed statesDark mode accentsSecondary text
800
304D
#304D50
Text on light backgroundsHeadingsStrong borders
900
1F31
#1F3133
Primary textHigh emphasis contentDark headings
950
131F
#131F20
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F5F9F9;
  --slate-gray-100: #E9F1F2;
  --slate-gray-200: #D6E4E6;
  --slate-gray-300: #B6D0D3;
  --slate-gray-400: #8FB8BC;
  --slate-gray-500: #70A3A9;
  --slate-gray-600: #54878C;
  --slate-gray-700: #436B70;
  --slate-gray-800: #304D50;
  --slate-gray-900: #1F3133;
  --slate-gray-950: #131F20;
}
Generate More ShadesCreate PaletteConvert Color