Slate Gray

#527B8E

Blue

Color Codes

All color formats for development

HEX
#527B8E
RGB
rgb(82, 123, 142)
HSL
hsl(199, 27%, 44%)
OKLCH
oklch(0.56 0.054 228.7)
CMYK
cmyk(42%, 13%, 0%, 44%)

Accessibility

WCAG contrast compliance

On White Background

4.58:1

AA AAA

On Black Background

4.58:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F8
100
#E8EF
200
#D5E1
300
#B5CA
400
#8EAF
500
#6D98
600
#527B
700
#4162
800
#2F46
900
#1E2D
950
#131C

Shades

Darker variations

1#4A6F80
2#426372
3#395664
4#314A55
5#293E47
6#213139
7#19252B
8#10191C
9#080C0E

Tints

Lighter variations

1#5C8BA1
2#6E98AC
3#80A5B6
4#92B2C0
5#A4BFCB
6#B6CCD5
7#C9D8E0
8#DBE5EA
9#EDF2F5

Tones

Muted variations

1#557A8B
2#587988
3#5B7885
4#5E7782
5#61767F
6#64757C
7#677479
8#6A7276
9#6D7173

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F8
#F5F8F9
BackgroundsSubtle highlightsCard backgrounds
100
E8EF
#E8EFF2
Light backgroundsTable row hoverSkeleton loading
200
D5E1
#D5E1E7
Secondary backgroundsInput backgroundsDividers
300
B5CA
#B5CAD4
BordersInactive statesPlaceholder text
400
8EAF
#8EAFBE
Disabled statesSecondary iconsMuted text
500
6D98
#6D98AB
Primary brand colorCTAsActive elementsLinks
600
527B
#527B8E
Hover statesFocus ringsPrimary buttons hover
700
4162
#416271
Active/pressed statesDark mode accentsSecondary text
800
2F46
#2F4651
Text on light backgroundsHeadingsStrong borders
900
1E2D
#1E2D34
Primary textHigh emphasis contentDark headings
950
131C
#131C20
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F5F8F9;
  --slate-gray-100: #E8EFF2;
  --slate-gray-200: #D5E1E7;
  --slate-gray-300: #B5CAD4;
  --slate-gray-400: #8EAFBE;
  --slate-gray-500: #6D98AB;
  --slate-gray-600: #527B8E;
  --slate-gray-700: #416271;
  --slate-gray-800: #2F4651;
  --slate-gray-900: #1E2D34;
  --slate-gray-950: #131C20;
}
Generate More ShadesCreate PaletteConvert Color