Slate Gray

#54808C

Cyan

Color Codes

All color formats for development

HEX
#54808C
RGB
rgb(84, 128, 140)
HSL
hsl(193, 25%, 44%)
OKLCH
oklch(0.572 0.052 216.8)
CMYK
cmyk(40%, 9%, 0%, 45%)

Accessibility

WCAG contrast compliance

On White Background

4.34:1

AA AAA

On Black Background

4.84:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F8
100
#E9F0
200
#D6E3
300
#B6CD
400
#8FB2
500
#709D
600
#5480
700
#4366
800
#3049
900
#1F2F
950
#131D

Shades

Darker variations

1#4C737E
2#436670
3#3B5A62
4#324D54
5#2A4046
6#223338
7#19262A
8#111A1C
9#080D0E

Tints

Lighter variations

1#5F909E
2#709DA9
3#82A9B4
4#94B5BF
5#A6C2C9
6#B8CED4
7#C9DADF
8#DBE6EA
9#EDF3F4

Tones

Muted variations

1#577F89
2#5A7D87
3#5D7B84
4#5F7A81
5#62787E
6#65777B
7#687579
8#6B7376
9#6D7273

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F8
#F5F8F9
BackgroundsSubtle highlightsCard backgrounds
100
E9F0
#E9F0F2
Light backgroundsTable row hoverSkeleton loading
200
D6E3
#D6E3E6
Secondary backgroundsInput backgroundsDividers
300
B6CD
#B6CDD3
BordersInactive statesPlaceholder text
400
8FB2
#8FB2BC
Disabled statesSecondary iconsMuted text
500
709D
#709DA9
Primary brand colorCTAsActive elementsLinks
600
5480
#54808C
Hover statesFocus ringsPrimary buttons hover
700
4366
#436670
Active/pressed statesDark mode accentsSecondary text
800
3049
#304950
Text on light backgroundsHeadingsStrong borders
900
1F2F
#1F2F33
Primary textHigh emphasis contentDark headings
950
131D
#131D20
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F5F8F9;
  --slate-gray-100: #E9F0F2;
  --slate-gray-200: #D6E3E6;
  --slate-gray-300: #B6CDD3;
  --slate-gray-400: #8FB2BC;
  --slate-gray-500: #709DA9;
  --slate-gray-600: #54808C;
  --slate-gray-700: #436670;
  --slate-gray-800: #304950;
  --slate-gray-900: #1F2F33;
  --slate-gray-950: #131D20;
}
Generate More ShadesCreate PaletteConvert Color