Slate Gray

#52538E

Blue

Color Codes

All color formats for development

HEX
#52538E
RGB
rgb(82, 83, 142)
HSL
hsl(239, 27%, 44%)
OKLCH
oklch(0.469 0.094 281.4)
CMYK
cmyk(42%, 42%, 0%, 44%)

Accessibility

WCAG contrast compliance

On White Background

7.03:1

AA AAA

On Black Background

2.99:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F5
100
#E8E8
200
#D5D5
300
#B5B5
400
#8E8E
500
#6D6E
600
#5253
700
#4142
800
#2F2F
900
#1E1E
950
#1313

Shades

Darker variations

1#4A4B80
2#424272
3#393A64
4#313255
5#292947
6#212139
7#19192B
8#10111C
9#08080E

Tints

Lighter variations

1#5C5DA1
2#6E6FAC
3#8081B6
4#9293C0
5#A4A5CB
6#B6B7D5
7#C9C9E0
8#DBDBEA
9#EDEDF5

Tones

Muted variations

1#55568B
2#585988
3#5B5C85
4#5E5F82
5#61627F
6#64647C
7#676779
8#6A6A76
9#6D6D73

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F5
#F5F5F9
BackgroundsSubtle highlightsCard backgrounds
100
E8E8
#E8E8F2
Light backgroundsTable row hoverSkeleton loading
200
D5D5
#D5D5E7
Secondary backgroundsInput backgroundsDividers
300
B5B5
#B5B5D4
BordersInactive statesPlaceholder text
400
8E8E
#8E8EBE
Disabled statesSecondary iconsMuted text
500
6D6E
#6D6EAB
Primary brand colorCTAsActive elementsLinks
600
5253
#52538E
Hover statesFocus ringsPrimary buttons hover
700
4142
#414271
Active/pressed statesDark mode accentsSecondary text
800
2F2F
#2F2F51
Text on light backgroundsHeadingsStrong borders
900
1E1E
#1E1E34
Primary textHigh emphasis contentDark headings
950
1313
#131320
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F5F5F9;
  --slate-gray-100: #E8E8F2;
  --slate-gray-200: #D5D5E7;
  --slate-gray-300: #B5B5D4;
  --slate-gray-400: #8E8EBE;
  --slate-gray-500: #6D6EAB;
  --slate-gray-600: #52538E;
  --slate-gray-700: #414271;
  --slate-gray-800: #2F2F51;
  --slate-gray-900: #1E1E34;
  --slate-gray-950: #131320;
}
Generate More ShadesCreate PaletteConvert Color