Slate Gray
#7197A8
BlueColor Codes
All color formats for development
HEX
#7197A8RGB
rgb(113, 151, 168)HSL
hsl(199, 24%, 55%)OKLCH
oklch(0.654 0.049 227.2)CMYK
cmyk(33%, 10%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#60899D
2#557A8B
3#4B6B7A
4#405C68
5#354C57
6#2B3D46
7#202E34
8#151F23
9#0B0F11
Tints
Lighter variations
1#7FA1B1
2#8DABB9
3#9BB6C2
4#AAC0CB
5#B8CBD3
6#C6D5DC
7#D4E0E5
8#E3EAEE
9#F1F5F6
Tones
Muted variations
1#7395A5
2#7694A2
3#7993A0
4#7C929D
5#7E919A
6#819097
7#848F95
8#878E92
9#898D8F
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 | D6E1 #D6E1E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6CA #B6CAD2 | BordersInactive statesPlaceholder text |
| 400 | 90AE #90AEBB | Disabled statesSecondary iconsMuted text |
| 500 | 7196 #7196A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 557A #557A8B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4461 #44616F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3045 #30454F | 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: #F6F8F9;
--slate-gray-100: #E9EFF1;
--slate-gray-200: #D6E1E6;
--slate-gray-300: #B6CAD2;
--slate-gray-400: #90AEBB;
--slate-gray-500: #7196A8;
--slate-gray-600: #557A8B;
--slate-gray-700: #44616F;
--slate-gray-800: #30454F;
--slate-gray-900: #1F2C33;
--slate-gray-950: #131C20;
}