Slate Gray
#587089
BlueColor Codes
All color formats for development
HEX
#587089RGB
rgb(88, 112, 137)HSL
hsl(211, 22%, 44%)OKLCH
oklch(0.536 0.049 249.8)CMYK
cmyk(36%, 18%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4F647B
2#46596E
3#3D4E60
4#354352
5#2C3844
6#232D37
7#1A2129
8#12161B
9#090B0E
Tints
Lighter variations
1#637E9A
2#748CA6
3#859AB1
4#96A9BC
5#A8B7C7
6#B9C5D2
7#CBD4DE
8#DCE2E9
9#EEF1F4
Tones
Muted variations
1#5A6F86
2#5C7084
3#5F7081
4#61707F
5#64707D
6#66707A
7#697078
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 | D7DE #D7DEE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7C4 #B7C4D1 | BordersInactive statesPlaceholder text |
| 400 | 92A5 #92A5B9 | Disabled statesSecondary iconsMuted text |
| 500 | 738B #738BA5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 586F #586F89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4659 #46596D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323F #323F4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2029 #202932 | 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: #D7DEE5;
--slate-gray-300: #B7C4D1;
--slate-gray-400: #92A5B9;
--slate-gray-500: #738BA5;
--slate-gray-600: #586F89;
--slate-gray-700: #46596D;
--slate-gray-800: #323F4E;
--slate-gray-900: #202932;
--slate-gray-950: #14191F;
}