Slate Gray
#7084A9
BlueColor Codes
All color formats for development
HEX
#7084A9RGB
rgb(112, 132, 169)HSL
hsl(219, 25%, 55%)OKLCH
oklch(0.612 0.061 262.5)CMYK
cmyk(34%, 22%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5F759E
2#54688C
3#4A5B7B
4#3F4E69
5#354158
6#2A3446
7#202735
8#151A23
9#0B0D12
Tints
Lighter variations
1#7E90B2
2#8C9CBA
3#9BA9C3
4#A9B5CB
5#B7C1D4
6#C6CEDD
7#D4DAE5
8#E2E6EE
9#F1F3F6
Tones
Muted variations
1#7285A6
2#7585A3
3#7886A0
4#7B879D
5#7E889B
6#818998
7#848A95
8#878B92
9#898B8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EC #E9ECF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6DB #D6DBE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C0 #B6C0D3 | BordersInactive statesPlaceholder text |
| 400 | 8F9F #8F9FBC | Disabled statesSecondary iconsMuted text |
| 500 | 7084 #7084A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5468 #54688C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4353 #435370 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 303B #303B50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F26 #1F2633 | Primary textHigh emphasis contentDark headings |
| 950 | 1318 #131820 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F7F9;
--slate-gray-100: #E9ECF2;
--slate-gray-200: #D6DBE6;
--slate-gray-300: #B6C0D3;
--slate-gray-400: #8F9FBC;
--slate-gray-500: #7084A9;
--slate-gray-600: #54688C;
--slate-gray-700: #435370;
--slate-gray-800: #303B50;
--slate-gray-900: #1F2633;
--slate-gray-950: #131820;
}