Slate Gray
#596688
BlueColor Codes
All color formats for development
HEX
#596688RGB
rgb(89, 102, 136)HSL
hsl(223, 21%, 44%)OKLCH
oklch(0.513 0.056 268.2)CMYK
cmyk(35%, 25%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#505C7A
2#47526D
3#3E475F
4#353D51
5#2C3344
6#232936
7#1B1F29
8#12141B
9#090A0E
Tints
Lighter variations
1#647399
2#7582A5
3#8692B0
4#97A2BB
5#A9B1C7
6#BAC1D2
7#CBD0DD
8#DCE0E8
9#EEEFF4
Tones
Muted variations
1#5B6785
2#5D6883
3#606981
4#626A7E
5#646B7C
6#676C7A
7#696D77
8#6B6E75
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 | D7DB #D7DBE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8BF #B8BFD1 | BordersInactive statesPlaceholder text |
| 400 | 939E #939EB8 | Disabled statesSecondary iconsMuted text |
| 500 | 7482 #7482A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5966 #596688 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4751 #47516C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323A #323A4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2025 #202531 | Primary textHigh emphasis contentDark headings |
| 950 | 1417 #14171F | 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: #D7DBE5;
--slate-gray-300: #B8BFD1;
--slate-gray-400: #939EB8;
--slate-gray-500: #7482A4;
--slate-gray-600: #596688;
--slate-gray-700: #47516C;
--slate-gray-800: #323A4D;
--slate-gray-900: #202531;
--slate-gray-950: #14171F;
}