Slate Gray
#7494A4
BlueColor Codes
All color formats for development
HEX
#7494A4RGB
rgb(116, 148, 164)HSL
hsl(200, 21%, 55%)OKLCH
oklch(0.648 0.043 229.9)CMYK
cmyk(29%, 10%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#648799
2#597888
3#4E6977
4#425A66
5#374B55
6#2C3C44
7#212D33
8#161E22
9#0B0F11
Tints
Lighter variations
1#829FAD
2#90AAB6
3#9EB4C0
4#ACBFC9
5#BACAD2
6#C7D4DB
7#D5DFE4
8#E3EAED
9#F1F4F6
Tones
Muted variations
1#7793A2
2#7993A0
3#7B929D
4#7E919B
5#809098
6#838F96
7#858F93
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 | B8C8 #B8C8D1 | BordersInactive statesPlaceholder text |
| 400 | 93AC #93ACB8 | Disabled statesSecondary iconsMuted text |
| 500 | 7494 #7494A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5978 #597888 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 475F #475F6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3244 #32444D | Text on light backgroundsHeadingsStrong borders |
| 900 | 202C #202C31 | 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: #B8C8D1;
--slate-gray-400: #93ACB8;
--slate-gray-500: #7494A4;
--slate-gray-600: #597888;
--slate-gray-700: #475F6C;
--slate-gray-800: #32444D;
--slate-gray-900: #202C31;
--slate-gray-950: #141B1F;
}