Slate Gray

#7597A3

Blue

Color Codes

All color formats for development

HEX
#7597A3
RGB
rgb(117, 151, 163)
HSL
hsl(196, 20%, 55%)
OKLCH
oklch(0.655 0.042 221.5)
CMYK
cmyk(28%, 7%, 0%, 36%)

Accessibility

WCAG contrast compliance

On White Background

3.13:1

AA AAA

On Black Background

6.71:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAEF
200
#D7E1
300
#B9CA
400
#94AE
500
#7597
600
#5A7B
700
#4762
800
#3346
900
#212D
950
#141C

Shades

Darker variations

1#658A97
2#5A7B87
3#4F6B76
4#435C65
5#384D54
6#2D3D43
7#222E32
8#161F22
9#0B0F11

Tints

Lighter variations

1#83A1AC
2#91ACB6
3#9FB6BF
4#ACC1C8
5#BACBD1
6#C8D5DA
7#D6E0E3
8#E3EAED
9#F1F5F6

Tones

Muted variations

1#7896A1
2#7A959F
3#7C949C
4#7E939A
5#819298
6#839195
7#858F93
8#888E91
9#8A8D8F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F9
BackgroundsSubtle highlightsCard backgrounds
100
EAEF
#EAEFF1
Light backgroundsTable row hoverSkeleton loading
200
D7E1
#D7E1E4
Secondary backgroundsInput backgroundsDividers
300
B9CA
#B9CAD0
BordersInactive statesPlaceholder text
400
94AE
#94AEB8
Disabled statesSecondary iconsMuted text
500
7597
#7597A3
Primary brand colorCTAsActive elementsLinks
600
5A7B
#5A7B87
Hover statesFocus ringsPrimary buttons hover
700
4762
#47626B
Active/pressed statesDark mode accentsSecondary text
800
3346
#33464D
Text on light backgroundsHeadingsStrong borders
900
212D
#212D31
Primary textHigh emphasis contentDark headings
950
141C
#141C1F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F8F9;
  --slate-gray-100: #EAEFF1;
  --slate-gray-200: #D7E1E4;
  --slate-gray-300: #B9CAD0;
  --slate-gray-400: #94AEB8;
  --slate-gray-500: #7597A3;
  --slate-gray-600: #5A7B87;
  --slate-gray-700: #47626B;
  --slate-gray-800: #33464D;
  --slate-gray-900: #212D31;
  --slate-gray-950: #141C1F;
}
Generate More ShadesCreate PaletteConvert Color