Slate Gray
#7487A4
BlueColor Codes
All color formats for development
HEX
#7487A4RGB
rgb(116, 135, 164)HSL
hsl(216, 21%, 55%)OKLCH
oklch(0.619 0.049 258.7)CMYK
cmyk(29%, 18%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#647999
2#596B88
3#4E5E77
4#425166
5#374355
6#2C3644
7#212833
8#161B22
9#0B0D11
Tints
Lighter variations
1#8293AD
2#909FB6
3#9EABC0
4#ACB7C9
5#BAC3D2
6#C7CFDB
7#D5DBE4
8#E3E7ED
9#F1F3F6
Tones
Muted variations
1#7788A2
2#7988A0
3#7B899D
4#7E899B
5#808A98
6#838A96
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 | E9EC #E9ECF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DC #D7DCE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8C2 #B8C2D1 | BordersInactive statesPlaceholder text |
| 400 | 93A2 #93A2B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7487 #7487A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 596B #596B88 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4756 #47566C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323D #323D4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2027 #202731 | Primary textHigh emphasis contentDark headings |
| 950 | 1418 #14181F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F9;
--slate-gray-100: #E9ECF1;
--slate-gray-200: #D7DCE5;
--slate-gray-300: #B8C2D1;
--slate-gray-400: #93A2B8;
--slate-gray-500: #7487A4;
--slate-gray-600: #596B88;
--slate-gray-700: #47566C;
--slate-gray-800: #323D4D;
--slate-gray-900: #202731;
--slate-gray-950: #14181F;
}