Slate Gray

#54888C

Cyan

Color Codes

All color formats for development

HEX
#54888C
RGB
rgb(84, 136, 140)
HSL
hsl(184, 25%, 44%)
OKLCH
oklch(0.592 0.056 202)
CMYK
cmyk(40%, 3%, 0%, 45%)

Accessibility

WCAG contrast compliance

On White Background

3.98:1

AA AAA

On Black Background

5.28: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
#8FB9
500
#70A5
600
#5489
700
#436D
800
#304E
900
#1F32
950
#131F

Shades

Darker variations

1#4C7B7E
2#436D70
3#3B6062
4#325254
5#2A4446
6#223738
7#19292A
8#111B1C
9#080E0E

Tints

Lighter variations

1#5F9A9E
2#70A6A9
3#82B1B4
4#94BCBF
5#A6C7C9
6#B8D2D4
7#C9DDDF
8#DBE9EA
9#EDF4F4

Tones

Muted variations

1#578689
2#5A8487
3#5D8184
4#5F7F81
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
8FB9
#8FB9BC
Disabled statesSecondary iconsMuted text
500
70A5
#70A5A9
Primary brand colorCTAsActive elementsLinks
600
5489
#54898C
Hover statesFocus ringsPrimary buttons hover
700
436D
#436D70
Active/pressed statesDark mode accentsSecondary text
800
304E
#304E50
Text on light backgroundsHeadingsStrong borders
900
1F32
#1F3233
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: #8FB9BC;
  --slate-gray-500: #70A5A9;
  --slate-gray-600: #54898C;
  --slate-gray-700: #436D70;
  --slate-gray-800: #304E50;
  --slate-gray-900: #1F3233;
  --slate-gray-950: #131F20;
}
Generate More ShadesCreate PaletteConvert Color