Slate Gray

#548B8C

Cyan

Color Codes

All color formats for development

HEX
#548B8C
RGB
rgb(84, 139, 140)
HSL
hsl(181, 25%, 44%)
OKLCH
oklch(0.599 0.058 197.2)
CMYK
cmyk(40%, 1%, 0%, 45%)

Accessibility

WCAG contrast compliance

On White Background

3.85:1

AA AAA

On Black Background

5.45:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F9
100
#E9F1
200
#D6E6
300
#B6D3
400
#8FBB
500
#70A8
600
#548B
700
#436F
800
#304F
900
#1F33
950
#1320

Shades

Darker variations

1#4C7D7E
2#436F70
3#3B6262
4#325454
5#2A4646
6#223838
7#192A2A
8#111C1C
9#080E0E

Tints

Lighter variations

1#5F9D9E
2#70A8A9
3#82B3B4
4#94BEBF
5#A6C9C9
6#B8D4D4
7#C9DFDF
8#DBE9EA
9#EDF4F4

Tones

Muted variations

1#578989
2#5A8687
3#5D8384
4#5F8081
5#627E7E
6#657B7B
7#687879
8#6B7676
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
B6D3
#B6D3D3
BordersInactive statesPlaceholder text
400
8FBB
#8FBBBC
Disabled statesSecondary iconsMuted text
500
70A8
#70A8A9
Primary brand colorCTAsActive elementsLinks
600
548B
#548B8C
Hover statesFocus ringsPrimary buttons hover
700
436F
#436F70
Active/pressed statesDark mode accentsSecondary text
800
304F
#304F50
Text on light backgroundsHeadingsStrong borders
900
1F33
#1F3333
Primary textHigh emphasis contentDark headings
950
1320
#132020
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: #B6D3D3;
  --slate-gray-400: #8FBBBC;
  --slate-gray-500: #70A8A9;
  --slate-gray-600: #548B8C;
  --slate-gray-700: #436F70;
  --slate-gray-800: #304F50;
  --slate-gray-900: #1F3333;
  --slate-gray-950: #132020;
}
Generate More ShadesCreate PaletteConvert Color