Slate Gray
#7096A9
BlueColor Codes
All color formats for development
HEX
#7096A9RGB
rgb(112, 150, 169)HSL
hsl(200, 25%, 55%)OKLCH
oklch(0.652 0.051 230.1)CMYK
cmyk(34%, 11%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5F899E
2#547A8C
3#4A6A7B
4#3F5B69
5#354C58
6#2A3D46
7#202E35
8#151E23
9#0B0F12
Tints
Lighter variations
1#7EA0B2
2#8CABBA
3#9BB5C3
4#A9C0CB
5#B7CAD4
6#C6D5DD
7#D4DFE5
8#E2EAEE
9#F1F4F6
Tones
Muted variations
1#7295A6
2#7594A3
3#7893A0
4#7B929D
5#7E919B
6#819098
7#848F95
8#878E92
9#898D8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EF #E9EFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6E1 #D6E1E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C9 #B6C9D3 | BordersInactive statesPlaceholder text |
| 400 | 8FAD #8FADBC | Disabled statesSecondary iconsMuted text |
| 500 | 7096 #7096A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 547A #547A8C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4361 #436170 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3045 #304550 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F2C #1F2C33 | Primary textHigh emphasis contentDark headings |
| 950 | 131C #131C20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F8F9;
--slate-gray-100: #E9EFF2;
--slate-gray-200: #D6E1E6;
--slate-gray-300: #B6C9D3;
--slate-gray-400: #8FADBC;
--slate-gray-500: #7096A9;
--slate-gray-600: #547A8C;
--slate-gray-700: #436170;
--slate-gray-800: #304550;
--slate-gray-900: #1F2C33;
--slate-gray-950: #131C20;
}