Slate Gray

#52618E

Blue

Color Codes

All color formats for development

HEX
#52618E
RGB
rgb(82, 97, 142)
HSL
hsl(225, 27%, 44%)
OKLCH
oklch(0.5 0.075 269.5)
CMYK
cmyk(42%, 32%, 0%, 44%)

Accessibility

WCAG contrast compliance

On White Background

6.07:1

AA AAA

On Black Background

3.46:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F6
100
#E8EB
200
#D5D9
300
#B5BC
400
#8E9A
500
#6D7D
600
#5261
700
#414D
800
#2F37
900
#1E23
950
#1316

Shades

Darker variations

1#4A5780
2#424E72
3#394464
4#313A55
5#293147
6#212739
7#191D2B
8#10131C
9#080A0E

Tints

Lighter variations

1#5C6DA1
2#6E7DAC
3#808EB6
4#929EC0
5#A4AECB
6#B6BED5
7#C9CEE0
8#DBDFEA
9#EDEFF5

Tones

Muted variations

1#55638B
2#586488
3#5B6685
4#5E6782
5#61697F
6#646A7C
7#676C79
8#6A6D76
9#6D6F73

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F6
#F5F6F9
BackgroundsSubtle highlightsCard backgrounds
100
E8EB
#E8EBF2
Light backgroundsTable row hoverSkeleton loading
200
D5D9
#D5D9E7
Secondary backgroundsInput backgroundsDividers
300
B5BC
#B5BCD4
BordersInactive statesPlaceholder text
400
8E9A
#8E9ABE
Disabled statesSecondary iconsMuted text
500
6D7D
#6D7DAB
Primary brand colorCTAsActive elementsLinks
600
5261
#52618E
Hover statesFocus ringsPrimary buttons hover
700
414D
#414D71
Active/pressed statesDark mode accentsSecondary text
800
2F37
#2F3751
Text on light backgroundsHeadingsStrong borders
900
1E23
#1E2334
Primary textHigh emphasis contentDark headings
950
1316
#131620
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F5F6F9;
  --slate-gray-100: #E8EBF2;
  --slate-gray-200: #D5D9E7;
  --slate-gray-300: #B5BCD4;
  --slate-gray-400: #8E9ABE;
  --slate-gray-500: #6D7DAB;
  --slate-gray-600: #52618E;
  --slate-gray-700: #414D71;
  --slate-gray-800: #2F3751;
  --slate-gray-900: #1E2334;
  --slate-gray-950: #131620;
}
Generate More ShadesCreate PaletteConvert Color