Slate Gray

#819598

Cyan

Color Codes

All color formats for development

HEX
#819598
RGB
rgb(129, 149, 152)
HSL
hsl(188, 10%, 55%)
OKLCH
oklch(0.655 0.023 207.6)
CMYK
cmyk(15%, 2%, 0%, 40%)

Accessibility

WCAG contrast compliance

On White Background

3.14:1

AA AAA

On Black Background

6.69:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F8
100
#EBEE
200
#DBE0
300
#BEC9
400
#9DAC
500
#8195
600
#6578
700
#5060
800
#3944
900
#252C
950
#171B

Shades

Darker variations

1#72878B
2#65787B
3#58696C
4#4C5A5D
5#3F4B4D
6#323C3E
7#262D2E
8#191E1F
9#0D0F0F

Tints

Lighter variations

1#8D9FA2
2#9AAAAC
3#A7B5B7
4#B3BFC1
5#C0CACB
6#CDD4D6
7#D9DFE0
8#E6EAEA
9#F2F4F5

Tones

Muted variations

1#829497
2#839395
3#849294
4#859193
5#879092
6#889091
7#898F90
8#8A8E8F
9#8B8D8D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F8
#F7F8F8
BackgroundsSubtle highlightsCard backgrounds
100
EBEE
#EBEEEF
Light backgroundsTable row hoverSkeleton loading
200
DBE0
#DBE0E1
Secondary backgroundsInput backgroundsDividers
300
BEC9
#BEC9CA
BordersInactive statesPlaceholder text
400
9DAC
#9DACAF
Disabled statesSecondary iconsMuted text
500
8195
#819598
Primary brand colorCTAsActive elementsLinks
600
6578
#65787B
Hover statesFocus ringsPrimary buttons hover
700
5060
#506062
Active/pressed statesDark mode accentsSecondary text
800
3944
#394446
Text on light backgroundsHeadingsStrong borders
900
252C
#252C2D
Primary textHigh emphasis contentDark headings
950
171B
#171B1C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F7F8F8;
  --slate-gray-100: #EBEEEF;
  --slate-gray-200: #DBE0E1;
  --slate-gray-300: #BEC9CA;
  --slate-gray-400: #9DACAF;
  --slate-gray-500: #819598;
  --slate-gray-600: #65787B;
  --slate-gray-700: #506062;
  --slate-gray-800: #394446;
  --slate-gray-900: #252C2D;
  --slate-gray-950: #171B1C;
}
Generate More ShadesCreate PaletteConvert Color