Slate Gray
#708CA9
BlueColor Codes
All color formats for development
HEX
#708CA9RGB
rgb(112, 140, 169)HSL
hsl(211, 25%, 55%)OKLCH
oklch(0.629 0.054 249.6)CMYK
cmyk(34%, 17%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5F7D9E
2#546F8C
3#4A617B
4#3F5369
5#354658
6#2A3846
7#202A35
8#151C23
9#0B0E12
Tints
Lighter variations
1#7E97B2
2#8CA2BA
3#9BAEC3
4#A9BACB
5#B7C5D4
6#C6D1DD
7#D4DCE5
8#E2E8EE
9#F1F3F6
Tones
Muted variations
1#728BA6
2#758BA3
3#788CA0
4#7B8C9D
5#7E8C9B
6#818C98
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 | D6DE #D6DEE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C4 #B6C4D3 | BordersInactive statesPlaceholder text |
| 400 | 8FA5 #8FA5BC | Disabled statesSecondary iconsMuted text |
| 500 | 708B #708BA9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 546F #546F8C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4359 #435970 | 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: #D6DEE6;
--slate-gray-300: #B6C4D3;
--slate-gray-400: #8FA5BC;
--slate-gray-500: #708BA9;
--slate-gray-600: #546F8C;
--slate-gray-700: #435970;
--slate-gray-800: #303F50;
--slate-gray-900: #1F2833;
--slate-gray-950: #131920;
}