Slate Gray

#548C8C

Cyan

Color Codes

All color formats for development

HEX
#548C8C
RGB
rgb(84, 140, 140)
HSL
hsl(180, 25%, 44%)
OKLCH
oklch(0.602 0.059 195.7)
CMYK
cmyk(40%, 0%, 0%, 45%)

Accessibility

WCAG contrast compliance

On White Background

3.81:1

AA AAA

On Black Background

5.51:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F9
100
#E9F2
200
#D6E6
300
#B6D3
400
#8FBC
500
#70A9
600
#548C
700
#4370
800
#3050
900
#1F33
950
#1320

Shades

Darker variations

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

Tints

Lighter variations

1#5F9E9E
2#70A9A9
3#82B4B4
4#94BFBF
5#A6C9C9
6#B8D4D4
7#C9DFDF
8#DBEAEA
9#EDF4F4

Tones

Muted variations

1#578989
2#5A8787
3#5D8484
4#5F8181
5#627E7E
6#657B7B
7#687979
8#6B7676
9#6D7373

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F9
#F5F9F9
BackgroundsSubtle highlightsCard backgrounds
100
E9F2
#E9F2F2
Light backgroundsTable row hoverSkeleton loading
200
D6E6
#D6E6E6
Secondary backgroundsInput backgroundsDividers
300
B6D3
#B6D3D3
BordersInactive statesPlaceholder text
400
8FBC
#8FBCBC
Disabled statesSecondary iconsMuted text
500
70A9
#70A9A9
Primary brand colorCTAsActive elementsLinks
600
548C
#548C8C
Hover statesFocus ringsPrimary buttons hover
700
4370
#437070
Active/pressed statesDark mode accentsSecondary text
800
3050
#305050
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: #E9F2F2;
  --slate-gray-200: #D6E6E6;
  --slate-gray-300: #B6D3D3;
  --slate-gray-400: #8FBCBC;
  --slate-gray-500: #70A9A9;
  --slate-gray-600: #548C8C;
  --slate-gray-700: #437070;
  --slate-gray-800: #305050;
  --slate-gray-900: #1F3333;
  --slate-gray-950: #132020;
}
Generate More ShadesCreate PaletteConvert Color