Slate Gray

#54738C

Blue

Color Codes

All color formats for development

HEX
#54738C
RGB
rgb(84, 115, 140)
HSL
hsl(207, 25%, 44%)
OKLCH
oklch(0.541 0.053 243.3)
CMYK
cmyk(40%, 18%, 0%, 45%)

Accessibility

WCAG contrast compliance

On White Background

4.99:1

AA AAA

On Black Background

4.21:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F8
100
#E9EE
200
#D6DF
300
#B6C6
400
#8FA8
500
#708F
600
#5473
700
#435B
800
#3041
900
#1F2A
950
#131A

Shades

Darker variations

1#4C687E
2#435C70
3#3B5162
4#324554
5#2A3A46
6#222E38
7#19232A
8#11171C
9#080C0E

Tints

Lighter variations

1#5F829E
2#7090A9
3#829EB4
4#94ABBF
5#A6B9C9
6#B8C7D4
7#C9D5DF
8#DBE3EA
9#EDF1F4

Tones

Muted variations

1#577389
2#5A7287
3#5D7284
4#5F7281
5#62727E
6#65717B
7#687179
8#6B7176
9#6D7073

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F8
#F5F8F9
BackgroundsSubtle highlightsCard backgrounds
100
E9EE
#E9EEF2
Light backgroundsTable row hoverSkeleton loading
200
D6DF
#D6DFE6
Secondary backgroundsInput backgroundsDividers
300
B6C6
#B6C6D3
BordersInactive statesPlaceholder text
400
8FA8
#8FA8BC
Disabled statesSecondary iconsMuted text
500
708F
#708FA9
Primary brand colorCTAsActive elementsLinks
600
5473
#54738C
Hover statesFocus ringsPrimary buttons hover
700
435B
#435B70
Active/pressed statesDark mode accentsSecondary text
800
3041
#304150
Text on light backgroundsHeadingsStrong borders
900
1F2A
#1F2A33
Primary textHigh emphasis contentDark headings
950
131A
#131A20
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F5F8F9;
  --slate-gray-100: #E9EEF2;
  --slate-gray-200: #D6DFE6;
  --slate-gray-300: #B6C6D3;
  --slate-gray-400: #8FA8BC;
  --slate-gray-500: #708FA9;
  --slate-gray-600: #54738C;
  --slate-gray-700: #435B70;
  --slate-gray-800: #304150;
  --slate-gray-900: #1F2A33;
  --slate-gray-950: #131A20;
}
Generate More ShadesCreate PaletteConvert Color