Slate Gray
#7087A9
BlueColor Codes
All color formats for development
HEX
#7087A9RGB
rgb(112, 135, 169)HSL
hsl(216, 25%, 55%)OKLCH
oklch(0.618 0.058 258)CMYK
cmyk(34%, 20%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5F789E
2#546B8C
3#4A5D7B
4#3F5069
5#354358
6#2A3546
7#202835
8#151B23
9#0B0D12
Tints
Lighter variations
1#7E93B2
2#8C9FBA
3#9BABC3
4#A9B7CB
5#B7C3D4
6#C6CFDD
7#D4DBE5
8#E2E7EE
9#F1F3F6
Tones
Muted variations
1#7287A6
2#7588A3
3#7888A0
4#7B899D
5#7E899B
6#818A98
7#848B95
8#878B92
9#898C8F
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 | D6DC #D6DCE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C1 #B6C1D3 | BordersInactive statesPlaceholder text |
| 400 | 8FA1 #8FA1BC | Disabled statesSecondary iconsMuted text |
| 500 | 7087 #7087A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 546B #546B8C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4355 #435570 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 303D #303D50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F27 #1F2733 | 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: #D6DCE6;
--slate-gray-300: #B6C1D3;
--slate-gray-400: #8FA1BC;
--slate-gray-500: #7087A9;
--slate-gray-600: #546B8C;
--slate-gray-700: #435570;
--slate-gray-800: #303D50;
--slate-gray-900: #1F2733;
--slate-gray-950: #131820;
}