Slate Gray
#5C6D84
BlueColor Codes
All color formats for development
HEX
#5C6D84RGB
rgb(92, 109, 132)HSL
hsl(215, 18%, 44%)OKLCH
oklch(0.53 0.042 256)CMYK
cmyk(30%, 17%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#536277
2#4A576A
3#404C5D
4#37414F
5#2E3642
6#252C35
7#1C2128
8#12161A
9#090B0D
Tints
Lighter variations
1#687B95
2#7889A1
3#8998AD
4#9AA7B9
5#ABB5C4
6#BCC4D0
7#CCD3DC
8#DDE2E8
9#EEF0F3
Tones
Muted variations
1#5E6D82
2#606E80
3#626E7E
4#646E7C
5#666F7A
6#686F78
7#6A6F76
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 | 96A3 #96A3B6 | Disabled statesSecondary iconsMuted text |
| 500 | 7889 #7889A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C6D #5C6D84 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4957 #495769 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 343E #343E4B | 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: #96A3B6;
--slate-gray-500: #7889A1;
--slate-gray-600: #5C6D84;
--slate-gray-700: #495769;
--slate-gray-800: #343E4B;
--slate-gray-900: #212830;
--slate-gray-950: #15191E;
}