Slate Gray

#7581A3

Blue

Color Codes

All color formats for development

HEX
#7581A3
RGB
rgb(117, 129, 163)
HSL
hsl(224, 20%, 55%)
OKLCH
oklch(0.606 0.054 269.6)
CMYK
cmyk(28%, 21%, 0%, 36%)

Accessibility

WCAG contrast compliance

On White Background

3.87:1

AA AAA

On Black Background

5.43:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EAEB
200
#D7DB
300
#B9BF
400
#949D
500
#7582
600
#5A66
700
#4751
800
#333A
900
#2125
950
#1417

Shades

Darker variations

1#657297
2#5A6687
3#4F5976
4#434C65
5#384054
6#2D3343
7#222632
8#161922
9#0B0D11

Tints

Lighter variations

1#838EAC
2#919BB6
3#9FA7BF
4#ACB4C8
5#BAC0D1
6#C8CDDA
7#D6D9E3
8#E3E6ED
9#F1F2F6

Tones

Muted variations

1#7883A1
2#7A849F
3#7C859C
4#7E869A
5#818798
6#838895
7#858993
8#888A91
9#8A8B8F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F9
BackgroundsSubtle highlightsCard backgrounds
100
EAEB
#EAEBF1
Light backgroundsTable row hoverSkeleton loading
200
D7DB
#D7DBE4
Secondary backgroundsInput backgroundsDividers
300
B9BF
#B9BFD0
BordersInactive statesPlaceholder text
400
949D
#949DB8
Disabled statesSecondary iconsMuted text
500
7582
#7582A3
Primary brand colorCTAsActive elementsLinks
600
5A66
#5A6687
Hover statesFocus ringsPrimary buttons hover
700
4751
#47516B
Active/pressed statesDark mode accentsSecondary text
800
333A
#333A4D
Text on light backgroundsHeadingsStrong borders
900
2125
#212531
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: #F6F7F9;
  --slate-gray-100: #EAEBF1;
  --slate-gray-200: #D7DBE4;
  --slate-gray-300: #B9BFD0;
  --slate-gray-400: #949DB8;
  --slate-gray-500: #7582A3;
  --slate-gray-600: #5A6687;
  --slate-gray-700: #47516B;
  --slate-gray-800: #333A4D;
  --slate-gray-900: #212531;
  --slate-gray-950: #14171F;
}
Generate More ShadesCreate PaletteConvert Color