Slate Gray

#54878C

Cyan

Color Codes

All color formats for development

HEX
#54878C
RGB
rgb(84, 135, 140)
HSL
hsl(185, 25%, 44%)
OKLCH
oklch(0.589 0.055 203.7)
CMYK
cmyk(40%, 4%, 0%, 45%)

Accessibility

WCAG contrast compliance

On White Background

4.02:1

AA AAA

On Black Background

5.22:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F9
100
#E9F1
200
#D6E5
300
#B6D1
400
#8FB8
500
#70A4
600
#5488
700
#436C
800
#304D
900
#1F31
950
#131F

Shades

Darker variations

1#4C7A7E
2#436C70
3#3B5F62
4#325154
5#2A4446
6#223638
7#19292A
8#111B1C
9#080E0E

Tints

Lighter variations

1#5F999E
2#70A5A9
3#82B0B4
4#94BBBF
5#A6C6C9
6#B8D2D4
7#C9DDDF
8#DBE8EA
9#EDF4F4

Tones

Muted variations

1#578589
2#5A8387
3#5D8184
4#5F7E81
5#627C7E
6#657A7B
7#687779
8#6B7576
9#6D7373

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
D6E5
#D6E5E6
Secondary backgroundsInput backgroundsDividers
300
B6D1
#B6D1D3
BordersInactive statesPlaceholder text
400
8FB8
#8FB8BC
Disabled statesSecondary iconsMuted text
500
70A4
#70A4A9
Primary brand colorCTAsActive elementsLinks
600
5488
#54888C
Hover statesFocus ringsPrimary buttons hover
700
436C
#436C70
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: #D6E5E6;
  --slate-gray-300: #B6D1D3;
  --slate-gray-400: #8FB8BC;
  --slate-gray-500: #70A4A9;
  --slate-gray-600: #54888C;
  --slate-gray-700: #436C70;
  --slate-gray-800: #304D50;
  --slate-gray-900: #1F3133;
  --slate-gray-950: #131F20;
}
Generate More ShadesCreate PaletteConvert Color