Slate Gray

#70A6A9

Cyan

Color Codes

All color formats for development

HEX
#70A6A9
RGB
rgb(112, 166, 169)
HSL
hsl(183, 25%, 55%)
OKLCH
oklch(0.689 0.057 200.3)
CMYK
cmyk(34%, 2%, 0%, 34%)

Accessibility

WCAG contrast compliance

On White Background

2.72:1

AA AAA

On Black Background

7.72:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F9
100
#E9F1
200
#D6E5
300
#B6D2
400
#8FBA
500
#70A6
600
#5489
700
#436D
800
#304E
900
#1F32
950
#131F

Shades

Darker variations

1#5F9B9E
2#54898C
3#4A787B
4#3F6769
5#355658
6#2A4546
7#203435
8#152223
9#0B1112

Tints

Lighter variations

1#7EAFB2
2#8CB8BA
3#9BC1C3
4#A9CACB
5#B7D3D4
6#C6DBDD
7#D4E4E5
8#E2EDEE
9#F1F6F6

Tones

Muted variations

1#72A3A6
2#75A1A3
3#789EA0
4#7B9C9D
5#7E999B
6#819798
7#849495
8#879192
9#898F8F

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
D6E5
#D6E5E6
Secondary backgroundsInput backgroundsDividers
300
B6D2
#B6D2D3
BordersInactive statesPlaceholder text
400
8FBA
#8FBABC
Disabled statesSecondary iconsMuted text
500
70A6
#70A6A9
Primary brand colorCTAsActive elementsLinks
600
5489
#54898C
Hover statesFocus ringsPrimary buttons hover
700
436D
#436D70
Active/pressed statesDark mode accentsSecondary text
800
304E
#304E50
Text on light backgroundsHeadingsStrong borders
900
1F32
#1F3233
Primary textHigh emphasis contentDark headings
950
131F
#131F20
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: #D6E5E6;
  --slate-gray-300: #B6D2D3;
  --slate-gray-400: #8FBABC;
  --slate-gray-500: #70A6A9;
  --slate-gray-600: #54898C;
  --slate-gray-700: #436D70;
  --slate-gray-800: #304E50;
  --slate-gray-900: #1F3233;
  --slate-gray-950: #131F20;
}
Generate More ShadesCreate PaletteConvert Color