Slate Gray
#5C6A84
BlueColor Codes
All color formats for development
HEX
#5C6A84RGB
rgb(92, 106, 132)HSL
hsl(219, 18%, 44%)OKLCH
oklch(0.523 0.045 262.7)CMYK
cmyk(30%, 20%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#536077
2#4A556A
3#404A5D
4#37404F
5#2E3542
6#252A35
7#1C2028
8#12151A
9#090B0D
Tints
Lighter variations
1#687895
2#7887A1
3#8996AD
4#9AA5B9
5#ABB4C4
6#BCC3D0
7#CCD2DC
8#DDE1E8
9#EEF0F3
Tones
Muted variations
1#5E6B82
2#606B80
3#626C7E
4#646D7C
5#666D7A
6#686E78
7#6A6E76
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 | EAEC #EAECF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DC #D8DCE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC1 #BAC1CF | BordersInactive statesPlaceholder text |
| 400 | 96A1 #96A1B6 | Disabled statesSecondary iconsMuted text |
| 500 | 7886 #7886A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C6A #5C6A84 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4954 #495469 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 343C #343C4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2127 #212730 | Primary textHigh emphasis contentDark headings |
| 950 | 1518 #15181E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F9;
--slate-gray-100: #EAECF0;
--slate-gray-200: #D8DCE4;
--slate-gray-300: #BAC1CF;
--slate-gray-400: #96A1B6;
--slate-gray-500: #7886A1;
--slate-gray-600: #5C6A84;
--slate-gray-700: #495469;
--slate-gray-800: #343C4B;
--slate-gray-900: #212730;
--slate-gray-950: #15181E;
}