Slate Gray
#587489
BlueColor Codes
All color formats for development
HEX
#587489RGB
rgb(88, 116, 137)HSL
hsl(206, 22%, 44%)OKLCH
oklch(0.545 0.046 241.1)CMYK
cmyk(36%, 15%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4F687B
2#465C6E
3#3D5160
4#354552
5#2C3A44
6#232E37
7#1A2329
8#12171B
9#090C0E
Tints
Lighter variations
1#63829A
2#7490A6
3#859EB1
4#96ACBC
5#A8BAC7
6#B9C8D2
7#CBD5DE
8#DCE3E9
9#EEF1F4
Tones
Muted variations
1#5A7386
2#5C7384
3#5F7381
4#61727F
5#64727D
6#66727A
7#697178
8#6B7175
9#6E7173
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EE #E9EEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DF #D7DFE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7C6 #B7C6D1 | BordersInactive statesPlaceholder text |
| 400 | 92A8 #92A8B9 | Disabled statesSecondary iconsMuted text |
| 500 | 7390 #7390A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5873 #587389 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 465C #465C6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3242 #32424E | Text on light backgroundsHeadingsStrong borders |
| 900 | 202A #202A32 | Primary textHigh emphasis contentDark headings |
| 950 | 141A #141A1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F9;
--slate-gray-100: #E9EEF1;
--slate-gray-200: #D7DFE5;
--slate-gray-300: #B7C6D1;
--slate-gray-400: #92A8B9;
--slate-gray-500: #7390A5;
--slate-gray-600: #587389;
--slate-gray-700: #465C6D;
--slate-gray-800: #32424E;
--slate-gray-900: #202A32;
--slate-gray-950: #141A1F;
}