Slate Gray
#708DA9
BlueColor Codes
All color formats for development
HEX
#708DA9RGB
rgb(112, 141, 169)HSL
hsl(209, 25%, 55%)OKLCH
oklch(0.632 0.054 247.8)CMYK
cmyk(34%, 17%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5F7F9E
2#54718C
3#4A637B
4#3F5569
5#354758
6#2A3946
7#202A35
8#151C23
9#0B0E12
Tints
Lighter variations
1#7E99B2
2#8CA4BA
3#9BAFC3
4#A9BBCB
5#B7C6D4
6#C6D1DD
7#D4DDE5
8#E2E8EE
9#F1F4F6
Tones
Muted variations
1#728DA6
2#758DA3
3#788DA0
4#7B8D9D
5#7E8D9B
6#818D98
7#848D95
8#878C92
9#898C8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9ED #E9EDF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6DE #D6DEE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C5 #B6C5D3 | BordersInactive statesPlaceholder text |
| 400 | 8FA6 #8FA6BC | Disabled statesSecondary iconsMuted text |
| 500 | 708D #708DA9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5471 #54718C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 435A #435A70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3040 #304050 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F29 #1F2933 | Primary textHigh emphasis contentDark headings |
| 950 | 131A #131A20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F7F9;
--slate-gray-100: #E9EDF2;
--slate-gray-200: #D6DEE6;
--slate-gray-300: #B6C5D3;
--slate-gray-400: #8FA6BC;
--slate-gray-500: #708DA9;
--slate-gray-600: #54718C;
--slate-gray-700: #435A70;
--slate-gray-800: #304050;
--slate-gray-900: #1F2933;
--slate-gray-950: #131A20;
}