Slate Gray

#7590A3

Blue

Color Codes

All color formats for development

HEX
#7590A3
RGB
rgb(117, 144, 163)
HSL
hsl(205, 20%, 55%)
OKLCH
oklch(0.639 0.042 239)
CMYK
cmyk(28%, 12%, 0%, 36%)

Accessibility

WCAG contrast compliance

On White Background

3.35:1

AA AAA

On Black Background

6.27:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAEE
200
#D7DF
300
#B9C6
400
#94A9
500
#7590
600
#5A74
700
#475C
800
#3342
900
#212A
950
#141A

Shades

Darker variations

1#658297
2#5A7487
3#4F6576
4#435765
5#384854
6#2D3A43
7#222B32
8#161D22
9#0B0E11

Tints

Lighter variations

1#839BAC
2#91A6B6
3#9FB1BF
4#ACBCC8
5#BAC8D1
6#C8D3DA
7#D6DEE3
8#E3E9ED
9#F1F4F6

Tones

Muted variations

1#7890A1
2#7A8F9F
3#7C8F9C
4#7E8F9A
5#818E98
6#838E95
7#858D93
8#888D91
9#8A8D8F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F9
BackgroundsSubtle highlightsCard backgrounds
100
EAEE
#EAEEF1
Light backgroundsTable row hoverSkeleton loading
200
D7DF
#D7DFE4
Secondary backgroundsInput backgroundsDividers
300
B9C6
#B9C6D0
BordersInactive statesPlaceholder text
400
94A9
#94A9B8
Disabled statesSecondary iconsMuted text
500
7590
#7590A3
Primary brand colorCTAsActive elementsLinks
600
5A74
#5A7487
Hover statesFocus ringsPrimary buttons hover
700
475C
#475C6B
Active/pressed statesDark mode accentsSecondary text
800
3342
#33424D
Text on light backgroundsHeadingsStrong borders
900
212A
#212A31
Primary textHigh emphasis contentDark headings
950
141A
#141A1F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F8F9;
  --slate-gray-100: #EAEEF1;
  --slate-gray-200: #D7DFE4;
  --slate-gray-300: #B9C6D0;
  --slate-gray-400: #94A9B8;
  --slate-gray-500: #7590A3;
  --slate-gray-600: #5A7487;
  --slate-gray-700: #475C6B;
  --slate-gray-800: #33424D;
  --slate-gray-900: #212A31;
  --slate-gray-950: #141A1F;
}
Generate More ShadesCreate PaletteConvert Color