Slate Gray
#5C6F84
BlueColor Codes
All color formats for development
HEX
#5C6F84RGB
rgb(92, 111, 132)HSL
hsl(212, 18%, 44%)OKLCH
oklch(0.534 0.04 251.1)CMYK
cmyk(30%, 16%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#536477
2#4A596A
3#404E5D
4#37434F
5#2E3742
6#252C35
7#1C2128
8#12161A
9#090B0D
Tints
Lighter variations
1#687D95
2#788BA1
3#899AAD
4#9AA8B9
5#ABB7C4
6#BCC5D0
7#CCD4DC
8#DDE2E8
9#EEF1F3
Tones
Muted variations
1#5E6F82
2#606F80
3#626F7E
4#646F7C
5#66707A
6#687078
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 | BAC4 #BAC4CF | BordersInactive statesPlaceholder text |
| 400 | 96A5 #96A5B6 | Disabled statesSecondary iconsMuted text |
| 500 | 788B #788BA1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C6F #5C6F84 | 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: #BAC4CF;
--slate-gray-400: #96A5B6;
--slate-gray-500: #788BA1;
--slate-gray-600: #5C6F84;
--slate-gray-700: #495869;
--slate-gray-800: #343F4B;
--slate-gray-900: #212830;
--slate-gray-950: #15191E;
}