Slate Gray

#7A8D9F

Blue

Color Codes

All color formats for development

HEX
#7A8D9F
RGB
rgb(122, 141, 159)
HSL
hsl(209, 16%, 55%)
OKLCH
oklch(0.635 0.035 246.9)
CMYK
cmyk(23%, 11%, 0%, 38%)

Accessibility

WCAG contrast compliance

On White Background

3.42:1

AA AAA

On Black Background

6.14:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EAED
200
#D9DE
300
#BBC5
400
#97A6
500
#7A8D
600
#5E71
700
#4B5A
800
#3640
900
#2229
950
#151A

Shades

Darker variations

1#6A7F92
2#5E7182
3#526372
4#475562
5#3B4651
6#2F3841
7#232A31
8#181C21
9#0C0E10

Tints

Lighter variations

1#8798A8
2#95A4B2
3#A2AFBC
4#AFBBC5
5#BCC6CF
6#CAD1D8
7#D7DDE2
8#E4E8EC
9#F2F4F5

Tones

Muted variations

1#7C8D9D
2#7E8D9B
3#7F8D99
4#818D97
5#838D95
6#858C94
7#878C92
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
D9DE
#D9DEE3
Secondary backgroundsInput backgroundsDividers
300
BBC5
#BBC5CE
BordersInactive statesPlaceholder text
400
97A6
#97A6B4
Disabled statesSecondary iconsMuted text
500
7A8D
#7A8D9F
Primary brand colorCTAsActive elementsLinks
600
5E71
#5E7182
Hover statesFocus ringsPrimary buttons hover
700
4B5A
#4B5A68
Active/pressed statesDark mode accentsSecondary text
800
3640
#36404A
Text on light backgroundsHeadingsStrong borders
900
2229
#22292F
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: #F6F7F9;
  --slate-gray-100: #EAEDF0;
  --slate-gray-200: #D9DEE3;
  --slate-gray-300: #BBC5CE;
  --slate-gray-400: #97A6B4;
  --slate-gray-500: #7A8D9F;
  --slate-gray-600: #5E7182;
  --slate-gray-700: #4B5A68;
  --slate-gray-800: #36404A;
  --slate-gray-900: #22292F;
  --slate-gray-950: #151A1E;
}
Generate More ShadesCreate PaletteConvert Color