Slate Gray

#7E8A9A

Blue

Color Codes

All color formats for development

HEX
#7E8A9A
RGB
rgb(126, 138, 154)
HSL
hsl(214, 12%, 55%)
OKLCH
oklch(0.629 0.028 255.6)
CMYK
cmyk(18%, 10%, 0%, 40%)

Accessibility

WCAG contrast compliance

On White Background

3.51:1

AA AAA

On Black Background

5.99: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
#7E8A
600
#636E
700
#4F58
800
#383F
900
#2428
950
#1619

Shades

Darker variations

1#6F7C8D
2#636E7E
3#56616E
4#4A535E
5#3E454F
6#31373F
7#25292F
8#191C1F
9#0C0E10

Tints

Lighter variations

1#8B96A4
2#98A2AE
3#A5ADB8
4#B2B9C2
5#BFC5CD
6#CCD0D7
7#D8DCE1
8#E5E8EB
9#F2F3F5

Tones

Muted variations

1#808B99
2#818B97
3#838B96
4#848B95
5#858B93
6#878C92
7#888C90
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
7E8A
#7E8A9A
Primary brand colorCTAsActive elementsLinks
600
636E
#636E7E
Hover statesFocus ringsPrimary buttons hover
700
4F58
#4F5864
Active/pressed statesDark mode accentsSecondary text
800
383F
#383F47
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: #7E8A9A;
  --slate-gray-600: #636E7E;
  --slate-gray-700: #4F5864;
  --slate-gray-800: #383F47;
  --slate-gray-900: #24282E;
  --slate-gray-950: #16191D;
}
Generate More ShadesCreate PaletteConvert Color