Slate Gray
#6D87AB
BlueColor Codes
All color formats for development
HEX
#6D87ABRGB
rgb(109, 135, 171)HSL
hsl(215, 27%, 55%)OKLCH
oklch(0.617 0.063 256.6)CMYK
cmyk(36%, 21%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C79A0
2#526B8E
3#485E7D
4#3D506B
5#334359
6#293647
7#1F2835
8#141B24
9#0A0D12
Tints
Lighter variations
1#7C93B4
2#8A9FBC
3#99ABC4
4#A8B7CD
5#B6C3D5
6#C5CFDD
7#D3DBE6
8#E2E7EE
9#F0F3F7
Tones
Muted variations
1#7088A8
2#7388A5
3#7789A2
4#7A899F
5#7D8A9C
6#808A99
7#838B96
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 | B5C2 #B5C2D4 | BordersInactive statesPlaceholder text |
| 400 | 8EA2 #8EA2BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D87 #6D87AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 526B #526B8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4155 #415571 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F3D #2F3D51 | 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: #B5C2D4;
--slate-gray-400: #8EA2BE;
--slate-gray-500: #6D87AB;
--slate-gray-600: #526B8E;
--slate-gray-700: #415571;
--slate-gray-800: #2F3D51;
--slate-gray-900: #1E2734;
--slate-gray-950: #131820;
}