Slate Gray

#596D88

Blue

Color Codes

All color formats for development

HEX
#596D88
RGB
rgb(89, 109, 136)
HSL
hsl(214, 21%, 44%)
OKLCH
oklch(0.529 0.049 256)
CMYK
cmyk(35%, 20%, 0%, 47%)

Accessibility

WCAG contrast compliance

On White Background

5.29:1

AA AAA

On Black Background

3.97:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#E9ED
200
#D7DD
300
#B8C3
400
#93A3
500
#7489
600
#596D
700
#4757
800
#323E
900
#2028
950
#1419

Shades

Darker variations

1#50627A
2#47576D
3#3E4C5F
4#354151
5#2C3744
6#232C36
7#1B2129
8#12161B
9#090B0E

Tints

Lighter variations

1#647B99
2#758AA5
3#8698B0
4#97A7BB
5#A9B6C7
6#BAC4D2
7#CBD3DD
8#DCE2E8
9#EEF0F4

Tones

Muted variations

1#5B6D85
2#5D6E83
3#606E81
4#626E7E
5#646F7C
6#676F7A
7#696F77
8#6B7075
9#6E7073

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F9
BackgroundsSubtle highlightsCard backgrounds
100
E9ED
#E9EDF1
Light backgroundsTable row hoverSkeleton loading
200
D7DD
#D7DDE5
Secondary backgroundsInput backgroundsDividers
300
B8C3
#B8C3D1
BordersInactive statesPlaceholder text
400
93A3
#93A3B8
Disabled statesSecondary iconsMuted text
500
7489
#7489A4
Primary brand colorCTAsActive elementsLinks
600
596D
#596D88
Hover statesFocus ringsPrimary buttons hover
700
4757
#47576C
Active/pressed statesDark mode accentsSecondary text
800
323E
#323E4D
Text on light backgroundsHeadingsStrong borders
900
2028
#202831
Primary textHigh emphasis contentDark headings
950
1419
#14191F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F7F9;
  --slate-gray-100: #E9EDF1;
  --slate-gray-200: #D7DDE5;
  --slate-gray-300: #B8C3D1;
  --slate-gray-400: #93A3B8;
  --slate-gray-500: #7489A4;
  --slate-gray-600: #596D88;
  --slate-gray-700: #47576C;
  --slate-gray-800: #323E4D;
  --slate-gray-900: #202831;
  --slate-gray-950: #14191F;
}
Generate More ShadesCreate PaletteConvert Color