Slate Gray
#6E8BAA
BlueColor Codes
All color formats for development
HEX
#6E8BAARGB
rgb(110, 139, 170)HSL
hsl(211, 26%, 55%)OKLCH
oklch(0.626 0.057 250.4)CMYK
cmyk(35%, 18%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D7D9F
2#536F8D
3#49617C
4#3E536A
5#344658
6#2A3847
7#1F2A35
8#151C23
9#0A0E12
Tints
Lighter variations
1#7D97B3
2#8BA2BB
3#9AAEC4
4#A8BACC
5#B7C5D5
6#C5D1DD
7#D4DCE6
8#E2E8EE
9#F1F3F7
Tones
Muted variations
1#718BA7
2#748BA4
3#778CA1
4#7A8C9E
5#7D8C9B
6#808C98
7#838C95
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 | E9ED #E9EDF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DE #D5DEE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5C4 #B5C4D4 | BordersInactive statesPlaceholder text |
| 400 | 8FA5 #8FA5BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E8B #6E8BAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 536F #536F8D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4258 #425870 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F3F #2F3F50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E28 #1E2833 | Primary textHigh emphasis contentDark headings |
| 950 | 1319 #131920 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F7F9;
--slate-gray-100: #E9EDF2;
--slate-gray-200: #D5DEE6;
--slate-gray-300: #B5C4D4;
--slate-gray-400: #8FA5BD;
--slate-gray-500: #6E8BAA;
--slate-gray-600: #536F8D;
--slate-gray-700: #425870;
--slate-gray-800: #2F3F50;
--slate-gray-900: #1E2833;
--slate-gray-950: #131920;
}