Slate Gray

#54828C

Cyan

Color Codes

All color formats for development

HEX
#54828C
RGB
rgb(84, 130, 140)
HSL
hsl(191, 25%, 44%)
OKLCH
oklch(0.577 0.052 212.9)
CMYK
cmyk(40%, 7%, 0%, 45%)

Accessibility

WCAG contrast compliance

On White Background

4.24:1

AA AAA

On Black Background

4.95:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F9
100
#E9F0
200
#D6E3
300
#B6CE
400
#8FB4
500
#709E
600
#5482
700
#4367
800
#304A
900
#1F2F
950
#131E

Shades

Darker variations

1#4C757E
2#436870
3#3B5B62
4#324E54
5#2A4146
6#223438
7#19272A
8#111A1C
9#080D0E

Tints

Lighter variations

1#5F939E
2#709FA9
3#82ABB4
4#94B7BF
5#A6C3C9
6#B8CFD4
7#C9DBDF
8#DBE7EA
9#EDF3F4

Tones

Muted variations

1#578089
2#5A7E87
3#5D7D84
4#5F7B81
5#62797E
6#65777B
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
D6E3
#D6E3E6
Secondary backgroundsInput backgroundsDividers
300
B6CE
#B6CED3
BordersInactive statesPlaceholder text
400
8FB4
#8FB4BC
Disabled statesSecondary iconsMuted text
500
709E
#709EA9
Primary brand colorCTAsActive elementsLinks
600
5482
#54828C
Hover statesFocus ringsPrimary buttons hover
700
4367
#436770
Active/pressed statesDark mode accentsSecondary text
800
304A
#304A50
Text on light backgroundsHeadingsStrong borders
900
1F2F
#1F2F33
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: #D6E3E6;
  --slate-gray-300: #B6CED3;
  --slate-gray-400: #8FB4BC;
  --slate-gray-500: #709EA9;
  --slate-gray-600: #54828C;
  --slate-gray-700: #436770;
  --slate-gray-800: #304A50;
  --slate-gray-900: #1F2F33;
  --slate-gray-950: #131E20;
}
Generate More ShadesCreate PaletteConvert Color