Slate Gray
#5C6C84
BlueColor Codes
All color formats for development
HEX
#5C6C84RGB
rgb(92, 108, 132)HSL
hsl(216, 18%, 44%)OKLCH
oklch(0.527 0.043 258.4)CMYK
cmyk(30%, 18%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#536177
2#4A576A
3#404C5D
4#37414F
5#2E3642
6#252B35
7#1C2028
8#12161A
9#090B0D
Tints
Lighter variations
1#687A95
2#7889A1
3#8997AD
4#9AA6B9
5#ABB5C4
6#BCC4D0
7#CCD3DC
8#DDE1E8
9#EEF0F3
Tones
Muted variations
1#5E6D82
2#606D80
3#626D7E
4#646E7C
5#666E7A
6#686F78
7#6A6F76
8#6C6F74
9#6E7072
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAED #EAEDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DD #D8DDE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC2 #BAC2CF | BordersInactive statesPlaceholder text |
| 400 | 96A3 #96A3B6 | Disabled statesSecondary iconsMuted text |
| 500 | 7888 #7888A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C6C #5C6C84 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4956 #495669 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 343D #343D4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2127 #212730 | Primary textHigh emphasis contentDark headings |
| 950 | 1519 #15191E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F9;
--slate-gray-100: #EAEDF0;
--slate-gray-200: #D8DDE4;
--slate-gray-300: #BAC2CF;
--slate-gray-400: #96A3B6;
--slate-gray-500: #7888A1;
--slate-gray-600: #5C6C84;
--slate-gray-700: #495669;
--slate-gray-800: #343D4B;
--slate-gray-900: #212730;
--slate-gray-950: #15191E;
}