Slate Gray

#7587A3

Blue

Color Codes

All color formats for development

HEX
#7587A3
RGB
rgb(117, 135, 163)
HSL
hsl(217, 20%, 55%)
OKLCH
oklch(0.619 0.047 259.1)
CMYK
cmyk(28%, 17%, 0%, 36%)

Accessibility

WCAG contrast compliance

On White Background

3.65:1

AA AAA

On Black Background

5.75:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EAEC
200
#D7DC
300
#B9C2
400
#94A2
500
#7587
600
#5A6B
700
#4755
800
#333D
900
#2127
950
#1418

Shades

Darker variations

1#657897
2#5A6B87
3#4F5E76
4#435065
5#384354
6#2D3543
7#222832
8#161B22
9#0B0D11

Tints

Lighter variations

1#8393AC
2#919FB6
3#9FABBF
4#ACB7C8
5#BAC3D1
6#C8CFDA
7#D6DBE3
8#E3E7ED
9#F1F3F6

Tones

Muted variations

1#7887A1
2#7A889F
3#7C899C
4#7E899A
5#818A98
6#838A95
7#858B93
8#888B91
9#8A8C8F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F9
BackgroundsSubtle highlightsCard backgrounds
100
EAEC
#EAECF1
Light backgroundsTable row hoverSkeleton loading
200
D7DC
#D7DCE4
Secondary backgroundsInput backgroundsDividers
300
B9C2
#B9C2D0
BordersInactive statesPlaceholder text
400
94A2
#94A2B8
Disabled statesSecondary iconsMuted text
500
7587
#7587A3
Primary brand colorCTAsActive elementsLinks
600
5A6B
#5A6B87
Hover statesFocus ringsPrimary buttons hover
700
4755
#47556B
Active/pressed statesDark mode accentsSecondary text
800
333D
#333D4D
Text on light backgroundsHeadingsStrong borders
900
2127
#212731
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: #EAECF1;
  --slate-gray-200: #D7DCE4;
  --slate-gray-300: #B9C2D0;
  --slate-gray-400: #94A2B8;
  --slate-gray-500: #7587A3;
  --slate-gray-600: #5A6B87;
  --slate-gray-700: #47556B;
  --slate-gray-800: #333D4D;
  --slate-gray-900: #212731;
  --slate-gray-950: #14181F;
}
Generate More ShadesCreate PaletteConvert Color