Slate Gray

#7A959F

Blue

Color Codes

All color formats for development

HEX
#7A959F
RGB
rgb(122, 149, 159)
HSL
hsl(196, 16%, 55%)
OKLCH
oklch(0.652 0.034 222.3)
CMYK
cmyk(23%, 6%, 0%, 38%)

Accessibility

WCAG contrast compliance

On White Background

3.17:1

AA AAA

On Black Background

6.63:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAEE
200
#D9E0
300
#BBC9
400
#97AC
500
#7A95
600
#5E79
700
#4B60
800
#3645
900
#222C
950
#151B

Shades

Darker variations

1#6A8892
2#5E7982
3#526A72
4#475A62
5#3B4B51
6#2F3C41
7#232D31
8#181E21
9#0C0F10

Tints

Lighter variations

1#879FA8
2#95AAB2
3#A2B5BC
4#AFBFC5
5#BCCACF
6#CAD5D8
7#D7DFE2
8#E4EAEC
9#F2F4F5

Tones

Muted variations

1#7C949D
2#7E939B
3#7F9299
4#819197
5#839195
6#859094
7#878F92
8#898E90
9#8A8D8E

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
D9E0
#D9E0E3
Secondary backgroundsInput backgroundsDividers
300
BBC9
#BBC9CE
BordersInactive statesPlaceholder text
400
97AC
#97ACB4
Disabled statesSecondary iconsMuted text
500
7A95
#7A959F
Primary brand colorCTAsActive elementsLinks
600
5E79
#5E7982
Hover statesFocus ringsPrimary buttons hover
700
4B60
#4B6068
Active/pressed statesDark mode accentsSecondary text
800
3645
#36454A
Text on light backgroundsHeadingsStrong borders
900
222C
#222C2F
Primary textHigh emphasis contentDark headings
950
151B
#151B1E
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: #D9E0E3;
  --slate-gray-300: #BBC9CE;
  --slate-gray-400: #97ACB4;
  --slate-gray-500: #7A959F;
  --slate-gray-600: #5E7982;
  --slate-gray-700: #4B6068;
  --slate-gray-800: #36454A;
  --slate-gray-900: #222C2F;
  --slate-gray-950: #151B1E;
}
Generate More ShadesCreate PaletteConvert Color