Slate Gray

#526C8E

Blue

Color Codes

All color formats for development

HEX
#526C8E
RGB
rgb(82, 108, 142)
HSL
hsl(214, 27%, 44%)
OKLCH
oklch(0.525 0.062 255.4)
CMYK
cmyk(42%, 24%, 0%, 44%)

Accessibility

WCAG contrast compliance

On White Background

5.39:1

AA AAA

On Black Background

3.89:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F7
100
#E8ED
200
#D5DD
300
#B5C2
400
#8EA3
500
#6D88
600
#526C
700
#4156
800
#2F3D
900
#1E27
950
#1319

Shades

Darker variations

1#4A6180
2#425772
3#394C64
4#314155
5#293647
6#212B39
7#19202B
8#10161C
9#080B0E

Tints

Lighter variations

1#5C7AA1
2#6E89AC
3#8097B6
4#92A6C0
5#A4B5CB
6#B6C4D5
7#C9D3E0
8#DBE1EA
9#EDF0F5

Tones

Muted variations

1#556D8B
2#586D88
3#5B6D85
4#5E6E82
5#616E7F
6#646F7C
7#676F79
8#6A6F76
9#6D7073

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F7
#F5F7F9
BackgroundsSubtle highlightsCard backgrounds
100
E8ED
#E8EDF2
Light backgroundsTable row hoverSkeleton loading
200
D5DD
#D5DDE7
Secondary backgroundsInput backgroundsDividers
300
B5C2
#B5C2D4
BordersInactive statesPlaceholder text
400
8EA3
#8EA3BE
Disabled statesSecondary iconsMuted text
500
6D88
#6D88AB
Primary brand colorCTAsActive elementsLinks
600
526C
#526C8E
Hover statesFocus ringsPrimary buttons hover
700
4156
#415671
Active/pressed statesDark mode accentsSecondary text
800
2F3D
#2F3D51
Text on light backgroundsHeadingsStrong borders
900
1E27
#1E2734
Primary textHigh emphasis contentDark headings
950
1319
#131920
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F5F7F9;
  --slate-gray-100: #E8EDF2;
  --slate-gray-200: #D5DDE7;
  --slate-gray-300: #B5C2D4;
  --slate-gray-400: #8EA3BE;
  --slate-gray-500: #6D88AB;
  --slate-gray-600: #526C8E;
  --slate-gray-700: #415671;
  --slate-gray-800: #2F3D51;
  --slate-gray-900: #1E2734;
  --slate-gray-950: #131920;
}
Generate More ShadesCreate PaletteConvert Color