Slate Gray
#6D8EAB
BlueColor Codes
All color formats for development
HEX
#6D8EABRGB
rgb(109, 142, 171)HSL
hsl(208, 27%, 55%)OKLCH
oklch(0.633 0.057 245.4)CMYK
cmyk(36%, 17%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C80A0
2#52728E
3#48647D
4#3D566B
5#334759
6#293947
7#1F2B35
8#141D24
9#0A0E12
Tints
Lighter variations
1#7C9AB4
2#8AA5BC
3#99B0C4
4#A8BBCD
5#B6C7D5
6#C5D2DD
7#D3DDE6
8#E2E8EE
9#F0F4F7
Tones
Muted variations
1#708EA8
2#738EA5
3#778EA2
4#7A8D9F
5#7D8D9C
6#808D99
7#838D96
8#868D92
9#898C8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8ED #E8EDF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DE #D5DEE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5C5 #B5C5D4 | BordersInactive statesPlaceholder text |
| 400 | 8EA7 #8EA7BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D8E #6D8EAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5272 #52728E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 415B #415B71 | 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: #F5F7F9;
--slate-gray-100: #E8EDF2;
--slate-gray-200: #D5DEE7;
--slate-gray-300: #B5C5D4;
--slate-gray-400: #8EA7BE;
--slate-gray-500: #6D8EAB;
--slate-gray-600: #52728E;
--slate-gray-700: #415B71;
--slate-gray-800: #2F4151;
--slate-gray-900: #1E2A34;
--slate-gray-950: #131A20;
}