Slate Gray

#538B8D

Cyan

Color Codes

All color formats for development

HEX
#538B8D
RGB
rgb(83, 139, 141)
HSL
hsl(182, 26%, 44%)
OKLCH
oklch(0.599 0.059 198.6)
CMYK
cmyk(41%, 1%, 0%, 45%)

Accessibility

WCAG contrast compliance

On White Background

3.86: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
#D5E6
300
#B5D3
400
#8FBB
500
#6EA8
600
#538B
700
#426F
800
#2F4F
900
#1E33
950
#1320

Shades

Darker variations

1#4B7D7F
2#427071
3#3A6263
4#325455
5#2A4647
6#213839
7#192A2A
8#111C1C
9#080E0E

Tints

Lighter variations

1#5E9D9F
2#6FA8AA
3#81B3B5
4#93BEC0
5#A5C9CA
6#B7D4D5
7#C9DFDF
8#DBE9EA
9#EDF4F4

Tones

Muted variations

1#56898A
2#598688
3#5C8385
4#5F8182
5#627E7F
6#657B7C
7#677879
8#6A7676
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
D5E6
#D5E6E6
Secondary backgroundsInput backgroundsDividers
300
B5D3
#B5D3D4
BordersInactive statesPlaceholder text
400
8FBB
#8FBBBD
Disabled statesSecondary iconsMuted text
500
6EA8
#6EA8AA
Primary brand colorCTAsActive elementsLinks
600
538B
#538B8D
Hover statesFocus ringsPrimary buttons hover
700
426F
#426F70
Active/pressed statesDark mode accentsSecondary text
800
2F4F
#2F4F50
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: #E9F1F2;
  --slate-gray-200: #D5E6E6;
  --slate-gray-300: #B5D3D4;
  --slate-gray-400: #8FBBBD;
  --slate-gray-500: #6EA8AA;
  --slate-gray-600: #538B8D;
  --slate-gray-700: #426F70;
  --slate-gray-800: #2F4F50;
  --slate-gray-900: #1E3333;
  --slate-gray-950: #132020;
}
Generate More ShadesCreate PaletteConvert Color