Slate Gray

#53678D

Blue

Color Codes

All color formats for development

HEX
#53678D
RGB
rgb(83, 103, 141)
HSL
hsl(219, 26%, 44%)
OKLCH
oklch(0.513 0.065 262.8)
CMYK
cmyk(41%, 27%, 0%, 45%)

Accessibility

WCAG contrast compliance

On White Background

5.69:1

AA AAA

On Black Background

3.69:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F7
100
#E9EC
200
#D5DB
300
#B5C0
400
#8F9F
500
#6E83
600
#5367
700
#4252
800
#2F3B
900
#1E26
950
#1318

Shades

Darker variations

1#4B5D7F
2#425371
3#3A4863
4#323E55
5#2A3447
6#212939
7#191F2A
8#11151C
9#080A0E

Tints

Lighter variations

1#5E759F
2#6F84AA
3#8193B5
4#93A3C0
5#A5B2CA
6#B7C1D5
7#C9D1DF
8#DBE0EA
9#EDF0F4

Tones

Muted variations

1#56688A
2#596988
3#5C6A85
4#5F6B82
5#626C7F
6#656D7C
7#676E79
8#6A6E76
9#6D6F73

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F7
#F5F7F9
BackgroundsSubtle highlightsCard backgrounds
100
E9EC
#E9ECF2
Light backgroundsTable row hoverSkeleton loading
200
D5DB
#D5DBE6
Secondary backgroundsInput backgroundsDividers
300
B5C0
#B5C0D4
BordersInactive statesPlaceholder text
400
8F9F
#8F9FBD
Disabled statesSecondary iconsMuted text
500
6E83
#6E83AA
Primary brand colorCTAsActive elementsLinks
600
5367
#53678D
Hover statesFocus ringsPrimary buttons hover
700
4252
#425270
Active/pressed statesDark mode accentsSecondary text
800
2F3B
#2F3B50
Text on light backgroundsHeadingsStrong borders
900
1E26
#1E2633
Primary textHigh emphasis contentDark headings
950
1318
#131820
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F5F7F9;
  --slate-gray-100: #E9ECF2;
  --slate-gray-200: #D5DBE6;
  --slate-gray-300: #B5C0D4;
  --slate-gray-400: #8F9FBD;
  --slate-gray-500: #6E83AA;
  --slate-gray-600: #53678D;
  --slate-gray-700: #425270;
  --slate-gray-800: #2F3B50;
  --slate-gray-900: #1E2633;
  --slate-gray-950: #131820;
}
Generate More ShadesCreate PaletteConvert Color