Slate Gray

#71A2A8

Cyan

Color Codes

All color formats for development

HEX
#71A2A8
RGB
rgb(113, 162, 168)
HSL
hsl(187, 24%, 55%)
OKLCH
oklch(0.68 0.053 205.6)
CMYK
cmyk(33%, 4%, 0%, 34%)

Accessibility

WCAG contrast compliance

On White Background

2.82:1

AA AAA

On Black Background

7.44:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F9
100
#E9F0
200
#D6E4
300
#B6CF
400
#90B6
500
#71A1
600
#5585
700
#446A
800
#304B
900
#1F30
950
#131E

Shades

Darker variations

1#60959D
2#55858B
3#4B747A
4#406468
5#355357
6#2B4246
7#203234
8#152123
9#0B1111

Tints

Lighter variations

1#7FABB1
2#8DB4B9
3#9BBDC2
4#AAC7CB
5#B8D0D3
6#C6DADC
7#D4E3E5
8#E3ECEE
9#F1F6F6

Tones

Muted variations

1#739FA5
2#769DA2
3#799BA0
4#7C999D
5#7E979A
6#819597
7#849395
8#879092
9#898E8F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F9
#F6F9F9
BackgroundsSubtle highlightsCard backgrounds
100
E9F0
#E9F0F1
Light backgroundsTable row hoverSkeleton loading
200
D6E4
#D6E4E6
Secondary backgroundsInput backgroundsDividers
300
B6CF
#B6CFD2
BordersInactive statesPlaceholder text
400
90B6
#90B6BB
Disabled statesSecondary iconsMuted text
500
71A1
#71A1A8
Primary brand colorCTAsActive elementsLinks
600
5585
#55858B
Hover statesFocus ringsPrimary buttons hover
700
446A
#446A6F
Active/pressed statesDark mode accentsSecondary text
800
304B
#304B4F
Text on light backgroundsHeadingsStrong borders
900
1F30
#1F3033
Primary textHigh emphasis contentDark headings
950
131E
#131E20
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F9F9;
  --slate-gray-100: #E9F0F1;
  --slate-gray-200: #D6E4E6;
  --slate-gray-300: #B6CFD2;
  --slate-gray-400: #90B6BB;
  --slate-gray-500: #71A1A8;
  --slate-gray-600: #55858B;
  --slate-gray-700: #446A6F;
  --slate-gray-800: #304B4F;
  --slate-gray-900: #1F3033;
  --slate-gray-950: #131E20;
}
Generate More ShadesCreate PaletteConvert Color