Slate Gray
#7097A9
BlueColor Codes
All color formats for development
HEX
#7097A9RGB
rgb(112, 151, 169)HSL
hsl(199, 25%, 55%)OKLCH
oklch(0.654 0.051 228.1)CMYK
cmyk(34%, 11%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5F8A9E
2#547A8C
3#4A6B7B
4#3F5C69
5#354D58
6#2A3D46
7#202E35
8#151F23
9#0B0F12
Tints
Lighter variations
1#7EA1B2
2#8CACBA
3#9BB6C3
4#A9C0CB
5#B7CBD4
6#C6D5DD
7#D4E0E5
8#E2EAEE
9#F1F5F6
Tones
Muted variations
1#7296A6
2#7595A3
3#7894A0
4#7B939D
5#7E929B
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 | B6CA #B6CAD3 | BordersInactive statesPlaceholder text |
| 400 | 8FAE #8FAEBC | Disabled statesSecondary iconsMuted text |
| 500 | 7097 #7097A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 547A #547A8C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4361 #436170 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3046 #304650 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F2D #1F2D33 | 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: #B6CAD3;
--slate-gray-400: #8FAEBC;
--slate-gray-500: #7097A9;
--slate-gray-600: #547A8C;
--slate-gray-700: #436170;
--slate-gray-800: #304650;
--slate-gray-900: #1F2D33;
--slate-gray-950: #131C20;
}