Slate Gray
#748FA4
BlueColor Codes
All color formats for development
HEX
#748FA4RGB
rgb(116, 143, 164)HSL
hsl(206, 21%, 55%)OKLCH
oklch(0.637 0.044 241.8)CMYK
cmyk(29%, 13%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#648299
2#597388
3#4E6577
4#425766
5#374855
6#2C3A44
7#212B33
8#161D22
9#0B0E11
Tints
Lighter variations
1#829BAD
2#90A6B6
3#9EB1C0
4#ACBCC9
5#BAC7D2
6#C7D2DB
7#D5DEE4
8#E3E9ED
9#F1F4F6
Tones
Muted variations
1#778FA2
2#798FA0
3#7B8E9D
4#7E8E9B
5#808E98
6#838E96
7#858D93
8#878D91
9#8A8D8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EE #E9EEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DF #D7DFE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8C6 #B8C6D1 | BordersInactive statesPlaceholder text |
| 400 | 93A8 #93A8B8 | Disabled statesSecondary iconsMuted text |
| 500 | 748F #748FA4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5973 #597388 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 475C #475C6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3242 #32424D | Text on light backgroundsHeadingsStrong borders |
| 900 | 202A #202A31 | 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: #F6F8F9;
--slate-gray-100: #E9EEF1;
--slate-gray-200: #D7DFE5;
--slate-gray-300: #B8C6D1;
--slate-gray-400: #93A8B8;
--slate-gray-500: #748FA4;
--slate-gray-600: #597388;
--slate-gray-700: #475C6C;
--slate-gray-800: #32424D;
--slate-gray-900: #202A31;
--slate-gray-950: #141A1F;
}