Slate Gray
#718FA8
BlueColor Codes
All color formats for development
HEX
#718FA8RGB
rgb(113, 143, 168)HSL
hsl(207, 24%, 55%)OKLCH
oklch(0.636 0.051 243.8)CMYK
cmyk(33%, 15%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#60819D
2#55738B
3#4B657A
4#405668
5#354857
6#2B3946
7#202B34
8#151D23
9#0B0E11
Tints
Lighter variations
1#7F9AB1
2#8DA5B9
3#9BB1C2
4#AABCCB
5#B8C7D3
6#C6D2DC
7#D4DDE5
8#E3E9EE
9#F1F4F6
Tones
Muted variations
1#738FA5
2#768EA2
3#798EA0
4#7C8E9D
5#7E8E9A
6#818D97
7#848D95
8#878D92
9#898D8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EE #E9EEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6DF #D6DFE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C6 #B6C6D2 | BordersInactive statesPlaceholder text |
| 400 | 90A8 #90A8BB | Disabled statesSecondary iconsMuted text |
| 500 | 718F #718FA8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5573 #55738B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 445B #445B6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3041 #30414F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F2A #1F2A33 | 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: #F6F8F9;
--slate-gray-100: #E9EEF1;
--slate-gray-200: #D6DFE6;
--slate-gray-300: #B6C6D2;
--slate-gray-400: #90A8BB;
--slate-gray-500: #718FA8;
--slate-gray-600: #55738B;
--slate-gray-700: #445B6F;
--slate-gray-800: #30414F;
--slate-gray-900: #1F2A33;
--slate-gray-950: #131A20;
}