Slate Gray

#515490

Blue

Color Codes

All color formats for development

HEX
#515490
RGB
rgb(81, 84, 144)
HSL
hsl(237, 28%, 44%)
OKLCH
oklch(0.472 0.096 279.9)
CMYK
cmyk(44%, 42%, 0%, 44%)

Accessibility

WCAG contrast compliance

On White Background

6.95:1

AA AAA

On Black Background

3.02:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F5
100
#E8E9
200
#D5D5
300
#B4B6
400
#8D8F
500
#6C6F
600
#5154
700
#4043
800
#2E30
900
#1D1F
950
#1213

Shades

Darker variations

1#494C81
2#414373
3#393B65
4#303256
5#282A48
6#202239
7#18192B
8#10111D
9#08080E

Tints

Lighter variations

1#5B5FA2
2#6D70AD
3#7F82B7
4#9194C1
5#A4A6CC
6#B6B7D6
7#C8C9E0
8#DADBEA
9#EDEDF5

Tones

Muted variations

1#54578C
2#575A89
3#5A5C86
4#5D5F83
5#606280
6#64657D
7#67687A
8#6A6B76
9#6D6D73

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F5
#F5F5F9
BackgroundsSubtle highlightsCard backgrounds
100
E8E9
#E8E9F2
Light backgroundsTable row hoverSkeleton loading
200
D5D5
#D5D5E7
Secondary backgroundsInput backgroundsDividers
300
B4B6
#B4B6D5
BordersInactive statesPlaceholder text
400
8D8F
#8D8FBF
Disabled statesSecondary iconsMuted text
500
6C6F
#6C6FAC
Primary brand colorCTAsActive elementsLinks
600
5154
#515490
Hover statesFocus ringsPrimary buttons hover
700
4043
#404372
Active/pressed statesDark mode accentsSecondary text
800
2E30
#2E3052
Text on light backgroundsHeadingsStrong borders
900
1D1F
#1D1F34
Primary textHigh emphasis contentDark headings
950
1213
#121321
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F5F5F9;
  --slate-gray-100: #E8E9F2;
  --slate-gray-200: #D5D5E7;
  --slate-gray-300: #B4B6D5;
  --slate-gray-400: #8D8FBF;
  --slate-gray-500: #6C6FAC;
  --slate-gray-600: #515490;
  --slate-gray-700: #404372;
  --slate-gray-800: #2E3052;
  --slate-gray-900: #1D1F34;
  --slate-gray-950: #121321;
}
Generate More ShadesCreate PaletteConvert Color