Slate Gray

#719EA8

Cyan

Color Codes

All color formats for development

HEX
#719EA8
RGB
rgb(113, 158, 168)
HSL
hsl(191, 24%, 55%)
OKLCH
oklch(0.67 0.051 213)
CMYK
cmyk(33%, 6%, 0%, 34%)

Accessibility

WCAG contrast compliance

On White Background

2.93:1

AA AAA

On Black Background

7.16:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F9
100
#E9F0
200
#D6E3
300
#B6CD
400
#90B3
500
#719E
600
#5581
700
#4467
800
#3049
900
#1F2F
950
#131D

Shades

Darker variations

1#60919D
2#55818B
3#4B717A
4#406168
5#355157
6#2B4146
7#203034
8#152023
9#0B1011

Tints

Lighter variations

1#7FA7B1
2#8DB1B9
3#9BBBC2
4#AAC5CB
5#B8CED3
6#C6D8DC
7#D4E2E5
8#E3ECEE
9#F1F5F6

Tones

Muted variations

1#739CA5
2#769AA2
3#7998A0
4#7C979D
5#7E959A
6#819397
7#849195
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
D6E3
#D6E3E6
Secondary backgroundsInput backgroundsDividers
300
B6CD
#B6CDD2
BordersInactive statesPlaceholder text
400
90B3
#90B3BB
Disabled statesSecondary iconsMuted text
500
719E
#719EA8
Primary brand colorCTAsActive elementsLinks
600
5581
#55818B
Hover statesFocus ringsPrimary buttons hover
700
4467
#44676F
Active/pressed statesDark mode accentsSecondary text
800
3049
#30494F
Text on light backgroundsHeadingsStrong borders
900
1F2F
#1F2F33
Primary textHigh emphasis contentDark headings
950
131D
#131D20
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: #D6E3E6;
  --slate-gray-300: #B6CDD2;
  --slate-gray-400: #90B3BB;
  --slate-gray-500: #719EA8;
  --slate-gray-600: #55818B;
  --slate-gray-700: #44676F;
  --slate-gray-800: #30494F;
  --slate-gray-900: #1F2F33;
  --slate-gray-950: #131D20;
}
Generate More ShadesCreate PaletteConvert Color