Slate Gray
#587589
BlueColor Codes
All color formats for development
HEX
#587589RGB
rgb(88, 117, 137)HSL
hsl(204, 22%, 44%)OKLCH
oklch(0.547 0.046 238.8)CMYK
cmyk(36%, 15%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4F697B
2#465E6E
3#3D5260
4#354652
5#2C3B44
6#232F37
7#1A2329
8#12171B
9#090C0E
Tints
Lighter variations
1#63849A
2#7492A6
3#859FB1
4#96ADBC
5#A8BBC7
6#B9C8D2
7#CBD6DE
8#DCE4E9
9#EEF1F4
Tones
Muted variations
1#5A7586
2#5C7484
3#5F7481
4#61737F
5#64737D
6#66727A
7#697278
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 | B7C7 #B7C7D1 | BordersInactive statesPlaceholder text |
| 400 | 92AA #92AAB9 | Disabled statesSecondary iconsMuted text |
| 500 | 7391 #7391A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5875 #587589 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 465D #465D6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3243 #32434E | Text on light backgroundsHeadingsStrong borders |
| 900 | 202B #202B32 | Primary textHigh emphasis contentDark headings |
| 950 | 141B #141B1F | 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: #B7C7D1;
--slate-gray-400: #92AAB9;
--slate-gray-500: #7391A5;
--slate-gray-600: #587589;
--slate-gray-700: #465D6D;
--slate-gray-800: #32434E;
--slate-gray-900: #202B32;
--slate-gray-950: #141B1F;
}