Slate Gray

#7486A4

Blue

Color Codes

All color formats for development

HEX
#7486A4
RGB
rgb(116, 134, 164)
HSL
hsl(218, 21%, 55%)
OKLCH
oklch(0.617 0.05 260.6)
CMYK
cmyk(29%, 18%, 0%, 36%)

Accessibility

WCAG contrast compliance

On White Background

3.69:1

AA AAA

On Black Background

5.69: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
#7486
600
#596A
700
#4754
800
#323C
900
#2027
950
#1418

Shades

Darker variations

1#647799
2#596A88
3#4E5D77
4#424F66
5#374255
6#2C3544
7#212833
8#161A22
9#0B0D11

Tints

Lighter variations

1#8292AD
2#909EB6
3#9EAAC0
4#ACB6C9
5#BAC2D2
6#C7CFDB
7#D5DBE4
8#E3E7ED
9#F1F3F6

Tones

Muted variations

1#7786A2
2#7987A0
3#7B889D
4#7E889B
5#808998
6#838A96
7#858A93
8#878B91
9#8A8C8F

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
7486
#7486A4
Primary brand colorCTAsActive elementsLinks
600
596A
#596A88
Hover statesFocus ringsPrimary buttons hover
700
4754
#47546C
Active/pressed statesDark mode accentsSecondary text
800
323C
#323C4D
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: #7486A4;
  --slate-gray-600: #596A88;
  --slate-gray-700: #47546C;
  --slate-gray-800: #323C4D;
  --slate-gray-900: #202731;
  --slate-gray-950: #14181F;
}
Generate More ShadesCreate PaletteConvert Color