Slate Gray

#546F8C

Blue

Color Codes

All color formats for development

HEX
#546F8C
RGB
rgb(84, 111, 140)
HSL
hsl(211, 25%, 44%)
OKLCH
oklch(0.532 0.056 250.7)
CMYK
cmyk(40%, 21%, 0%, 45%)

Accessibility

WCAG contrast compliance

On White Background

5.21:1

AA AAA

On Black Background

4.03:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F7
100
#E9ED
200
#D6DE
300
#B6C4
400
#8FA5
500
#708B
600
#546F
700
#4359
800
#303F
900
#1F28
950
#1319

Shades

Darker variations

1#4C647E
2#435970
3#3B4E62
4#324354
5#2A3846
6#222D38
7#19212A
8#11161C
9#080B0E

Tints

Lighter variations

1#5F7D9E
2#708CA9
3#829AB4
4#94A9BF
5#A6B7C9
6#B8C5D4
7#C9D4DF
8#DBE2EA
9#EDF1F4

Tones

Muted variations

1#576F89
2#5A6F87
3#5D7084
4#5F7081
5#62707E
6#65707B
7#687079
8#6B7076
9#6D7073

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F7
#F5F7F9
BackgroundsSubtle highlightsCard backgrounds
100
E9ED
#E9EDF2
Light backgroundsTable row hoverSkeleton loading
200
D6DE
#D6DEE6
Secondary backgroundsInput backgroundsDividers
300
B6C4
#B6C4D3
BordersInactive statesPlaceholder text
400
8FA5
#8FA5BC
Disabled statesSecondary iconsMuted text
500
708B
#708BA9
Primary brand colorCTAsActive elementsLinks
600
546F
#546F8C
Hover statesFocus ringsPrimary buttons hover
700
4359
#435970
Active/pressed statesDark mode accentsSecondary text
800
303F
#303F50
Text on light backgroundsHeadingsStrong borders
900
1F28
#1F2833
Primary textHigh emphasis contentDark headings
950
1319
#131920
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F5F7F9;
  --slate-gray-100: #E9EDF2;
  --slate-gray-200: #D6DEE6;
  --slate-gray-300: #B6C4D3;
  --slate-gray-400: #8FA5BC;
  --slate-gray-500: #708BA9;
  --slate-gray-600: #546F8C;
  --slate-gray-700: #435970;
  --slate-gray-800: #303F50;
  --slate-gray-900: #1F2833;
  --slate-gray-950: #131920;
}
Generate More ShadesCreate PaletteConvert Color