Slate Gray
#586689
BlueColor Codes
All color formats for development
HEX
#586689RGB
rgb(88, 102, 137)HSL
hsl(223, 22%, 44%)OKLCH
oklch(0.513 0.058 267.5)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#3D4760
4#353D52
5#2C3344
6#232937
7#1A1E29
8#12141B
9#090A0E
Tints
Lighter variations
1#63729A
2#7482A6
3#8592B1
4#96A1BC
5#A8B1C7
6#B9C0D2
7#CBD0DE
8#DCE0E9
9#EEEFF4
Tones
Muted variations
1#5A6786
2#5C6884
3#5F6981
4#616A7F
5#646B7D
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 | D7DB #D7DBE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7BF #B7BFD1 | BordersInactive statesPlaceholder text |
| 400 | 929D #929DB9 | Disabled statesSecondary iconsMuted text |
| 500 | 7381 #7381A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5866 #586689 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4651 #46516D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323A #323A4E | 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: #D7DBE5;
--slate-gray-300: #B7BFD1;
--slate-gray-400: #929DB9;
--slate-gray-500: #7381A5;
--slate-gray-600: #586689;
--slate-gray-700: #46516D;
--slate-gray-800: #323A4E;
--slate-gray-900: #202532;
--slate-gray-950: #14171F;
}