Slate Gray
#708BA9
BlueColor Codes
All color formats for development
HEX
#708BA9RGB
rgb(112, 139, 169)HSL
hsl(212, 25%, 55%)OKLCH
oklch(0.627 0.055 251.4)CMYK
cmyk(34%, 18%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5F7C9E
2#546E8C
3#4A617B
4#3F5369
5#354558
6#2A3746
7#202935
8#151C23
9#0B0E12
Tints
Lighter variations
1#7E96B2
2#8CA2BA
3#9BADC3
4#A9B9CB
5#B7C5D4
6#C6D0DD
7#D4DCE5
8#E2E8EE
9#F1F3F6
Tones
Muted variations
1#728BA6
2#758BA3
3#788BA0
4#7B8B9D
5#7E8B9B
6#818B98
7#848C95
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 | D6DD #D6DDE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C3 #B6C3D3 | BordersInactive statesPlaceholder text |
| 400 | 8FA4 #8FA4BC | Disabled statesSecondary iconsMuted text |
| 500 | 708A #708AA9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 546E #546E8C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4358 #435870 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 303F #303F50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F28 #1F2833 | Primary textHigh emphasis contentDark headings |
| 950 | 1319 #131920 | 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: #D6DDE6;
--slate-gray-300: #B6C3D3;
--slate-gray-400: #8FA4BC;
--slate-gray-500: #708AA9;
--slate-gray-600: #546E8C;
--slate-gray-700: #435870;
--slate-gray-800: #303F50;
--slate-gray-900: #1F2833;
--slate-gray-950: #131920;
}