Slate Gray
#7496A4
BlueColor Codes
All color formats for development
HEX
#7496A4RGB
rgb(116, 150, 164)HSL
hsl(198, 21%, 55%)OKLCH
oklch(0.653 0.043 225)CMYK
cmyk(29%, 9%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#648999
2#597A88
3#4E6A77
4#425B66
5#374C55
6#2C3D44
7#212E33
8#161E22
9#0B0F11
Tints
Lighter variations
1#82A0AD
2#90ABB6
3#9EB5C0
4#ACC0C9
5#BACAD2
6#C7D5DB
7#D5DFE4
8#E3EAED
9#F1F4F6
Tones
Muted variations
1#7795A2
2#7994A0
3#7B939D
4#7E929B
5#809198
6#839096
7#858F93
8#878E91
9#8A8D8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EF #E9EFF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E1 #D7E1E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8C9 #B8C9D1 | BordersInactive statesPlaceholder text |
| 400 | 93AD #93ADB8 | Disabled statesSecondary iconsMuted text |
| 500 | 7496 #7496A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 597A #597A88 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4761 #47616C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3245 #32454D | Text on light backgroundsHeadingsStrong borders |
| 900 | 202C #202C31 | Primary textHigh emphasis contentDark headings |
| 950 | 141C #141C1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F9;
--slate-gray-100: #E9EFF1;
--slate-gray-200: #D7E1E5;
--slate-gray-300: #B8C9D1;
--slate-gray-400: #93ADB8;
--slate-gray-500: #7496A4;
--slate-gray-600: #597A88;
--slate-gray-700: #47616C;
--slate-gray-800: #32454D;
--slate-gray-900: #202C31;
--slate-gray-950: #141C1F;
}