Slate Gray

#808999

Blue

Color Codes

All color formats for development

HEX
#808999
RGB
rgb(128, 137, 153)
HSL
hsl(218, 11%, 55%)
OKLCH
oklch(0.628 0.026 262)
CMYK
cmyk(16%, 10%, 0%, 40%)

Accessibility

WCAG contrast compliance

On White Background

3.53:1

AA AAA

On Black Background

5.96:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F7
100
#EBED
200
#DADD
300
#BEC3
400
#9CA3
500
#8089
600
#646D
700
#4F57
800
#393E
900
#2428
950
#1719

Shades

Darker variations

1#707B8C
2#646D7D
3#575F6D
4#4B525D
5#3E444E
6#32363E
7#25292F
8#191B1F
9#0C0E10

Tints

Lighter variations

1#8C95A3
2#99A1AD
3#A6ACB8
4#B3B8C2
5#BFC4CC
6#CCD0D6
7#D9DCE0
8#E6E7EB
9#F2F3F5

Tones

Muted variations

1#818998
2#828A96
3#838A95
4#858A94
5#868B93
6#878B91
7#888B90
8#8A8C8F
9#8B8C8E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F7
#F7F7F8
BackgroundsSubtle highlightsCard backgrounds
100
EBED
#EBEDEF
Light backgroundsTable row hoverSkeleton loading
200
DADD
#DADDE1
Secondary backgroundsInput backgroundsDividers
300
BEC3
#BEC3CB
BordersInactive statesPlaceholder text
400
9CA3
#9CA3B0
Disabled statesSecondary iconsMuted text
500
8089
#808999
Primary brand colorCTAsActive elementsLinks
600
646D
#646D7D
Hover statesFocus ringsPrimary buttons hover
700
4F57
#4F5763
Active/pressed statesDark mode accentsSecondary text
800
393E
#393E47
Text on light backgroundsHeadingsStrong borders
900
2428
#24282D
Primary textHigh emphasis contentDark headings
950
1719
#17191C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F7F7F8;
  --slate-gray-100: #EBEDEF;
  --slate-gray-200: #DADDE1;
  --slate-gray-300: #BEC3CB;
  --slate-gray-400: #9CA3B0;
  --slate-gray-500: #808999;
  --slate-gray-600: #646D7D;
  --slate-gray-700: #4F5763;
  --slate-gray-800: #393E47;
  --slate-gray-900: #24282D;
  --slate-gray-950: #17191C;
}
Generate More ShadesCreate PaletteConvert Color