Slate Gray

#7A889F

Blue

Color Codes

All color formats for development

HEX
#7A889F
RGB
rgb(122, 136, 159)
HSL
hsl(217, 16%, 55%)
OKLCH
oklch(0.624 0.038 260.3)
CMYK
cmyk(23%, 14%, 0%, 38%)

Accessibility

WCAG contrast compliance

On White Background

3.59:1

AA AAA

On Black Background

5.85:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EAEC
200
#D9DD
300
#BBC2
400
#97A2
500
#7A88
600
#5E6C
700
#4B56
800
#363D
900
#2227
950
#1519

Shades

Darker variations

1#6A7A92
2#5E6C82
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#BCC3CF
6#CACFD8
7#D7DBE2
8#E4E7EC
9#F2F3F5

Tones

Muted variations

1#7C889D
2#7E899B
3#7F8999
4#818A97
5#838A95
6#858B94
7#878B92
8#898B90
9#8A8C8E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F9
BackgroundsSubtle highlightsCard backgrounds
100
EAEC
#EAECF0
Light backgroundsTable row hoverSkeleton loading
200
D9DD
#D9DDE3
Secondary backgroundsInput backgroundsDividers
300
BBC2
#BBC2CE
BordersInactive statesPlaceholder text
400
97A2
#97A2B4
Disabled statesSecondary iconsMuted text
500
7A88
#7A889F
Primary brand colorCTAsActive elementsLinks
600
5E6C
#5E6C82
Hover statesFocus ringsPrimary buttons hover
700
4B56
#4B5668
Active/pressed statesDark mode accentsSecondary text
800
363D
#363D4A
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: #EAECF0;
  --slate-gray-200: #D9DDE3;
  --slate-gray-300: #BBC2CE;
  --slate-gray-400: #97A2B4;
  --slate-gray-500: #7A889F;
  --slate-gray-600: #5E6C82;
  --slate-gray-700: #4B5668;
  --slate-gray-800: #363D4A;
  --slate-gray-900: #22272F;
  --slate-gray-950: #15191E;
}
Generate More ShadesCreate PaletteConvert Color