Slate Gray

#507291

Blue

Color Codes

All color formats for development

HEX
#507291
RGB
rgb(80, 114, 145)
HSL
hsl(209, 29%, 44%)
OKLCH
oklch(0.539 0.063 246.8)
CMYK
cmyk(45%, 21%, 0%, 43%)

Accessibility

WCAG contrast compliance

On White Background

5.05:1

AA AAA

On Black Background

4.16:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F7
100
#E8ED
200
#D4DE
300
#B3C5
400
#8CA7
500
#6B8D
600
#5071
700
#3F5A
800
#2D40
900
#1D29
950
#121A

Shades

Darker variations

1#486682
2#405B74
3#384F65
4#304457
5#283948
6#202D3A
7#18222B
8#10171D
9#080B0E

Tints

Lighter variations

1#5A80A3
2#6C8EAE
3#7E9CB8
4#90AAC2
5#A3B8CC
6#B5C6D6
7#C8D5E1
8#DAE3EB
9#EDF1F5

Tones

Muted variations

1#53718D
2#56718A
3#597187
4#5D7184
5#607180
6#63717D
7#66717A
8#6A7077
9#6D7073

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F7
#F5F7FA
BackgroundsSubtle highlightsCard backgrounds
100
E8ED
#E8EDF2
Light backgroundsTable row hoverSkeleton loading
200
D4DE
#D4DEE7
Secondary backgroundsInput backgroundsDividers
300
B3C5
#B3C5D5
BordersInactive statesPlaceholder text
400
8CA7
#8CA7C0
Disabled statesSecondary iconsMuted text
500
6B8D
#6B8DAE
Primary brand colorCTAsActive elementsLinks
600
5071
#507191
Hover statesFocus ringsPrimary buttons hover
700
3F5A
#3F5A73
Active/pressed statesDark mode accentsSecondary text
800
2D40
#2D4052
Text on light backgroundsHeadingsStrong borders
900
1D29
#1D2935
Primary textHigh emphasis contentDark headings
950
121A
#121A21
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F5F7FA;
  --slate-gray-100: #E8EDF2;
  --slate-gray-200: #D4DEE7;
  --slate-gray-300: #B3C5D5;
  --slate-gray-400: #8CA7C0;
  --slate-gray-500: #6B8DAE;
  --slate-gray-600: #507191;
  --slate-gray-700: #3F5A73;
  --slate-gray-800: #2D4052;
  --slate-gray-900: #1D2935;
  --slate-gray-950: #121A21;
}
Generate More ShadesCreate PaletteConvert Color