Slate Gray
#7198A8
BlueColor Codes
All color formats for development
HEX
#7198A8RGB
rgb(113, 152, 168)HSL
hsl(197, 24%, 55%)OKLCH
oklch(0.657 0.049 225.1)CMYK
cmyk(33%, 10%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#608B9D
2#557C8B
3#4B6C7A
4#405D68
5#354D57
6#2B3E46
7#202E34
8#151F23
9#0B0F11
Tints
Lighter variations
1#7FA2B1
2#8DADB9
3#9BB7C2
4#AAC1CB
5#B8CCD3
6#C6D6DC
7#D4E0E5
8#E3EAEE
9#F1F5F6
Tones
Muted variations
1#7397A5
2#7696A2
3#7995A0
4#7C939D
5#7E929A
6#819197
7#849095
8#878F92
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 | 90AF #90AFBB | Disabled statesSecondary iconsMuted text |
| 500 | 7198 #7198A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 557C #557C8B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4463 #44636F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3046 #30464F | 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: #F6F8F9;
--slate-gray-100: #E9EFF1;
--slate-gray-200: #D6E1E6;
--slate-gray-300: #B6CAD2;
--slate-gray-400: #90AFBB;
--slate-gray-500: #7198A8;
--slate-gray-600: #557C8B;
--slate-gray-700: #44636F;
--slate-gray-800: #30464F;
--slate-gray-900: #1F2D33;
--slate-gray-950: #131C20;
}