Slate Gray
#718EA8
BlueColor Codes
All color formats for development
HEX
#718EA8RGB
rgb(113, 142, 168)HSL
hsl(208, 24%, 55%)OKLCH
oklch(0.634 0.051 245.8)CMYK
cmyk(33%, 15%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#60809D
2#55728B
3#4B647A
4#405568
5#354757
6#2B3946
7#202B34
8#151C23
9#0B0E11
Tints
Lighter variations
1#7F99B1
2#8DA5B9
3#9BB0C2
4#AABBCB
5#B8C7D3
6#C6D2DC
7#D4DDE5
8#E3E8EE
9#F1F4F6
Tones
Muted variations
1#738EA5
2#768EA2
3#798EA0
4#7C8D9D
5#7E8D9A
6#818D97
7#848D95
8#878D92
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 | D6DE #D6DEE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C5 #B6C5D2 | BordersInactive statesPlaceholder text |
| 400 | 90A7 #90A7BB | Disabled statesSecondary iconsMuted text |
| 500 | 718E #718EA8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5572 #55728B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 445B #445B6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3041 #30414F | 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: #F6F7F9;
--slate-gray-100: #E9EDF1;
--slate-gray-200: #D6DEE6;
--slate-gray-300: #B6C5D2;
--slate-gray-400: #90A7BB;
--slate-gray-500: #718EA8;
--slate-gray-600: #55728B;
--slate-gray-700: #445B6F;
--slate-gray-800: #30414F;
--slate-gray-900: #1F2933;
--slate-gray-950: #131A20;
}