Slate Gray
#7394A5
BlueColor Codes
All color formats for development
HEX
#7394A5RGB
rgb(115, 148, 165)HSL
hsl(200, 22%, 55%)OKLCH
oklch(0.648 0.045 230.7)CMYK
cmyk(30%, 10%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#62879A
2#587889
3#4D6978
4#425A67
5#374B56
6#2C3C44
7#212D33
8#161E22
9#0B0F11
Tints
Lighter variations
1#819FAE
2#8FAAB7
3#9DB5C0
4#ABBFC9
5#B9CAD2
6#C7D4DB
7#D5DFE4
8#E3EAED
9#F1F4F6
Tones
Muted variations
1#7694A3
2#7893A0
3#7B929E
4#7D919B
5#809099
6#829096
7#858F94
8#878E91
9#8A8D8F
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 | D7E0 #D7E0E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7C9 #B7C9D1 | BordersInactive statesPlaceholder text |
| 400 | 92AC #92ACB9 | Disabled statesSecondary iconsMuted text |
| 500 | 7395 #7395A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5878 #587889 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4660 #46606D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3244 #32444E | Text on light backgroundsHeadingsStrong borders |
| 900 | 202C #202C32 | Primary textHigh emphasis contentDark headings |
| 950 | 141B #141B1F | 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: #D7E0E5;
--slate-gray-300: #B7C9D1;
--slate-gray-400: #92ACB9;
--slate-gray-500: #7395A5;
--slate-gray-600: #587889;
--slate-gray-700: #46606D;
--slate-gray-800: #32444E;
--slate-gray-900: #202C32;
--slate-gray-950: #141B1F;
}