Slate Gray

#508691

Cyan

Color Codes

All color formats for development

HEX
#508691
RGB
rgb(80, 134, 145)
HSL
hsl(190, 29%, 44%)
OKLCH
oklch(0.587 0.06 212.1)
CMYK
cmyk(45%, 8%, 0%, 43%)

Accessibility

WCAG contrast compliance

On White Background

4.07:1

AA AAA

On Black Background

5.16:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F9
100
#E8F1
200
#D4E4
300
#B3D0
400
#8CB7
500
#6BA2
600
#5086
700
#3F6B
800
#2D4C
900
#1D31
950
#121E

Shades

Darker variations

1#487982
2#406B74
3#385E65
4#305057
5#284348
6#20363A
7#18282B
8#101B1D
9#080D0E

Tints

Lighter variations

1#5A97A3
2#6CA3AE
3#7EAEB8
4#90BAC2
5#A3C5CC
6#B5D1D6
7#C8DCE1
8#DAE8EB
9#EDF3F5

Tones

Muted variations

1#53848D
2#56828A
3#597F87
4#5D7D84
5#607B80
6#63797D
7#66777A
8#6A7577
9#6D7273

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F9
#F5F9FA
BackgroundsSubtle highlightsCard backgrounds
100
E8F1
#E8F1F2
Light backgroundsTable row hoverSkeleton loading
200
D4E4
#D4E4E7
Secondary backgroundsInput backgroundsDividers
300
B3D0
#B3D0D5
BordersInactive statesPlaceholder text
400
8CB7
#8CB7C0
Disabled statesSecondary iconsMuted text
500
6BA2
#6BA2AE
Primary brand colorCTAsActive elementsLinks
600
5086
#508691
Hover statesFocus ringsPrimary buttons hover
700
3F6B
#3F6B73
Active/pressed statesDark mode accentsSecondary text
800
2D4C
#2D4C52
Text on light backgroundsHeadingsStrong borders
900
1D31
#1D3135
Primary textHigh emphasis contentDark headings
950
121E
#121E21
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F5F9FA;
  --slate-gray-100: #E8F1F2;
  --slate-gray-200: #D4E4E7;
  --slate-gray-300: #B3D0D5;
  --slate-gray-400: #8CB7C0;
  --slate-gray-500: #6BA2AE;
  --slate-gray-600: #508691;
  --slate-gray-700: #3F6B73;
  --slate-gray-800: #2D4C52;
  --slate-gray-900: #1D3135;
  --slate-gray-950: #121E21;
}
Generate More ShadesCreate PaletteConvert Color