Slate Gray
#7082A9
BlueColor Codes
All color formats for development
HEX
#7082A9RGB
rgb(112, 130, 169)HSL
hsl(221, 25%, 55%)OKLCH
oklch(0.607 0.063 265.3)CMYK
cmyk(34%, 23%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5F739E
2#54668C
3#4A597B
4#3F4C69
5#354058
6#2A3346
7#202635
8#151923
9#0B0D12
Tints
Lighter variations
1#7E8EB2
2#8C9BBA
3#9BA7C3
4#A9B4CB
5#B7C0D4
6#C6CDDD
7#D4D9E5
8#E2E6EE
9#F1F2F6
Tones
Muted variations
1#7283A6
2#7584A3
3#7885A0
4#7B869D
5#7E879B
6#818898
7#848995
8#878A92
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 | B6BF #B6BFD3 | BordersInactive statesPlaceholder text |
| 400 | 8F9E #8F9EBC | Disabled statesSecondary iconsMuted text |
| 500 | 7082 #7082A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5466 #54668C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4351 #435170 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 303A #303A50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F25 #1F2533 | Primary textHigh emphasis contentDark headings |
| 950 | 1317 #131720 | 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: #B6BFD3;
--slate-gray-400: #8F9EBC;
--slate-gray-500: #7082A9;
--slate-gray-600: #54668C;
--slate-gray-700: #435170;
--slate-gray-800: #303A50;
--slate-gray-900: #1F2533;
--slate-gray-950: #131720;
}