Slate Gray

#819798

Cyan

Color Codes

All color formats for development

HEX
#819798
RGB
rgb(129, 151, 152)
HSL
hsl(183, 10%, 55%)
OKLCH
oklch(0.66 0.025 199.9)
CMYK
cmyk(15%, 1%, 0%, 40%)

Accessibility

WCAG contrast compliance

On White Background

3.08:1

AA AAA

On Black Background

6.81:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F8
100
#EBEF
200
#DBE1
300
#BECA
400
#9DAE
500
#8197
600
#657A
700
#5061
800
#3945
900
#252C
950
#171C

Shades

Darker variations

1#728A8B
2#657A7B
3#586B6C
4#4C5C5D
5#3F4C4D
6#323D3E
7#262E2E
8#191F1F
9#0D0F0F

Tints

Lighter variations

1#8DA1A2
2#9AABAC
3#A7B6B7
4#B3C0C1
5#C0CBCB
6#CDD5D6
7#D9E0E0
8#E6EAEA
9#F2F5F5

Tones

Muted variations

1#829697
2#839595
3#849394
4#859293
5#879192
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
EBEF
#EBEFEF
Light backgroundsTable row hoverSkeleton loading
200
DBE1
#DBE1E1
Secondary backgroundsInput backgroundsDividers
300
BECA
#BECACA
BordersInactive statesPlaceholder text
400
9DAE
#9DAEAF
Disabled statesSecondary iconsMuted text
500
8197
#819798
Primary brand colorCTAsActive elementsLinks
600
657A
#657A7B
Hover statesFocus ringsPrimary buttons hover
700
5061
#506162
Active/pressed statesDark mode accentsSecondary text
800
3945
#394546
Text on light backgroundsHeadingsStrong borders
900
252C
#252C2D
Primary textHigh emphasis contentDark headings
950
171C
#171C1C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F7F8F8;
  --slate-gray-100: #EBEFEF;
  --slate-gray-200: #DBE1E1;
  --slate-gray-300: #BECACA;
  --slate-gray-400: #9DAEAF;
  --slate-gray-500: #819798;
  --slate-gray-600: #657A7B;
  --slate-gray-700: #506162;
  --slate-gray-800: #394546;
  --slate-gray-900: #252C2D;
  --slate-gray-950: #171C1C;
}
Generate More ShadesCreate PaletteConvert Color