Slate Gray

#538D8D

Cyan

Color Codes

All color formats for development

HEX
#538D8D
RGB
rgb(83, 141, 141)
HSL
hsl(180, 26%, 44%)
OKLCH
oklch(0.604 0.061 195.7)
CMYK
cmyk(41%, 0%, 0%, 45%)

Accessibility

WCAG contrast compliance

On White Background

3.78:1

AA AAA

On Black Background

5.56:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F9
100
#E9F2
200
#D5E6
300
#B5D4
400
#8FBD
500
#6EAA
600
#538D
700
#4270
800
#2F50
900
#1E33
950
#1320

Shades

Darker variations

1#4B7F7F
2#427171
3#3A6363
4#325555
5#2A4747
6#213939
7#192A2A
8#111C1C
9#080E0E

Tints

Lighter variations

1#5E9F9F
2#6FAAAA
3#81B5B5
4#93C0C0
5#A5CACA
6#B7D5D5
7#C9DFDF
8#DBEAEA
9#EDF4F4

Tones

Muted variations

1#568A8A
2#598888
3#5C8585
4#5F8282
5#627F7F
6#657C7C
7#677979
8#6A7676
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
D5E6
#D5E6E6
Secondary backgroundsInput backgroundsDividers
300
B5D4
#B5D4D4
BordersInactive statesPlaceholder text
400
8FBD
#8FBDBD
Disabled statesSecondary iconsMuted text
500
6EAA
#6EAAAA
Primary brand colorCTAsActive elementsLinks
600
538D
#538D8D
Hover statesFocus ringsPrimary buttons hover
700
4270
#427070
Active/pressed statesDark mode accentsSecondary text
800
2F50
#2F5050
Text on light backgroundsHeadingsStrong borders
900
1E33
#1E3333
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: #D5E6E6;
  --slate-gray-300: #B5D4D4;
  --slate-gray-400: #8FBDBD;
  --slate-gray-500: #6EAAAA;
  --slate-gray-600: #538D8D;
  --slate-gray-700: #427070;
  --slate-gray-800: #2F5050;
  --slate-gray-900: #1E3333;
  --slate-gray-950: #132020;
}
Generate More ShadesCreate PaletteConvert Color