Slate Gray

#54848C

Cyan

Color Codes

All color formats for development

HEX
#54848C
RGB
rgb(84, 132, 140)
HSL
hsl(189, 25%, 44%)
OKLCH
oklch(0.582 0.053 209.1)
CMYK
cmyk(40%, 6%, 0%, 45%)

Accessibility

WCAG contrast compliance

On White Background

4.15:1

AA AAA

On Black Background

5.06:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F9
100
#E9F0
200
#D6E4
300
#B6CF
400
#8FB5
500
#70A0
600
#5484
700
#4369
800
#304B
900
#1F30
950
#131E

Shades

Darker variations

1#4C777E
2#436970
3#3B5C62
4#324F54
5#2A4246
6#223538
7#19282A
8#111A1C
9#080D0E

Tints

Lighter variations

1#5F959E
2#70A1A9
3#82ADB4
4#94B8BF
5#A6C4C9
6#B8D0D4
7#C9DCDF
8#DBE7EA
9#EDF3F4

Tones

Muted variations

1#578289
2#5A8087
3#5D7E84
4#5F7C81
5#627A7E
6#65787B
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
D6E4
#D6E4E6
Secondary backgroundsInput backgroundsDividers
300
B6CF
#B6CFD3
BordersInactive statesPlaceholder text
400
8FB5
#8FB5BC
Disabled statesSecondary iconsMuted text
500
70A0
#70A0A9
Primary brand colorCTAsActive elementsLinks
600
5484
#54848C
Hover statesFocus ringsPrimary buttons hover
700
4369
#436970
Active/pressed statesDark mode accentsSecondary text
800
304B
#304B50
Text on light backgroundsHeadingsStrong borders
900
1F30
#1F3033
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: #D6E4E6;
  --slate-gray-300: #B6CFD3;
  --slate-gray-400: #8FB5BC;
  --slate-gray-500: #70A0A9;
  --slate-gray-600: #54848C;
  --slate-gray-700: #436970;
  --slate-gray-800: #304B50;
  --slate-gray-900: #1F3033;
  --slate-gray-950: #131E20;
}
Generate More ShadesCreate PaletteConvert Color