Slate Gray
#5B6B86
BlueColor Codes
All color formats for development
HEX
#5B6B86RGB
rgb(91, 107, 134)HSL
hsl(218, 19%, 44%)OKLCH
oklch(0.525 0.047 260.8)CMYK
cmyk(32%, 20%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#526078
2#49556B
3#404B5D
4#374050
5#2D3543
6#242B35
7#1B2028
8#12151B
9#090B0D
Tints
Lighter variations
1#667897
2#7787A2
3#8896AE
4#99A5BA
5#AAB4C5
6#BBC3D1
7#CCD2DC
8#DDE1E8
9#EEF0F3
Tones
Muted variations
1#5D6B83
2#5F6C81
3#616C7F
4#636D7D
5#666D7B
6#686E79
7#6A6E77
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 #EAECF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DC #D8DCE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C1 #B9C1CF | BordersInactive statesPlaceholder text |
| 400 | 95A1 #95A1B7 | Disabled statesSecondary iconsMuted text |
| 500 | 7686 #7686A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B6B #5B6B86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4855 #48556A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 343D #343D4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2127 #212731 | 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: #EAECF1;
--slate-gray-200: #D8DCE4;
--slate-gray-300: #B9C1CF;
--slate-gray-400: #95A1B7;
--slate-gray-500: #7686A2;
--slate-gray-600: #5B6B86;
--slate-gray-700: #48556A;
--slate-gray-800: #343D4C;
--slate-gray-900: #212731;
--slate-gray-950: #15181E;
}