Slate Gray

#7177A8

Blue

Color Codes

All color formats for development

HEX
#7177A8
RGB
rgb(113, 119, 168)
HSL
hsl(233, 24%, 55%)
OKLCH
oklch(0.584 0.075 278.4)
CMYK
cmyk(33%, 29%, 0%, 34%)

Accessibility

WCAG contrast compliance

On White Background

4.28:1

AA AAA

On Black Background

4.91:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F6
100
#E9EA
200
#D6D8
300
#B6BA
400
#9095
500
#7177
600
#555C
700
#4449
800
#3034
900
#1F21
950
#1315

Shades

Darker variations

1#60679D
2#555C8B
3#4B507A
4#404568
5#353957
6#2B2E46
7#202234
8#151723
9#0B0B11

Tints

Lighter variations

1#7F85B1
2#8D92B9
3#9BA0C2
4#AAADCB
5#B8BBD3
6#C6C9DC
7#D4D6E5
8#E3E4EE
9#F1F1F6

Tones

Muted variations

1#7379A5
2#767BA2
3#797DA0
4#7C809D
5#7E829A
6#818497
7#848695
8#878892
9#898A8F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F6
#F6F6F9
BackgroundsSubtle highlightsCard backgrounds
100
E9EA
#E9EAF1
Light backgroundsTable row hoverSkeleton loading
200
D6D8
#D6D8E6
Secondary backgroundsInput backgroundsDividers
300
B6BA
#B6BAD2
BordersInactive statesPlaceholder text
400
9095
#9095BB
Disabled statesSecondary iconsMuted text
500
7177
#7177A8
Primary brand colorCTAsActive elementsLinks
600
555C
#555C8B
Hover statesFocus ringsPrimary buttons hover
700
4449
#44496F
Active/pressed statesDark mode accentsSecondary text
800
3034
#30344F
Text on light backgroundsHeadingsStrong borders
900
1F21
#1F2133
Primary textHigh emphasis contentDark headings
950
1315
#131520
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F6F9;
  --slate-gray-100: #E9EAF1;
  --slate-gray-200: #D6D8E6;
  --slate-gray-300: #B6BAD2;
  --slate-gray-400: #9095BB;
  --slate-gray-500: #7177A8;
  --slate-gray-600: #555C8B;
  --slate-gray-700: #44496F;
  --slate-gray-800: #30344F;
  --slate-gray-900: #1F2133;
  --slate-gray-950: #131520;
}
Generate More ShadesCreate PaletteConvert Color