Slate Gray

#54818C

Cyan

Color Codes

All color formats for development

HEX
#54818C
RGB
rgb(84, 129, 140)
HSL
hsl(192, 25%, 44%)
OKLCH
oklch(0.575 0.052 214.8)
CMYK
cmyk(40%, 8%, 0%, 45%)

Accessibility

WCAG contrast compliance

On White Background

4.29:1

AA AAA

On Black Background

4.90: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
#8FB3
500
#709D
600
#5481
700
#4367
800
#3049
900
#1F2F
950
#131D

Shades

Darker variations

1#4C747E
2#436770
3#3B5A62
4#324D54
5#2A4146
6#223438
7#19272A
8#111A1C
9#080D0E

Tints

Lighter variations

1#5F919E
2#709EA9
3#82AAB4
4#94B6BF
5#A6C2C9
6#B8CED4
7#C9DBDF
8#DBE7EA
9#EDF3F4

Tones

Muted variations

1#577F89
2#5A7E87
3#5D7C84
4#5F7A81
5#62797E
6#65777B
7#687579
8#6B7476
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
8FB3
#8FB3BC
Disabled statesSecondary iconsMuted text
500
709D
#709DA9
Primary brand colorCTAsActive elementsLinks
600
5481
#54818C
Hover statesFocus ringsPrimary buttons hover
700
4367
#436770
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: #8FB3BC;
  --slate-gray-500: #709DA9;
  --slate-gray-600: #54818C;
  --slate-gray-700: #436770;
  --slate-gray-800: #304950;
  --slate-gray-900: #1F2F33;
  --slate-gray-950: #131D20;
}
Generate More ShadesCreate PaletteConvert Color