Slate Gray
#5C7084
BlueColor Codes
All color formats for development
HEX
#5C7084RGB
rgb(92, 112, 132)HSL
hsl(210, 18%, 44%)OKLCH
oklch(0.536 0.04 248.6)CMYK
cmyk(30%, 15%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#536577
2#4A5A6A
3#404F5D
4#37434F
5#2E3842
6#252D35
7#1C2228
8#12161A
9#090B0D
Tints
Lighter variations
1#687E95
2#788DA1
3#899BAD
4#9AA9B9
5#ABB8C4
6#BCC6D0
7#CCD4DC
8#DDE2E8
9#EEF1F3
Tones
Muted variations
1#5E7082
2#607080
3#62707E
4#64707C
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 | D8DE #D8DEE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC4 #BAC4CF | BordersInactive statesPlaceholder text |
| 400 | 96A6 #96A6B6 | Disabled statesSecondary iconsMuted text |
| 500 | 788C #788CA1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C70 #5C7084 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4959 #495969 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3440 #34404B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2129 #212930 | Primary textHigh emphasis contentDark headings |
| 950 | 151A #151A1E | 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: #D8DEE4;
--slate-gray-300: #BAC4CF;
--slate-gray-400: #96A6B6;
--slate-gray-500: #788CA1;
--slate-gray-600: #5C7084;
--slate-gray-700: #495969;
--slate-gray-800: #34404B;
--slate-gray-900: #212930;
--slate-gray-950: #151A1E;
}