Slate Gray
#586789
BlueColor Codes
All color formats for development
HEX
#586789RGB
rgb(88, 103, 137)HSL
hsl(222, 22%, 44%)OKLCH
oklch(0.515 0.057 266)CMYK
cmyk(36%, 25%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4F5C7B
2#46526E
3#3D4860
4#353D52
5#2C3344
6#232937
7#1A1F29
8#12141B
9#090A0E
Tints
Lighter variations
1#63739A
2#7483A6
3#8592B1
4#96A2BC
5#A8B1C7
6#B9C1D2
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 | E9EC #E9ECF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DB #D7DBE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7BF #B7BFD1 | BordersInactive statesPlaceholder text |
| 400 | 929E #929EB9 | Disabled statesSecondary iconsMuted text |
| 500 | 7382 #7382A5 | 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: #E9ECF1;
--slate-gray-200: #D7DBE5;
--slate-gray-300: #B7BFD1;
--slate-gray-400: #929EB9;
--slate-gray-500: #7382A5;
--slate-gray-600: #586689;
--slate-gray-700: #46516D;
--slate-gray-800: #323A4E;
--slate-gray-900: #202532;
--slate-gray-950: #14171F;
}