Slate Gray
#586989
BlueColor Codes
All color formats for development
HEX
#586989RGB
rgb(88, 105, 137)HSL
hsl(219, 22%, 44%)OKLCH
oklch(0.52 0.055 262.8)CMYK
cmyk(36%, 23%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4F5E7B
2#46546E
3#3D4960
4#353F52
5#2C3444
6#232A37
7#1A1F29
8#12151B
9#090A0E
Tints
Lighter variations
1#63769A
2#7485A6
3#8594B1
4#96A4BC
5#A8B3C7
6#B9C2D2
7#CBD1DE
8#DCE1E9
9#EEF0F4
Tones
Muted variations
1#5A6A86
2#5C6A84
3#5F6B81
4#616C7F
5#646C7D
6#666D7A
7#696E78
8#6B6F75
9#6E6F73
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EC #E9ECF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DC #D7DCE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7C0 #B7C0D1 | BordersInactive statesPlaceholder text |
| 400 | 92A0 #92A0B9 | Disabled statesSecondary iconsMuted text |
| 500 | 7385 #7385A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5869 #586989 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4653 #46536D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323C #323C4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2026 #202632 | Primary textHigh emphasis contentDark headings |
| 950 | 1418 #14181F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F9;
--slate-gray-100: #E9ECF1;
--slate-gray-200: #D7DCE5;
--slate-gray-300: #B7C0D1;
--slate-gray-400: #92A0B9;
--slate-gray-500: #7385A5;
--slate-gray-600: #586989;
--slate-gray-700: #46536D;
--slate-gray-800: #323C4E;
--slate-gray-900: #202632;
--slate-gray-950: #14181F;
}