Slate Gray
#596C88
BlueColor Codes
All color formats for development
HEX
#596C88RGB
rgb(89, 108, 136)HSL
hsl(216, 21%, 44%)OKLCH
oklch(0.527 0.05 258)CMYK
cmyk(35%, 21%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#50617A
2#47566D
3#3E4B5F
4#354051
5#2C3644
6#232B36
7#1B2029
8#12151B
9#090B0E
Tints
Lighter variations
1#647999
2#7588A5
3#8697B0
4#97A6BB
5#A9B5C7
6#BAC3D2
7#CBD2DD
8#DCE1E8
9#EEF0F4
Tones
Muted variations
1#5B6C85
2#5D6C83
3#606D81
4#626D7E
5#646E7C
6#676E7A
7#696F77
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 | B8C2 #B8C2D1 | BordersInactive statesPlaceholder text |
| 400 | 93A2 #93A2B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7487 #7487A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 596B #596B88 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4756 #47566C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323D #323D4D | 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: #B8C2D1;
--slate-gray-400: #93A2B8;
--slate-gray-500: #7487A4;
--slate-gray-600: #596B88;
--slate-gray-700: #47566C;
--slate-gray-800: #323D4D;
--slate-gray-900: #202731;
--slate-gray-950: #14181F;
}