Slate Gray

#548A8C

Cyan

Color Codes

All color formats for development

HEX
#548A8C
RGB
rgb(84, 138, 140)
HSL
hsl(182, 25%, 44%)
OKLCH
oklch(0.597 0.057 198.8)
CMYK
cmyk(40%, 1%, 0%, 45%)

Accessibility

WCAG contrast compliance

On White Background

3.90:1

AA AAA

On Black Background

5.39:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F9
100
#E9F1
200
#D6E6
300
#B6D2
400
#8FBB
500
#70A7
600
#548A
700
#436E
800
#304F
900
#1F32
950
#131F

Shades

Darker variations

1#4C7D7E
2#436F70
3#3B6162
4#325354
5#2A4546
6#223738
7#192A2A
8#111C1C
9#080E0E

Tints

Lighter variations

1#5F9C9E
2#70A7A9
3#82B2B4
4#94BDBF
5#A6C8C9
6#B8D3D4
7#C9DEDF
8#DBE9EA
9#EDF4F4

Tones

Muted variations

1#578889
2#5A8587
3#5D8384
4#5F8081
5#627D7E
6#657B7B
7#687879
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
D6E6
#D6E6E6
Secondary backgroundsInput backgroundsDividers
300
B6D2
#B6D2D3
BordersInactive statesPlaceholder text
400
8FBB
#8FBBBC
Disabled statesSecondary iconsMuted text
500
70A7
#70A7A9
Primary brand colorCTAsActive elementsLinks
600
548A
#548A8C
Hover statesFocus ringsPrimary buttons hover
700
436E
#436E70
Active/pressed statesDark mode accentsSecondary text
800
304F
#304F50
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: #D6E6E6;
  --slate-gray-300: #B6D2D3;
  --slate-gray-400: #8FBBBC;
  --slate-gray-500: #70A7A9;
  --slate-gray-600: #548A8C;
  --slate-gray-700: #436E70;
  --slate-gray-800: #304F50;
  --slate-gray-900: #1F3233;
  --slate-gray-950: #131F20;
}
Generate More ShadesCreate PaletteConvert Color