Slate Gray
#5A6E87
BlueColor Codes
All color formats for development
HEX
#5A6E87RGB
rgb(90, 110, 135)HSL
hsl(213, 20%, 44%)OKLCH
oklch(0.532 0.046 254.2)CMYK
cmyk(33%, 19%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#516379
2#48586C
3#3F4D5E
4#364251
5#2D3743
6#242C36
7#1B2128
8#12161B
9#090B0D
Tints
Lighter variations
1#657C98
2#768AA4
3#8799AF
4#98A8BA
5#A9B6C6
6#BAC5D1
7#CCD3DD
8#DDE2E8
9#EEF0F4
Tones
Muted variations
1#5C6E84
2#5E6E82
3#606F80
4#636F7E
5#656F7B
6#676F79
7#697077
8#6C7075
9#6E7072
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAED #EAEDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DD #D7DDE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C3 #B9C3D0 | BordersInactive statesPlaceholder text |
| 400 | 94A4 #94A4B8 | Disabled statesSecondary iconsMuted text |
| 500 | 758A #758AA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A6E #5A6E87 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4757 #47576B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 333E #333E4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2128 #212831 | 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: #EAEDF1;
--slate-gray-200: #D7DDE4;
--slate-gray-300: #B9C3D0;
--slate-gray-400: #94A4B8;
--slate-gray-500: #758AA3;
--slate-gray-600: #5A6E87;
--slate-gray-700: #47576B;
--slate-gray-800: #333E4D;
--slate-gray-900: #212831;
--slate-gray-950: #14191F;
}