Slate Gray
#718BA8
BlueColor Codes
All color formats for development
HEX
#718BA8RGB
rgb(113, 139, 168)HSL
hsl(212, 24%, 55%)OKLCH
oklch(0.627 0.053 251.4)CMYK
cmyk(33%, 17%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#607C9D
2#556E8B
3#4B617A
4#405368
5#354557
6#2B3746
7#202934
8#151C23
9#0B0E11
Tints
Lighter variations
1#7F96B1
2#8DA2B9
3#9BADC2
4#AAB9CB
5#B8C5D3
6#C6D0DC
7#D4DCE5
8#E3E8EE
9#F1F3F6
Tones
Muted variations
1#738BA5
2#768BA2
3#798BA0
4#7C8B9D
5#7E8B9A
6#818C97
7#848C95
8#878C92
9#898C8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9ED #E9EDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6DD #D6DDE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C3 #B6C3D2 | BordersInactive statesPlaceholder text |
| 400 | 90A4 #90A4BB | Disabled statesSecondary iconsMuted text |
| 500 | 718A #718AA8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 556E #556E8B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4458 #44586F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 303F #303F4F | 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: #F6F7F9;
--slate-gray-100: #E9EDF1;
--slate-gray-200: #D6DDE6;
--slate-gray-300: #B6C3D2;
--slate-gray-400: #90A4BB;
--slate-gray-500: #718AA8;
--slate-gray-600: #556E8B;
--slate-gray-700: #44586F;
--slate-gray-800: #303F4F;
--slate-gray-900: #1F2833;
--slate-gray-950: #131920;
}