Slate Gray

#7A8F9F

Blue

Color Codes

All color formats for development

HEX
#7A8F9F
RGB
rgb(122, 143, 159)
HSL
hsl(206, 16%, 55%)
OKLCH
oklch(0.639 0.034 241)
CMYK
cmyk(23%, 10%, 0%, 38%)

Accessibility

WCAG contrast compliance

On White Background

3.36:1

AA AAA

On Black Background

6.26:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAEE
200
#D9DF
300
#BBC6
400
#97A8
500
#7A8F
600
#5E73
700
#4B5B
800
#3641
900
#222A
950
#151A

Shades

Darker variations

1#6A8192
2#5E7382
3#526472
4#475662
5#3B4851
6#2F3941
7#232B31
8#181D21
9#0C0E10

Tints

Lighter variations

1#879AA8
2#95A5B2
3#A2B0BC
4#AFBCC5
5#BCC7CF
6#CAD2D8
7#D7DDE2
8#E4E9EC
9#F2F4F5

Tones

Muted variations

1#7C8E9D
2#7E8E9B
3#7F8E99
4#818E97
5#838D95
6#858D94
7#878D92
8#898D90
9#8A8C8E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F9
BackgroundsSubtle highlightsCard backgrounds
100
EAEE
#EAEEF0
Light backgroundsTable row hoverSkeleton loading
200
D9DF
#D9DFE3
Secondary backgroundsInput backgroundsDividers
300
BBC6
#BBC6CE
BordersInactive statesPlaceholder text
400
97A8
#97A8B4
Disabled statesSecondary iconsMuted text
500
7A8F
#7A8F9F
Primary brand colorCTAsActive elementsLinks
600
5E73
#5E7382
Hover statesFocus ringsPrimary buttons hover
700
4B5B
#4B5B68
Active/pressed statesDark mode accentsSecondary text
800
3641
#36414A
Text on light backgroundsHeadingsStrong borders
900
222A
#222A2F
Primary textHigh emphasis contentDark headings
950
151A
#151A1E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F8F9;
  --slate-gray-100: #EAEEF0;
  --slate-gray-200: #D9DFE3;
  --slate-gray-300: #BBC6CE;
  --slate-gray-400: #97A8B4;
  --slate-gray-500: #7A8F9F;
  --slate-gray-600: #5E7382;
  --slate-gray-700: #4B5B68;
  --slate-gray-800: #36414A;
  --slate-gray-900: #222A2F;
  --slate-gray-950: #151A1E;
}
Generate More ShadesCreate PaletteConvert Color