Slate Gray
#586589
BlueColor Codes
All color formats for development
HEX
#586589RGB
rgb(88, 101, 137)HSL
hsl(224, 22%, 44%)OKLCH
oklch(0.51 0.06 268.9)CMYK
cmyk(36%, 26%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4F5B7B
2#46516E
3#3D4660
4#353C52
5#2C3244
6#232837
7#1A1E29
8#12141B
9#090A0E
Tints
Lighter variations
1#63719A
2#7481A6
3#8591B1
4#96A1BC
5#A8B0C7
6#B9C0D2
7#CBD0DE
8#DCE0E9
9#EEEFF4
Tones
Muted variations
1#5A6686
2#5C6784
3#5F6881
4#61697F
5#646A7D
6#666C7A
7#696D78
8#6B6E75
9#6E6F73
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EB #E9EBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DA #D7DAE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7BE #B7BED1 | BordersInactive statesPlaceholder text |
| 400 | 929D #929DB9 | Disabled statesSecondary iconsMuted text |
| 500 | 7380 #7380A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5865 #586589 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4650 #46506D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3239 #32394E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2025 #202532 | Primary textHigh emphasis contentDark headings |
| 950 | 1417 #14171F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F9;
--slate-gray-100: #E9EBF1;
--slate-gray-200: #D7DAE5;
--slate-gray-300: #B7BED1;
--slate-gray-400: #929DB9;
--slate-gray-500: #7380A5;
--slate-gray-600: #586589;
--slate-gray-700: #46506D;
--slate-gray-800: #32394E;
--slate-gray-900: #202532;
--slate-gray-950: #14171F;
}