Slate Gray
#748DA4
BlueColor Codes
All color formats for development
HEX
#748DA4RGB
rgb(116, 141, 164)HSL
hsl(209, 21%, 55%)OKLCH
oklch(0.632 0.045 246.3)CMYK
cmyk(29%, 14%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#647F99
2#597188
3#4E6377
4#425566
5#374755
6#2C3844
7#212A33
8#161C22
9#0B0E11
Tints
Lighter variations
1#8298AD
2#90A4B6
3#9EAFC0
4#ACBBC9
5#BAC6D2
6#C7D1DB
7#D5DDE4
8#E3E8ED
9#F1F4F6
Tones
Muted variations
1#778DA2
2#798DA0
3#7B8D9D
4#7E8D9B
5#808D98
6#838D96
7#858C93
8#878C91
9#8A8C8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9ED #E9EDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DE #D7DEE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8C5 #B8C5D1 | BordersInactive statesPlaceholder text |
| 400 | 93A6 #93A6B8 | Disabled statesSecondary iconsMuted text |
| 500 | 748D #748DA4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5971 #597188 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 475A #475A6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3240 #32404D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2029 #202931 | Primary textHigh emphasis contentDark headings |
| 950 | 141A #141A1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F9;
--slate-gray-100: #E9EDF1;
--slate-gray-200: #D7DEE5;
--slate-gray-300: #B8C5D1;
--slate-gray-400: #93A6B8;
--slate-gray-500: #748DA4;
--slate-gray-600: #597188;
--slate-gray-700: #475A6C;
--slate-gray-800: #32404D;
--slate-gray-900: #202931;
--slate-gray-950: #141A1F;
}