Slate Gray

#7A899F

Blue

Color Codes

All color formats for development

HEX
#7A899F
RGB
rgb(122, 137, 159)
HSL
hsl(216, 16%, 55%)
OKLCH
oklch(0.626 0.038 257.9)
CMYK
cmyk(23%, 14%, 0%, 38%)

Accessibility

WCAG contrast compliance

On White Background

3.56:1

AA AAA

On Black Background

5.91:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EAED
200
#D9DD
300
#BBC2
400
#97A3
500
#7A89
600
#5E6D
700
#4B56
800
#363E
900
#2227
950
#1519

Shades

Darker variations

1#6A7A92
2#5E6D82
3#525F72
4#475162
5#3B4451
6#2F3641
7#232931
8#181B21
9#0C0E10

Tints

Lighter variations

1#8794A8
2#95A0B2
3#A2ACBC
4#AFB8C5
5#BCC4CF
6#CAD0D8
7#D7DBE2
8#E4E7EC
9#F2F3F5

Tones

Muted variations

1#7C899D
2#7E899B
3#7F8A99
4#818A97
5#838A95
6#858B94
7#878B92
8#898C90
9#8A8C8E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F9
BackgroundsSubtle highlightsCard backgrounds
100
EAED
#EAEDF0
Light backgroundsTable row hoverSkeleton loading
200
D9DD
#D9DDE3
Secondary backgroundsInput backgroundsDividers
300
BBC2
#BBC2CE
BordersInactive statesPlaceholder text
400
97A3
#97A3B4
Disabled statesSecondary iconsMuted text
500
7A89
#7A899F
Primary brand colorCTAsActive elementsLinks
600
5E6D
#5E6D82
Hover statesFocus ringsPrimary buttons hover
700
4B56
#4B5668
Active/pressed statesDark mode accentsSecondary text
800
363E
#363E4A
Text on light backgroundsHeadingsStrong borders
900
2227
#22272F
Primary textHigh emphasis contentDark headings
950
1519
#15191E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F7F9;
  --slate-gray-100: #EAEDF0;
  --slate-gray-200: #D9DDE3;
  --slate-gray-300: #BBC2CE;
  --slate-gray-400: #97A3B4;
  --slate-gray-500: #7A899F;
  --slate-gray-600: #5E6D82;
  --slate-gray-700: #4B5668;
  --slate-gray-800: #363E4A;
  --slate-gray-900: #22272F;
  --slate-gray-950: #15191E;
}
Generate More ShadesCreate PaletteConvert Color