Slate Gray
#5B6986
BlueColor Codes
All color formats for development
HEX
#5B6986RGB
rgb(91, 105, 134)HSL
hsl(220, 19%, 44%)OKLCH
oklch(0.52 0.049 264.6)CMYK
cmyk(32%, 22%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#525F78
2#49546B
3#404A5D
4#373F50
5#2D3543
6#242A35
7#1B2028
8#12151B
9#090B0D
Tints
Lighter variations
1#667697
2#7786A2
3#8895AE
4#99A4BA
5#AAB3C5
6#BBC2D1
7#CCD1DC
8#DDE1E8
9#EEF0F3
Tones
Muted variations
1#5D6A83
2#5F6B81
3#616B7F
4#636C7D
5#666D7B
6#686D79
7#6A6E77
8#6C6F74
9#6E6F72
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 | 95A0 #95A0B7 | Disabled statesSecondary iconsMuted text |
| 500 | 7685 #7685A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B69 #5B6986 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4854 #48546A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 343C #343C4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2126 #212631 | 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: #95A0B7;
--slate-gray-500: #7685A2;
--slate-gray-600: #5B6986;
--slate-gray-700: #48546A;
--slate-gray-800: #343C4C;
--slate-gray-900: #212631;
--slate-gray-950: #15181E;
}