Slate Gray
#7194A8
BlueColor Codes
All color formats for development
HEX
#7194A8RGB
rgb(113, 148, 168)HSL
hsl(202, 24%, 55%)OKLCH
oklch(0.648 0.049 233.6)CMYK
cmyk(33%, 12%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#60869D
2#55778B
3#4B687A
4#405A68
5#354B57
6#2B3C46
7#202D34
8#151E23
9#0B0F11
Tints
Lighter variations
1#7F9EB1
2#8DA9B9
3#9BB4C2
4#AABFCB
5#B8C9D3
6#C6D4DC
7#D4DFE5
8#E3EAEE
9#F1F4F6
Tones
Muted variations
1#7393A5
2#7692A2
3#7991A0
4#7C919D
5#7E909A
6#818F97
7#848E95
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 | E9EE #E9EEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6E0 #D6E0E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C8 #B6C8D2 | BordersInactive statesPlaceholder text |
| 400 | 90AB #90ABBB | Disabled statesSecondary iconsMuted text |
| 500 | 7194 #7194A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5577 #55778B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 445F #445F6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3044 #30444F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F2B #1F2B33 | Primary textHigh emphasis contentDark headings |
| 950 | 131B #131B20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F9;
--slate-gray-100: #E9EEF1;
--slate-gray-200: #D6E0E6;
--slate-gray-300: #B6C8D2;
--slate-gray-400: #90ABBB;
--slate-gray-500: #7194A8;
--slate-gray-600: #55778B;
--slate-gray-700: #445F6F;
--slate-gray-800: #30444F;
--slate-gray-900: #1F2B33;
--slate-gray-950: #131B20;
}