Slate Gray

#507A91

Blue

Color Codes

All color formats for development

HEX
#507A91
RGB
rgb(80, 122, 145)
HSL
hsl(201, 29%, 44%)
OKLCH
oklch(0.558 0.059 233.2)
CMYK
cmyk(45%, 16%, 0%, 43%)

Accessibility

WCAG contrast compliance

On White Background

4.63:1

AA AAA

On Black Background

4.53:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F8
100
#E8EF
200
#D4E1
300
#B3C9
400
#8CAE
500
#6B96
600
#507A
700
#3F61
800
#2D45
900
#1D2C
950
#121C

Shades

Darker variations

1#486E82
2#406274
3#385565
4#304957
5#283D48
6#20313A
7#18252B
8#10181D
9#080C0E

Tints

Lighter variations

1#5A89A3
2#6C97AE
3#7EA4B8
4#90B1C2
5#A3BECC
6#B5CBD6
7#C8D8E1
8#DAE5EB
9#EDF2F5

Tones

Muted variations

1#53798D
2#56788A
3#597787
4#5D7684
5#607580
6#63747D
7#66737A
8#6A7277
9#6D7173

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F8
#F5F8FA
BackgroundsSubtle highlightsCard backgrounds
100
E8EF
#E8EFF2
Light backgroundsTable row hoverSkeleton loading
200
D4E1
#D4E1E7
Secondary backgroundsInput backgroundsDividers
300
B3C9
#B3C9D5
BordersInactive statesPlaceholder text
400
8CAE
#8CAEC0
Disabled statesSecondary iconsMuted text
500
6B96
#6B96AE
Primary brand colorCTAsActive elementsLinks
600
507A
#507A91
Hover statesFocus ringsPrimary buttons hover
700
3F61
#3F6173
Active/pressed statesDark mode accentsSecondary text
800
2D45
#2D4552
Text on light backgroundsHeadingsStrong borders
900
1D2C
#1D2C35
Primary textHigh emphasis contentDark headings
950
121C
#121C21
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F5F8FA;
  --slate-gray-100: #E8EFF2;
  --slate-gray-200: #D4E1E7;
  --slate-gray-300: #B3C9D5;
  --slate-gray-400: #8CAEC0;
  --slate-gray-500: #6B96AE;
  --slate-gray-600: #507A91;
  --slate-gray-700: #3F6173;
  --slate-gray-800: #2D4552;
  --slate-gray-900: #1D2C35;
  --slate-gray-950: #121C21;
}
Generate More ShadesCreate PaletteConvert Color