Slate Gray
#6D8FAB
BlueColor Codes
All color formats for development
HEX
#6D8FABRGB
rgb(109, 143, 171)HSL
hsl(207, 27%, 55%)OKLCH
oklch(0.635 0.057 243.7)CMYK
cmyk(36%, 16%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C82A0
2#52738E
3#48657D
4#3D566B
5#334859
6#293A47
7#1F2B35
8#141D24
9#0A0E12
Tints
Lighter variations
1#7C9BB4
2#8AA6BC
3#99B1C4
4#A8BCCD
5#B6C7D5
6#C5D2DD
7#D3DEE6
8#E2E9EE
9#F0F4F7
Tones
Muted variations
1#708FA8
2#738FA5
3#778EA2
4#7A8E9F
5#7D8E9C
6#808D99
7#838D96
8#868D92
9#898D8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EE #E8EEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DF #D5DFE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5C6 #B5C6D4 | BordersInactive statesPlaceholder text |
| 400 | 8EA8 #8EA8BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D8F #6D8FAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5273 #52738E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 415C #415C71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F41 #2F4151 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2A #1E2A34 | Primary textHigh emphasis contentDark headings |
| 950 | 131A #131A20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F8F9;
--slate-gray-100: #E8EEF2;
--slate-gray-200: #D5DFE7;
--slate-gray-300: #B5C6D4;
--slate-gray-400: #8EA8BE;
--slate-gray-500: #6D8FAB;
--slate-gray-600: #52738E;
--slate-gray-700: #415C71;
--slate-gray-800: #2F4151;
--slate-gray-900: #1E2A34;
--slate-gray-950: #131A20;
}