Slate Gray

#7182A8

Blue

Color Codes

All color formats for development

HEX
#7182A8
RGB
rgb(113, 130, 168)
HSL
hsl(221, 24%, 55%)
OKLCH
oklch(0.607 0.061 265.9)
CMYK
cmyk(33%, 23%, 0%, 34%)

Accessibility

WCAG contrast compliance

On White Background

3.85:1

AA AAA

On Black Background

5.46:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#E9EC
200
#D6DB
300
#B6BF
400
#909E
500
#7182
600
#5566
700
#4451
800
#303A
900
#1F25
950
#1317

Shades

Darker variations

1#60739D
2#55668B
3#4B5A7A
4#404D68
5#354057
6#2B3346
7#202634
8#151A23
9#0B0D11

Tints

Lighter variations

1#7F8FB1
2#8D9BB9
3#9BA8C2
4#AAB4CB
5#B8C1D3
6#C6CDDC
7#D4DAE5
8#E3E6EE
9#F1F3F6

Tones

Muted variations

1#7383A5
2#7684A2
3#7985A0
4#7C869D
5#7E879A
6#818897
7#848995
8#878A92
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
B6BF
#B6BFD2
BordersInactive statesPlaceholder text
400
909E
#909EBB
Disabled statesSecondary iconsMuted text
500
7182
#7182A8
Primary brand colorCTAsActive elementsLinks
600
5566
#55668B
Hover statesFocus ringsPrimary buttons hover
700
4451
#44516F
Active/pressed statesDark mode accentsSecondary text
800
303A
#303A4F
Text on light backgroundsHeadingsStrong borders
900
1F25
#1F2533
Primary textHigh emphasis contentDark headings
950
1317
#131720
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: #B6BFD2;
  --slate-gray-400: #909EBB;
  --slate-gray-500: #7182A8;
  --slate-gray-600: #55668B;
  --slate-gray-700: #44516F;
  --slate-gray-800: #303A4F;
  --slate-gray-900: #1F2533;
  --slate-gray-950: #131720;
}
Generate More ShadesCreate PaletteConvert Color