Slate Gray

#7376A5

Blue

Color Codes

All color formats for development

HEX
#7376A5
RGB
rgb(115, 118, 165)
HSL
hsl(236, 22%, 55%)
OKLCH
oklch(0.582 0.072 281.1)
CMYK
cmyk(30%, 28%, 0%, 35%)

Accessibility

WCAG contrast compliance

On White Background

4.32:1

AA AAA

On Black Background

4.86:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F6
100
#E9EA
200
#D7D8
300
#B7B9
400
#9295
500
#7376
600
#585B
700
#4648
800
#3234
900
#2021
950
#1415

Shades

Darker variations

1#62669A
2#585B89
3#4D4F78
4#424467
5#373956
6#2C2D44
7#212233
8#161722
9#0B0B11

Tints

Lighter variations

1#8184AE
2#8F92B7
3#9D9FC0
4#ABADC9
5#B9BBD2
6#C7C8DB
7#D5D6E4
8#E3E4ED
9#F1F1F6

Tones

Muted variations

1#7679A3
2#787BA0
3#7B7D9E
4#7D7F9B
5#808199
6#828396
7#858694
8#878891
9#8A8A8F

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
D7D8
#D7D8E5
Secondary backgroundsInput backgroundsDividers
300
B7B9
#B7B9D1
BordersInactive statesPlaceholder text
400
9295
#9295B9
Disabled statesSecondary iconsMuted text
500
7376
#7376A5
Primary brand colorCTAsActive elementsLinks
600
585B
#585B89
Hover statesFocus ringsPrimary buttons hover
700
4648
#46486D
Active/pressed statesDark mode accentsSecondary text
800
3234
#32344E
Text on light backgroundsHeadingsStrong borders
900
2021
#202132
Primary textHigh emphasis contentDark headings
950
1415
#14151F
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: #D7D8E5;
  --slate-gray-300: #B7B9D1;
  --slate-gray-400: #9295B9;
  --slate-gray-500: #7376A5;
  --slate-gray-600: #585B89;
  --slate-gray-700: #46486D;
  --slate-gray-800: #32344E;
  --slate-gray-900: #202132;
  --slate-gray-950: #14151F;
}
Generate More ShadesCreate PaletteConvert Color