Slate Gray
#5B6E86
BlueColor Codes
All color formats for development
HEX
#5B6E86RGB
rgb(91, 110, 134)HSL
hsl(213, 19%, 44%)OKLCH
oklch(0.532 0.044 254.5)CMYK
cmyk(32%, 18%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#526378
2#49586B
3#404D5D
4#374250
5#2D3743
6#242C35
7#1B2128
8#12161B
9#090B0D
Tints
Lighter variations
1#667C97
2#778BA2
3#8899AE
4#99A8BA
5#AAB6C5
6#BBC5D1
7#CCD3DC
8#DDE2E8
9#EEF0F3
Tones
Muted variations
1#5D6E83
2#5F6E81
3#616F7F
4#636F7D
5#666F7B
6#686F79
7#6A7077
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 #EAEDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DD #D8DDE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C3 #B9C3CF | BordersInactive statesPlaceholder text |
| 400 | 95A4 #95A4B7 | Disabled statesSecondary iconsMuted text |
| 500 | 768A #768AA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B6E #5B6E86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4858 #48586A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 343F #343F4C | 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: #B9C3CF;
--slate-gray-400: #95A4B7;
--slate-gray-500: #768AA2;
--slate-gray-600: #5B6E86;
--slate-gray-700: #48586A;
--slate-gray-800: #343F4C;
--slate-gray-900: #212831;
--slate-gray-950: #15191E;
}