Slate Gray

#71A4A8

Cyan

Color Codes

All color formats for development

HEX
#71A4A8
RGB
rgb(113, 164, 168)
HSL
hsl(184, 24%, 55%)
OKLCH
oklch(0.684 0.054 202.1)
CMYK
cmyk(33%, 2%, 0%, 34%)

Accessibility

WCAG contrast compliance

On White Background

2.77:1

AA AAA

On Black Background

7.58:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F9
100
#E9F1
200
#D6E5
300
#B6D1
400
#90B8
500
#71A4
600
#5588
700
#446C
800
#304D
900
#1F31
950
#131F

Shades

Darker variations

1#60989D
2#55888B
3#4B777A
4#406668
5#355557
6#2B4446
7#203334
8#152223
9#0B1111

Tints

Lighter variations

1#7FADB1
2#8DB6B9
3#9BBFC2
4#AAC8CB
5#B8D2D3
6#C6DBDC
7#D4E4E5
8#E3EDEE
9#F1F6F6

Tones

Muted variations

1#73A2A5
2#769FA2
3#799DA0
4#7C9B9D
5#7E989A
6#819697
7#849395
8#879192
9#898F8F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F9
#F6F9F9
BackgroundsSubtle highlightsCard backgrounds
100
E9F1
#E9F1F1
Light backgroundsTable row hoverSkeleton loading
200
D6E5
#D6E5E6
Secondary backgroundsInput backgroundsDividers
300
B6D1
#B6D1D2
BordersInactive statesPlaceholder text
400
90B8
#90B8BB
Disabled statesSecondary iconsMuted text
500
71A4
#71A4A8
Primary brand colorCTAsActive elementsLinks
600
5588
#55888B
Hover statesFocus ringsPrimary buttons hover
700
446C
#446C6F
Active/pressed statesDark mode accentsSecondary text
800
304D
#304D4F
Text on light backgroundsHeadingsStrong borders
900
1F31
#1F3133
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: #F6F9F9;
  --slate-gray-100: #E9F1F1;
  --slate-gray-200: #D6E5E6;
  --slate-gray-300: #B6D1D2;
  --slate-gray-400: #90B8BB;
  --slate-gray-500: #71A4A8;
  --slate-gray-600: #55888B;
  --slate-gray-700: #446C6F;
  --slate-gray-800: #304D4F;
  --slate-gray-900: #1F3133;
  --slate-gray-950: #131F20;
}
Generate More ShadesCreate PaletteConvert Color