Slate Gray

#7181A8

Blue

Color Codes

All color formats for development

HEX
#7181A8
RGB
rgb(113, 129, 168)
HSL
hsl(223, 24%, 55%)
OKLCH
oklch(0.605 0.063 267.2)
CMYK
cmyk(33%, 23%, 0%, 34%)

Accessibility

WCAG contrast compliance

On White Background

3.88:1

AA AAA

On Black Background

5.41:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#E9EB
200
#D6DA
300
#B6BE
400
#909C
500
#7180
600
#5565
700
#4450
800
#3039
900
#1F25
950
#1317

Shades

Darker variations

1#60719D
2#55658B
3#4B587A
4#404B68
5#353F57
6#2B3246
7#202634
8#151923
9#0B0D11

Tints

Lighter variations

1#7F8DB1
2#8D9AB9
3#9BA6C2
4#AAB3CB
5#B8C0D3
6#C6CCDC
7#D4D9E5
8#E3E6EE
9#F1F2F6

Tones

Muted variations

1#7382A5
2#7683A2
3#7984A0
4#7C859D
5#7E869A
6#818797
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
E9EB
#E9EBF1
Light backgroundsTable row hoverSkeleton loading
200
D6DA
#D6DAE6
Secondary backgroundsInput backgroundsDividers
300
B6BE
#B6BED2
BordersInactive statesPlaceholder text
400
909C
#909CBB
Disabled statesSecondary iconsMuted text
500
7180
#7180A8
Primary brand colorCTAsActive elementsLinks
600
5565
#55658B
Hover statesFocus ringsPrimary buttons hover
700
4450
#44506F
Active/pressed statesDark mode accentsSecondary text
800
3039
#30394F
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: #E9EBF1;
  --slate-gray-200: #D6DAE6;
  --slate-gray-300: #B6BED2;
  --slate-gray-400: #909CBB;
  --slate-gray-500: #7180A8;
  --slate-gray-600: #55658B;
  --slate-gray-700: #44506F;
  --slate-gray-800: #30394F;
  --slate-gray-900: #1F2533;
  --slate-gray-950: #131720;
}
Generate More ShadesCreate PaletteConvert Color