Slate Gray
#54748C
BlueColor Codes
All color formats for development
HEX
#54748CRGB
rgb(84, 116, 140)HSL
hsl(206, 25%, 44%)OKLCH
oklch(0.544 0.053 241.3)CMYK
cmyk(40%, 17%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C687E
2#435D70
3#3B5162
4#324654
5#2A3A46
6#222E38
7#19232A
8#11171C
9#080C0E
Tints
Lighter variations
1#5F839E
2#7091A9
3#829EB4
4#94ACBF
5#A6BAC9
6#B8C8D4
7#C9D6DF
8#DBE3EA
9#EDF1F4
Tones
Muted variations
1#577489
2#5A7387
3#5D7384
4#5F7281
5#62727E
6#65727B
7#687179
8#6B7176
9#6D7173
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical 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 | 8FA9 #8FA9BC | Disabled statesSecondary iconsMuted text |
| 500 | 7090 #7090A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5474 #54748C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 435C #435C70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3042 #304250 | 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: #8FA9BC;
--slate-gray-500: #7090A9;
--slate-gray-600: #54748C;
--slate-gray-700: #435C70;
--slate-gray-800: #304250;
--slate-gray-900: #1F2A33;
--slate-gray-950: #131A20;
}