Slate Gray

#596B88

Blue

Color Codes

All color formats for development

HEX
#596B88
RGB
rgb(89, 107, 136)
HSL
hsl(217, 21%, 44%)
OKLCH
oklch(0.524 0.051 259.8)
CMYK
cmyk(35%, 21%, 0%, 47%)

Accessibility

WCAG contrast compliance

On White Background

5.41:1

AA AAA

On Black Background

3.88:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#E9EC
200
#D7DC
300
#B8C1
400
#93A1
500
#7487
600
#596B
700
#4755
800
#323D
900
#2027
950
#1418

Shades

Darker variations

1#50607A
2#47556D
3#3E4B5F
4#354051
5#2C3544
6#232B36
7#1B2029
8#12151B
9#090B0E

Tints

Lighter variations

1#647899
2#7587A5
3#8696B0
4#97A5BB
5#A9B4C7
6#BAC3D2
7#CBD2DD
8#DCE1E8
9#EEF0F4

Tones

Muted variations

1#5B6B85
2#5D6C83
3#606C81
4#626D7E
5#646D7C
6#676E7A
7#696F77
8#6B6F75
9#6E7073

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F9
BackgroundsSubtle highlightsCard backgrounds
100
E9EC
#E9ECF1
Light backgroundsTable row hoverSkeleton loading
200
D7DC
#D7DCE5
Secondary backgroundsInput backgroundsDividers
300
B8C1
#B8C1D1
BordersInactive statesPlaceholder text
400
93A1
#93A1B8
Disabled statesSecondary iconsMuted text
500
7487
#7487A4
Primary brand colorCTAsActive elementsLinks
600
596B
#596B88
Hover statesFocus ringsPrimary buttons hover
700
4755
#47556C
Active/pressed statesDark mode accentsSecondary text
800
323D
#323D4D
Text on light backgroundsHeadingsStrong borders
900
2027
#202731
Primary textHigh emphasis contentDark headings
950
1418
#14181F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F7F9;
  --slate-gray-100: #E9ECF1;
  --slate-gray-200: #D7DCE5;
  --slate-gray-300: #B8C1D1;
  --slate-gray-400: #93A1B8;
  --slate-gray-500: #7487A4;
  --slate-gray-600: #596B88;
  --slate-gray-700: #47556C;
  --slate-gray-800: #323D4D;
  --slate-gray-900: #202731;
  --slate-gray-950: #14181F;
}
Generate More ShadesCreate PaletteConvert Color