Slate Gray

#809099

Blue

Color Codes

All color formats for development

HEX
#809099
RGB
rgb(128, 144, 153)
HSL
hsl(202, 11%, 55%)
OKLCH
oklch(0.644 0.023 232.3)
CMYK
cmyk(16%, 6%, 0%, 40%)

Accessibility

WCAG contrast compliance

On White Background

3.30:1

AA AAA

On Black Background

6.37:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F8
100
#EBEE
200
#DADF
300
#BEC6
400
#9CA8
500
#8090
600
#6473
700
#4F5C
800
#3942
900
#242A
950
#171A

Shades

Darker variations

1#70828C
2#64737D
3#57656D
4#4B575D
5#3E484E
6#323A3E
7#252B2F
8#191D1F
9#0C0E10

Tints

Lighter variations

1#8C9BA3
2#99A6AD
3#A6B1B8
4#B3BCC2
5#BFC7CC
6#CCD2D6
7#D9DEE0
8#E6E9EB
9#F2F4F5

Tones

Muted variations

1#818F98
2#828F96
3#838F95
4#858E94
5#868E93
6#878E91
7#888D90
8#8A8D8F
9#8B8D8E

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
DADF
#DADFE1
Secondary backgroundsInput backgroundsDividers
300
BEC6
#BEC6CB
BordersInactive statesPlaceholder text
400
9CA8
#9CA8B0
Disabled statesSecondary iconsMuted text
500
8090
#809099
Primary brand colorCTAsActive elementsLinks
600
6473
#64737D
Hover statesFocus ringsPrimary buttons hover
700
4F5C
#4F5C63
Active/pressed statesDark mode accentsSecondary text
800
3942
#394247
Text on light backgroundsHeadingsStrong borders
900
242A
#242A2D
Primary textHigh emphasis contentDark headings
950
171A
#171A1C
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: #DADFE1;
  --slate-gray-300: #BEC6CB;
  --slate-gray-400: #9CA8B0;
  --slate-gray-500: #809099;
  --slate-gray-600: #64737D;
  --slate-gray-700: #4F5C63;
  --slate-gray-800: #394247;
  --slate-gray-900: #242A2D;
  --slate-gray-950: #171A1C;
}
Generate More ShadesCreate PaletteConvert Color