Slate Gray
#6D8CAB
BlueColor Codes
All color formats for development
HEX
#6D8CABRGB
rgb(109, 140, 171)HSL
hsl(210, 27%, 55%)OKLCH
oklch(0.628 0.059 248.8)CMYK
cmyk(36%, 18%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C7EA0
2#52708E
3#48627D
4#3D546B
5#334659
6#293847
7#1F2A35
8#141C24
9#0A0E12
Tints
Lighter variations
1#7C98B4
2#8AA3BC
3#99AFC4
4#A8BACD
5#B6C6D5
6#C5D1DD
7#D3DDE6
8#E2E8EE
9#F0F4F7
Tones
Muted variations
1#708CA8
2#738CA5
3#778CA2
4#7A8C9F
5#7D8C9C
6#808C99
7#838C96
8#868C92
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 | B5C4 #B5C4D4 | BordersInactive statesPlaceholder text |
| 400 | 8EA6 #8EA6BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D8C #6D8CAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5270 #52708E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4159 #415971 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F40 #2F4051 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E29 #1E2934 | 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: #B5C4D4;
--slate-gray-400: #8EA6BE;
--slate-gray-500: #6D8CAB;
--slate-gray-600: #52708E;
--slate-gray-700: #415971;
--slate-gray-800: #2F4051;
--slate-gray-900: #1E2934;
--slate-gray-950: #131A20;
}