Slate Gray
#5C6E84
BlueColor Codes
All color formats for development
HEX
#5C6E84RGB
rgb(92, 110, 132)HSL
hsl(213, 18%, 44%)OKLCH
oklch(0.532 0.041 253.6)CMYK
cmyk(30%, 17%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#536377
2#4A586A
3#404D5D
4#37424F
5#2E3742
6#252C35
7#1C2128
8#12161A
9#090B0D
Tints
Lighter variations
1#687C95
2#788BA1
3#8999AD
4#9AA8B9
5#ABB6C4
6#BCC5D0
7#CCD3DC
8#DDE2E8
9#EEF0F3
Tones
Muted variations
1#5E6E82
2#606F80
3#626F7E
4#646F7C
5#666F7A
6#686F78
7#6A7076
8#6C7074
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 | BAC3 #BAC3CF | BordersInactive statesPlaceholder text |
| 400 | 96A4 #96A4B6 | Disabled statesSecondary iconsMuted text |
| 500 | 788A #788AA1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C6E #5C6E84 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4958 #495869 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 343F #343F4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2128 #212830 | 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: #BAC3CF;
--slate-gray-400: #96A4B6;
--slate-gray-500: #788AA1;
--slate-gray-600: #5C6E84;
--slate-gray-700: #495869;
--slate-gray-800: #343F4B;
--slate-gray-900: #212830;
--slate-gray-950: #15191E;
}