Slate Gray
#5A6C87
BlueColor Codes
All color formats for development
HEX
#5A6C87RGB
rgb(90, 108, 135)HSL
hsl(216, 20%, 44%)OKLCH
oklch(0.527 0.048 258.3)CMYK
cmyk(33%, 20%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#516179
2#48566C
3#3F4B5E
4#364151
5#2D3643
6#242B36
7#1B2028
8#12161B
9#090B0D
Tints
Lighter variations
1#657998
2#7688A4
3#8797AF
4#98A6BA
5#A9B5C6
6#BAC4D1
7#CCD2DD
8#DDE1E8
9#EEF0F4
Tones
Muted variations
1#5C6C84
2#5E6D82
3#606D80
4#636E7E
5#656E7B
6#676E79
7#696F77
8#6C6F75
9#6E7072
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEC #EAECF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DD #D7DDE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C2 #B9C2D0 | BordersInactive statesPlaceholder text |
| 400 | 94A2 #94A2B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7588 #7588A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A6C #5A6C87 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4756 #47566B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 333D #333D4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2127 #212731 | 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: #EAECF1;
--slate-gray-200: #D7DDE4;
--slate-gray-300: #B9C2D0;
--slate-gray-400: #94A2B8;
--slate-gray-500: #7588A3;
--slate-gray-600: #5A6C87;
--slate-gray-700: #47566B;
--slate-gray-800: #333D4D;
--slate-gray-900: #212731;
--slate-gray-950: #14181F;
}