Slate Gray
#546C8C
BlueColor Codes
All color formats for development
HEX
#546C8CRGB
rgb(84, 108, 140)HSL
hsl(214, 25%, 44%)OKLCH
oklch(0.525 0.058 255.8)CMYK
cmyk(40%, 23%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C627E
2#435770
3#3B4C62
4#324154
5#2A3646
6#222B38
7#19212A
8#11161C
9#080B0E
Tints
Lighter variations
1#5F7A9E
2#7089A9
3#8298B4
4#94A6BF
5#A6B5C9
6#B8C4D4
7#C9D3DF
8#DBE1EA
9#EDF0F4
Tones
Muted variations
1#576D89
2#5A6D87
3#5D6E84
4#5F6E81
5#626E7E
6#656F7B
7#686F79
8#6B6F76
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 | B6C2 #B6C2D3 | BordersInactive statesPlaceholder text |
| 400 | 8FA3 #8FA3BC | Disabled statesSecondary iconsMuted text |
| 500 | 7088 #7088A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 546C #546C8C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4356 #435670 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 303E #303E50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F27 #1F2733 | 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: #B6C2D3;
--slate-gray-400: #8FA3BC;
--slate-gray-500: #7088A9;
--slate-gray-600: #546C8C;
--slate-gray-700: #435670;
--slate-gray-800: #303E50;
--slate-gray-900: #1F2733;
--slate-gray-950: #131920;
}