Slate Gray
#546A8C
BlueColor Codes
All color formats for development
HEX
#546A8CRGB
rgb(84, 106, 140)HSL
hsl(216, 25%, 44%)OKLCH
oklch(0.52 0.06 258.9)CMYK
cmyk(40%, 24%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C607E
2#435570
3#3B4B62
4#324054
5#2A3546
6#222B38
7#19202A
8#11151C
9#080B0E
Tints
Lighter variations
1#5F789E
2#7087A9
3#8296B4
4#94A5BF
5#A6B4C9
6#B8C3D4
7#C9D2DF
8#DBE1EA
9#EDF0F4
Tones
Muted variations
1#576B89
2#5A6C87
3#5D6C84
4#5F6D81
5#626D7E
6#656E7B
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 | E9EC #E9ECF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6DC #D6DCE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C1 #B6C1D3 | BordersInactive statesPlaceholder text |
| 400 | 8FA1 #8FA1BC | Disabled statesSecondary iconsMuted text |
| 500 | 7087 #7087A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 546B #546B8C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4355 #435570 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 303D #303D50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F27 #1F2733 | 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: #D6DCE6;
--slate-gray-300: #B6C1D3;
--slate-gray-400: #8FA1BC;
--slate-gray-500: #7087A9;
--slate-gray-600: #546B8C;
--slate-gray-700: #435570;
--slate-gray-800: #303D50;
--slate-gray-900: #1F2733;
--slate-gray-950: #131820;
}