Slate Gray
#6D86AB
BlueColor Codes
All color formats for development
HEX
#6D86ABRGB
rgb(109, 134, 171)HSL
hsl(216, 27%, 55%)OKLCH
oklch(0.615 0.063 258)CMYK
cmyk(36%, 22%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C77A0
2#526A8E
3#485D7D
4#3D506B
5#334259
6#293547
7#1F2835
8#141B24
9#0A0D12
Tints
Lighter variations
1#7C92B4
2#8A9EBC
3#99AAC4
4#A8B6CD
5#B6C3D5
6#C5CFDD
7#D3DBE6
8#E2E7EE
9#F0F3F7
Tones
Muted variations
1#7087A8
2#7387A5
3#7788A2
4#7A899F
5#7D899C
6#808A99
7#838A96
8#868B92
9#898C8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EC #E8ECF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DC #D5DCE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5C1 #B5C1D4 | BordersInactive statesPlaceholder text |
| 400 | 8EA1 #8EA1BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D86 #6D86AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 526A #526A8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4154 #415471 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F3C #2F3C51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E27 #1E2734 | Primary textHigh emphasis contentDark headings |
| 950 | 1318 #131820 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F7F9;
--slate-gray-100: #E8ECF2;
--slate-gray-200: #D5DCE7;
--slate-gray-300: #B5C1D4;
--slate-gray-400: #8EA1BE;
--slate-gray-500: #6D86AB;
--slate-gray-600: #526A8E;
--slate-gray-700: #415471;
--slate-gray-800: #2F3C51;
--slate-gray-900: #1E2734;
--slate-gray-950: #131820;
}