Slate Gray
#7488A4
BlueColor Codes
All color formats for development
HEX
#7488A4RGB
rgb(116, 136, 164)HSL
hsl(215, 21%, 55%)OKLCH
oklch(0.621 0.048 256.8)CMYK
cmyk(29%, 17%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#647A99
2#596C88
3#4E5F77
4#425166
5#374455
6#2C3644
7#212933
8#161B22
9#0B0E11
Tints
Lighter variations
1#8294AD
2#90A0B6
3#9EACC0
4#ACB8C9
5#BAC4D2
6#C7CFDB
7#D5DBE4
8#E3E7ED
9#F1F3F6
Tones
Muted variations
1#7789A2
2#7989A0
3#7B899D
4#7E8A9B
5#808A98
6#838B96
7#858B93
8#878B91
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 | B8C2 #B8C2D1 | BordersInactive statesPlaceholder text |
| 400 | 93A3 #93A3B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7488 #7488A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 596C #596C88 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4756 #47566C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323E #323E4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2027 #202731 | 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: #B8C2D1;
--slate-gray-400: #93A3B8;
--slate-gray-500: #7488A4;
--slate-gray-600: #596C88;
--slate-gray-700: #47566C;
--slate-gray-800: #323E4D;
--slate-gray-900: #202731;
--slate-gray-950: #14191F;
}