Slate Gray

#7E899A

Blue

Color Codes

All color formats for development

HEX
#7E899A
RGB
rgb(126, 137, 154)
HSL
hsl(216, 12%, 55%)
OKLCH
oklch(0.627 0.029 259)
CMYK
cmyk(18%, 11%, 0%, 40%)

Accessibility

WCAG contrast compliance

On White Background

3.54:1

AA AAA

On Black Background

5.93:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EBED
200
#DADD
300
#BDC3
400
#9BA4
500
#7E89
600
#636E
700
#4F57
800
#383E
900
#2428
950
#1619

Shades

Darker variations

1#6F7B8D
2#636E7E
3#56606E
4#4A525E
5#3E444F
6#31373F
7#25292F
8#191B1F
9#0C0E10

Tints

Lighter variations

1#8B95A4
2#98A1AE
3#A5ADB8
4#B2B8C2
5#BFC4CD
6#CCD0D7
7#D8DCE1
8#E5E7EB
9#F2F3F5

Tones

Muted variations

1#808A99
2#818A97
3#838A96
4#848B95
5#858B93
6#878B92
7#888B90
8#898C8F
9#8B8C8E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F8
BackgroundsSubtle highlightsCard backgrounds
100
EBED
#EBEDEF
Light backgroundsTable row hoverSkeleton loading
200
DADD
#DADDE2
Secondary backgroundsInput backgroundsDividers
300
BDC3
#BDC3CB
BordersInactive statesPlaceholder text
400
9BA4
#9BA4B0
Disabled statesSecondary iconsMuted text
500
7E89
#7E899A
Primary brand colorCTAsActive elementsLinks
600
636E
#636E7E
Hover statesFocus ringsPrimary buttons hover
700
4F57
#4F5764
Active/pressed statesDark mode accentsSecondary text
800
383E
#383E47
Text on light backgroundsHeadingsStrong borders
900
2428
#24282E
Primary textHigh emphasis contentDark headings
950
1619
#16191D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F7F8;
  --slate-gray-100: #EBEDEF;
  --slate-gray-200: #DADDE2;
  --slate-gray-300: #BDC3CB;
  --slate-gray-400: #9BA4B0;
  --slate-gray-500: #7E899A;
  --slate-gray-600: #636E7E;
  --slate-gray-700: #4F5764;
  --slate-gray-800: #383E47;
  --slate-gray-900: #24282E;
  --slate-gray-950: #16191D;
}
Generate More ShadesCreate PaletteConvert Color