Slate Gray

#52668E

Blue

Color Codes

All color formats for development

HEX
#52668E
RGB
rgb(82, 102, 142)
HSL
hsl(220, 27%, 44%)
OKLCH
oklch(0.511 0.068 263.7)
CMYK
cmyk(42%, 28%, 0%, 44%)

Accessibility

WCAG contrast compliance

On White Background

5.75:1

AA AAA

On Black Background

3.65:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F7
100
#E8EC
200
#D5DB
300
#B5BF
400
#8E9E
500
#6D82
600
#5266
700
#4151
800
#2F3A
900
#1E25
950
#1317

Shades

Darker variations

1#4A5C80
2#425272
3#394764
4#313D55
5#293347
6#212939
7#191F2B
8#10141C
9#080A0E

Tints

Lighter variations

1#5C73A1
2#6E82AC
3#8092B6
4#92A2C0
5#A4B1CB
6#B6C1D5
7#C9D0E0
8#DBE0EA
9#EDEFF5

Tones

Muted variations

1#55678B
2#586888
3#5B6985
4#5E6A82
5#616B7F
6#646C7C
7#676D79
8#6A6E76
9#6D6F73

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F7
#F5F7F9
BackgroundsSubtle highlightsCard backgrounds
100
E8EC
#E8ECF2
Light backgroundsTable row hoverSkeleton loading
200
D5DB
#D5DBE7
Secondary backgroundsInput backgroundsDividers
300
B5BF
#B5BFD4
BordersInactive statesPlaceholder text
400
8E9E
#8E9EBE
Disabled statesSecondary iconsMuted text
500
6D82
#6D82AB
Primary brand colorCTAsActive elementsLinks
600
5266
#52668E
Hover statesFocus ringsPrimary buttons hover
700
4151
#415171
Active/pressed statesDark mode accentsSecondary text
800
2F3A
#2F3A51
Text on light backgroundsHeadingsStrong borders
900
1E25
#1E2534
Primary textHigh emphasis contentDark headings
950
1317
#131720
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F5F7F9;
  --slate-gray-100: #E8ECF2;
  --slate-gray-200: #D5DBE7;
  --slate-gray-300: #B5BFD4;
  --slate-gray-400: #8E9EBE;
  --slate-gray-500: #6D82AB;
  --slate-gray-600: #52668E;
  --slate-gray-700: #415171;
  --slate-gray-800: #2F3A51;
  --slate-gray-900: #1E2534;
  --slate-gray-950: #131720;
}
Generate More ShadesCreate PaletteConvert Color