Slate Gray

#507791

Blue

Color Codes

All color formats for development

HEX
#507791
RGB
rgb(80, 119, 145)
HSL
hsl(204, 29%, 44%)
OKLCH
oklch(0.551 0.06 238.5)
CMYK
cmyk(45%, 18%, 0%, 43%)

Accessibility

WCAG contrast compliance

On White Background

4.79:1

AA AAA

On Black Background

4.39:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F8
100
#E8EE
200
#D4E0
300
#B3C8
400
#8CAB
500
#6B93
600
#5077
700
#3F5E
800
#2D43
900
#1D2B
950
#121B

Shades

Darker variations

1#486B82
2#405F74
3#385365
4#304757
5#283B48
6#202F3A
7#18242B
8#10181D
9#080C0E

Tints

Lighter variations

1#5A86A3
2#6C93AE
3#7EA1B8
4#90AEC2
5#A3BCCC
6#B5C9D6
7#C8D7E1
8#DAE4EB
9#EDF2F5

Tones

Muted variations

1#53768D
2#56758A
3#597587
4#5D7484
5#607380
6#63737D
7#66727A
8#6A7277
9#6D7173

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F8
#F5F8FA
BackgroundsSubtle highlightsCard backgrounds
100
E8EE
#E8EEF2
Light backgroundsTable row hoverSkeleton loading
200
D4E0
#D4E0E7
Secondary backgroundsInput backgroundsDividers
300
B3C8
#B3C8D5
BordersInactive statesPlaceholder text
400
8CAB
#8CABC0
Disabled statesSecondary iconsMuted text
500
6B93
#6B93AE
Primary brand colorCTAsActive elementsLinks
600
5077
#507791
Hover statesFocus ringsPrimary buttons hover
700
3F5E
#3F5E73
Active/pressed statesDark mode accentsSecondary text
800
2D43
#2D4352
Text on light backgroundsHeadingsStrong borders
900
1D2B
#1D2B35
Primary textHigh emphasis contentDark headings
950
121B
#121B21
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F5F8FA;
  --slate-gray-100: #E8EEF2;
  --slate-gray-200: #D4E0E7;
  --slate-gray-300: #B3C8D5;
  --slate-gray-400: #8CABC0;
  --slate-gray-500: #6B93AE;
  --slate-gray-600: #507791;
  --slate-gray-700: #3F5E73;
  --slate-gray-800: #2D4352;
  --slate-gray-900: #1D2B35;
  --slate-gray-950: #121B21;
}
Generate More ShadesCreate PaletteConvert Color