Slate Gray

#507B91

Blue

Color Codes

All color formats for development

HEX
#507B91
RGB
rgb(80, 123, 145)
HSL
hsl(200, 29%, 44%)
OKLCH
oklch(0.56 0.059 231.5)
CMYK
cmyk(45%, 15%, 0%, 43%)

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
#D4E1
300
#B3CA
400
#8CAE
500
#6B97
600
#507B
700
#3F62
800
#2D46
900
#1D2D
950
#121C

Shades

Darker variations

1#486F82
2#406274
3#385665
4#304A57
5#283E48
6#20313A
7#18252B
8#10191D
9#080C0E

Tints

Lighter variations

1#5A8BA3
2#6C98AE
3#7EA5B8
4#90B2C2
5#A3BFCC
6#B5CBD6
7#C8D8E1
8#DAE5EB
9#EDF2F5

Tones

Muted variations

1#537A8D
2#56798A
3#597887
4#5D7784
5#607680
6#63757D
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
B3CA
#B3CAD5
BordersInactive statesPlaceholder text
400
8CAE
#8CAEC0
Disabled statesSecondary iconsMuted text
500
6B97
#6B97AE
Primary brand colorCTAsActive elementsLinks
600
507B
#507B91
Hover statesFocus ringsPrimary buttons hover
700
3F62
#3F6273
Active/pressed statesDark mode accentsSecondary text
800
2D46
#2D4652
Text on light backgroundsHeadingsStrong borders
900
1D2D
#1D2D35
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: #B3CAD5;
  --slate-gray-400: #8CAEC0;
  --slate-gray-500: #6B97AE;
  --slate-gray-600: #507B91;
  --slate-gray-700: #3F6273;
  --slate-gray-800: #2D4652;
  --slate-gray-900: #1D2D35;
  --slate-gray-950: #121C21;
}
Generate More ShadesCreate PaletteConvert Color