Slate Gray
#596988
BlueColor Codes
All color formats for development
HEX
#596988RGB
rgb(89, 105, 136)HSL
hsl(220, 21%, 44%)OKLCH
oklch(0.52 0.053 263.4)CMYK
cmyk(35%, 23%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#505E7A
2#47536D
3#3E495F
4#353F51
5#2C3444
6#232A36
7#1B1F29
8#12151B
9#090A0E
Tints
Lighter variations
1#647699
2#7585A5
3#8694B0
4#97A3BB
5#A9B3C7
6#BAC2D2
7#CBD1DD
8#DCE0E8
9#EEF0F4
Tones
Muted variations
1#5B6985
2#5D6A83
3#606B81
4#626B7E
5#646C7C
6#676D7A
7#696E77
8#6B6F75
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 | D7DC #D7DCE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8C0 #B8C0D1 | BordersInactive statesPlaceholder text |
| 400 | 93A0 #93A0B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7484 #7484A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5968 #596888 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4753 #47536C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323B #323B4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2026 #202631 | 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: #B8C0D1;
--slate-gray-400: #93A0B8;
--slate-gray-500: #7484A4;
--slate-gray-600: #596888;
--slate-gray-700: #47536C;
--slate-gray-800: #323B4D;
--slate-gray-900: #202631;
--slate-gray-950: #14181F;
}