Slate Gray
#748AA4
BlueColor Codes
All color formats for development
HEX
#748AA4RGB
rgb(116, 138, 164)HSL
hsl(213, 21%, 55%)OKLCH
oklch(0.626 0.047 252.8)CMYK
cmyk(29%, 16%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#647C99
2#596E88
3#4E6077
4#425266
5#374555
6#2C3744
7#212933
8#161B22
9#0B0E11
Tints
Lighter variations
1#8296AD
2#90A1B6
3#9EADC0
4#ACB9C9
5#BAC4D2
6#C7D0DB
7#D5DCE4
8#E3E8ED
9#F1F3F6
Tones
Muted variations
1#778AA2
2#798AA0
3#7B8B9D
4#7E8B9B
5#808B98
6#838B96
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 | D7DD #D7DDE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8C3 #B8C3D1 | BordersInactive statesPlaceholder text |
| 400 | 93A4 #93A4B8 | Disabled statesSecondary iconsMuted text |
| 500 | 748A #748AA4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 596E #596E88 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4757 #47576C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323E #323E4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2028 #202831 | Primary textHigh emphasis contentDark headings |
| 950 | 1419 #14191F | 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: #D7DDE5;
--slate-gray-300: #B8C3D1;
--slate-gray-400: #93A4B8;
--slate-gray-500: #748AA4;
--slate-gray-600: #596E88;
--slate-gray-700: #47576C;
--slate-gray-800: #323E4D;
--slate-gray-900: #202831;
--slate-gray-950: #14191F;
}