Slate Gray
#596E88
BlueColor Codes
All color formats for development
HEX
#596E88RGB
rgb(89, 110, 136)HSL
hsl(213, 21%, 44%)OKLCH
oklch(0.531 0.048 254)CMYK
cmyk(35%, 19%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#50637A
2#47586D
3#3E4D5F
4#354251
5#2C3744
6#232C36
7#1B2129
8#12161B
9#090B0E
Tints
Lighter variations
1#647C99
2#758AA5
3#8699B0
4#97A8BB
5#A9B6C7
6#BAC5D2
7#CBD3DD
8#DCE2E8
9#EEF0F4
Tones
Muted variations
1#5B6E85
2#5D6E83
3#606F81
4#626F7E
5#646F7C
6#676F7A
7#696F77
8#6B7075
9#6E7073
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9ED #E9EDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DD #D7DDE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8C3 #B8C3D1 | BordersInactive statesPlaceholder text |
| 400 | 93A4 #93A4B8 | Disabled statesSecondary iconsMuted text |
| 500 | 748A #748AA4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 596E #596E88 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4757 #47576C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323E #323E4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2028 #202831 | Primary textHigh emphasis contentDark headings |
| 950 | 1419 #14191F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F9;
--slate-gray-100: #E9EDF1;
--slate-gray-200: #D7DDE5;
--slate-gray-300: #B8C3D1;
--slate-gray-400: #93A4B8;
--slate-gray-500: #748AA4;
--slate-gray-600: #596E88;
--slate-gray-700: #47576C;
--slate-gray-800: #323E4D;
--slate-gray-900: #202831;
--slate-gray-950: #14191F;
}