Slate Gray
#5B6D86
BlueColor Codes
All color formats for development
HEX
#5B6D86RGB
rgb(91, 109, 134)HSL
hsl(215, 19%, 44%)OKLCH
oklch(0.53 0.045 256.7)CMYK
cmyk(32%, 19%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#526278
2#49576B
3#404C5D
4#374150
5#2D3643
6#242B35
7#1B2128
8#12161B
9#090B0D
Tints
Lighter variations
1#667A97
2#7789A2
3#8898AE
4#99A7BA
5#AAB5C5
6#BBC4D1
7#CCD3DC
8#DDE2E8
9#EEF0F3
Tones
Muted variations
1#5D6D83
2#5F6D81
3#616E7F
4#636E7D
5#666E7B
6#686F79
7#6A6F77
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 | EAED #EAEDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DD #D8DDE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C2 #B9C2CF | BordersInactive statesPlaceholder text |
| 400 | 95A3 #95A3B7 | Disabled statesSecondary iconsMuted text |
| 500 | 7689 #7689A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B6D #5B6D86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4856 #48566A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 343E #343E4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2128 #212831 | 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: #EAEDF1;
--slate-gray-200: #D8DDE4;
--slate-gray-300: #B9C2CF;
--slate-gray-400: #95A3B7;
--slate-gray-500: #7689A2;
--slate-gray-600: #5B6D86;
--slate-gray-700: #48566A;
--slate-gray-800: #343E4C;
--slate-gray-900: #212831;
--slate-gray-950: #15191E;
}