Slate Gray
#5C7184
BlueColor Codes
All color formats for development
HEX
#5C7184RGB
rgb(92, 113, 132)HSL
hsl(209, 18%, 44%)OKLCH
oklch(0.539 0.039 245.9)CMYK
cmyk(30%, 14%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#536677
2#4A5A6A
3#404F5D
4#37444F
5#2E3842
6#252D35
7#1C2228
8#12171A
9#090B0D
Tints
Lighter variations
1#687F95
2#788DA1
3#899CAD
4#9AAAB9
5#ABB8C4
6#BCC6D0
7#CCD4DC
8#DDE3E8
9#EEF1F3
Tones
Muted variations
1#5E7182
2#607180
3#62717E
4#64717C
5#66717A
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 | BAC5 #BAC5CF | BordersInactive statesPlaceholder text |
| 400 | 96A6 #96A6B6 | Disabled statesSecondary iconsMuted text |
| 500 | 788D #788DA1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C71 #5C7184 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 495A #495A69 | 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: #BAC5CF;
--slate-gray-400: #96A6B6;
--slate-gray-500: #788DA1;
--slate-gray-600: #5C7184;
--slate-gray-700: #495A69;
--slate-gray-800: #34404B;
--slate-gray-900: #212930;
--slate-gray-950: #151A1E;
}