Slate Gray
#596A88
BlueColor Codes
All color formats for development
HEX
#596A88RGB
rgb(89, 106, 136)HSL
hsl(218, 21%, 44%)OKLCH
oklch(0.522 0.052 261.6)CMYK
cmyk(35%, 22%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#505F7A
2#47556D
3#3E4A5F
4#354051
5#2C3544
6#232A36
7#1B2029
8#12151B
9#090B0E
Tints
Lighter variations
1#647799
2#7586A5
3#8695B0
4#97A5BB
5#A9B4C7
6#BAC3D2
7#CBD2DD
8#DCE1E8
9#EEF0F4
Tones
Muted variations
1#5B6B85
2#5D6B83
3#606C81
4#626C7E
5#646D7C
6#676E7A
7#696E77
8#6B6F75
9#6E7073
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 | D7DC #D7DCE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8C1 #B8C1D1 | BordersInactive statesPlaceholder text |
| 400 | 93A1 #93A1B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7486 #7486A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 596A #596A88 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4754 #47546C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323C #323C4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2027 #202731 | Primary textHigh emphasis contentDark headings |
| 950 | 1418 #14181F | 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: #D7DCE5;
--slate-gray-300: #B8C1D1;
--slate-gray-400: #93A1B8;
--slate-gray-500: #7486A4;
--slate-gray-600: #596A88;
--slate-gray-700: #47546C;
--slate-gray-800: #323C4D;
--slate-gray-900: #202731;
--slate-gray-950: #14181F;
}