Slate Gray
#6D85AB
BlueColor Codes
All color formats for development
HEX
#6D85ABRGB
rgb(109, 133, 171)HSL
hsl(217, 27%, 55%)OKLCH
oklch(0.613 0.064 259.5)CMYK
cmyk(36%, 22%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C76A0
2#52698E
3#485C7D
4#3D4F6B
5#334259
6#293547
7#1F2735
8#141A24
9#0A0D12
Tints
Lighter variations
1#7C91B4
2#8A9DBC
3#99AAC4
4#A8B6CD
5#B6C2D5
6#C5CEDD
7#D3DAE6
8#E2E7EE
9#F0F3F7
Tones
Muted variations
1#7086A8
2#7386A5
3#7787A2
4#7A889F
5#7D899C
6#808999
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 | 8EA0 #8EA0BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D85 #6D85AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5269 #52698E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4154 #415471 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F3C #2F3C51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E26 #1E2634 | 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: #8EA0BE;
--slate-gray-500: #6D85AB;
--slate-gray-600: #52698E;
--slate-gray-700: #415471;
--slate-gray-800: #2F3C51;
--slate-gray-900: #1E2634;
--slate-gray-950: #131820;
}