Slate Gray
#546E8C
BlueColor Codes
All color formats for development
HEX
#546E8CRGB
rgb(84, 110, 140)HSL
hsl(212, 25%, 44%)OKLCH
oklch(0.53 0.057 252.4)CMYK
cmyk(40%, 21%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C637E
2#435870
3#3B4D62
4#324254
5#2A3746
6#222C38
7#19212A
8#11161C
9#080B0E
Tints
Lighter variations
1#5F7C9E
2#708BA9
3#8299B4
4#94A8BF
5#A6B6C9
6#B8C5D4
7#C9D3DF
8#DBE2EA
9#EDF0F4
Tones
Muted variations
1#576F89
2#5A6F87
3#5D6F84
4#5F6F81
5#626F7E
6#656F7B
7#687079
8#6B7076
9#6D7073
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9ED #E9EDF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6DD #D6DDE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C3 #B6C3D3 | BordersInactive statesPlaceholder text |
| 400 | 8FA4 #8FA4BC | Disabled statesSecondary iconsMuted text |
| 500 | 708A #708AA9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 546E #546E8C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4358 #435870 | 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: #D6DDE6;
--slate-gray-300: #B6C3D3;
--slate-gray-400: #8FA4BC;
--slate-gray-500: #708AA9;
--slate-gray-600: #546E8C;
--slate-gray-700: #435870;
--slate-gray-800: #303F50;
--slate-gray-900: #1F2833;
--slate-gray-950: #131920;
}