Slate Gray

#7184A8

Blue

Color Codes

All color formats for development

HEX
#7184A8
RGB
rgb(113, 132, 168)
HSL
hsl(219, 24%, 55%)
OKLCH
oklch(0.612 0.059 263)
CMYK
cmyk(33%, 21%, 0%, 34%)

Accessibility

WCAG contrast compliance

On White Background

3.77:1

AA AAA

On Black Background

5.57:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#E9EC
200
#D6DB
300
#B6C0
400
#909F
500
#7184
600
#5568
700
#4453
800
#303B
900
#1F26
950
#1318

Shades

Darker variations

1#60759D
2#55688B
3#4B5B7A
4#404E68
5#354157
6#2B3446
7#202734
8#151A23
9#0B0D11

Tints

Lighter variations

1#7F90B1
2#8D9DB9
3#9BA9C2
4#AAB5CB
5#B8C1D3
6#C6CEDC
7#D4DAE5
8#E3E6EE
9#F1F3F6

Tones

Muted variations

1#7385A5
2#7686A2
3#7986A0
4#7C879D
5#7E889A
6#818997
7#848A95
8#878B92
9#898B8F

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
D6DB
#D6DBE6
Secondary backgroundsInput backgroundsDividers
300
B6C0
#B6C0D2
BordersInactive statesPlaceholder text
400
909F
#909FBB
Disabled statesSecondary iconsMuted text
500
7184
#7184A8
Primary brand colorCTAsActive elementsLinks
600
5568
#55688B
Hover statesFocus ringsPrimary buttons hover
700
4453
#44536F
Active/pressed statesDark mode accentsSecondary text
800
303B
#303B4F
Text on light backgroundsHeadingsStrong borders
900
1F26
#1F2633
Primary textHigh emphasis contentDark headings
950
1318
#131820
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: #D6DBE6;
  --slate-gray-300: #B6C0D2;
  --slate-gray-400: #909FBB;
  --slate-gray-500: #7184A8;
  --slate-gray-600: #55688B;
  --slate-gray-700: #44536F;
  --slate-gray-800: #303B4F;
  --slate-gray-900: #1F2633;
  --slate-gray-950: #131820;
}
Generate More ShadesCreate PaletteConvert Color