Slate Gray
#7092A9
BlueColor Codes
All color formats for development
HEX
#7092A9RGB
rgb(112, 146, 169)HSL
hsl(204, 25%, 55%)OKLCH
oklch(0.643 0.051 238.2)CMYK
cmyk(34%, 14%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5F859E
2#54768C
3#4A677B
4#3F5869
5#354A58
6#2A3B46
7#202C35
8#151D23
9#0B0F12
Tints
Lighter variations
1#7E9DB2
2#8CA8BA
3#9BB3C3
4#A9BECB
5#B7C8D4
6#C6D3DD
7#D4DEE5
8#E2E9EE
9#F1F4F6
Tones
Muted variations
1#7291A6
2#7591A3
3#7890A0
4#7B909D
5#7E8F9B
6#818F98
7#848E95
8#878D92
9#898D8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EE #E9EEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6E0 #D6E0E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C7 #B6C7D3 | BordersInactive statesPlaceholder text |
| 400 | 8FAA #8FAABC | Disabled statesSecondary iconsMuted text |
| 500 | 7092 #7092A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5476 #54768C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 435E #435E70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3043 #304350 | 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: #F5F8F9;
--slate-gray-100: #E9EEF2;
--slate-gray-200: #D6E0E6;
--slate-gray-300: #B6C7D3;
--slate-gray-400: #8FAABC;
--slate-gray-500: #7092A9;
--slate-gray-600: #54768C;
--slate-gray-700: #435E70;
--slate-gray-800: #304350;
--slate-gray-900: #1F2B33;
--slate-gray-950: #131B20;
}