Slate Gray

#596488

Blue

Color Codes

All color formats for development

HEX
#596488
RGB
rgb(89, 100, 136)
HSL
hsl(226, 21%, 44%)
OKLCH
oklch(0.509 0.059 271.1)
CMYK
cmyk(35%, 26%, 0%, 47%)

Accessibility

WCAG contrast compliance

On White Background

5.83:1

AA AAA

On Black Background

3.60:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F6
100
#E9EB
200
#D7DA
300
#B8BE
400
#939C
500
#747F
600
#5964
700
#474F
800
#3239
900
#2024
950
#1417

Shades

Darker variations

1#505A7A
2#47506D
3#3E465F
4#353C51
5#2C3244
6#232836
7#1B1E29
8#12141B
9#090A0E

Tints

Lighter variations

1#647099
2#7580A5
3#8690B0
4#97A0BB
5#A9B0C7
6#BABFD2
7#CBCFDD
8#DCDFE8
9#EEEFF4

Tones

Muted variations

1#5B6585
2#5D6683
3#606781
4#62697E
5#646A7C
6#676B7A
7#696C77
8#6B6E75
9#6E6F73

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F6
#F6F6F9
BackgroundsSubtle highlightsCard backgrounds
100
E9EB
#E9EBF1
Light backgroundsTable row hoverSkeleton loading
200
D7DA
#D7DAE5
Secondary backgroundsInput backgroundsDividers
300
B8BE
#B8BED1
BordersInactive statesPlaceholder text
400
939C
#939CB8
Disabled statesSecondary iconsMuted text
500
747F
#747FA4
Primary brand colorCTAsActive elementsLinks
600
5964
#596488
Hover statesFocus ringsPrimary buttons hover
700
474F
#474F6C
Active/pressed statesDark mode accentsSecondary text
800
3239
#32394D
Text on light backgroundsHeadingsStrong borders
900
2024
#202431
Primary textHigh emphasis contentDark headings
950
1417
#14171F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F6F9;
  --slate-gray-100: #E9EBF1;
  --slate-gray-200: #D7DAE5;
  --slate-gray-300: #B8BED1;
  --slate-gray-400: #939CB8;
  --slate-gray-500: #747FA4;
  --slate-gray-600: #596488;
  --slate-gray-700: #474F6C;
  --slate-gray-800: #32394D;
  --slate-gray-900: #202431;
  --slate-gray-950: #14171F;
}
Generate More ShadesCreate PaletteConvert Color