Slate Gray
#6E8DAA
BlueColor Codes
All color formats for development
HEX
#6E8DAARGB
rgb(110, 141, 170)HSL
hsl(209, 26%, 55%)OKLCH
oklch(0.631 0.056 247)CMYK
cmyk(35%, 17%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D7F9F
2#53718D
3#49637C
4#3E556A
5#344758
6#2A3947
7#1F2A35
8#151C23
9#0A0E12
Tints
Lighter variations
1#7D99B3
2#8BA4BB
3#9AAFC4
4#A8BBCC
5#B7C6D5
6#C5D1DD
7#D4DDE6
8#E2E8EE
9#F1F4F7
Tones
Muted variations
1#718DA7
2#748DA4
3#778DA1
4#7A8D9E
5#7D8D9B
6#808D98
7#838D95
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 | B5C5 #B5C5D4 | BordersInactive statesPlaceholder text |
| 400 | 8FA7 #8FA7BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E8D #6E8DAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5371 #53718D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 425A #425A70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F40 #2F4050 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E29 #1E2933 | 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: #E9EDF2;
--slate-gray-200: #D5DEE6;
--slate-gray-300: #B5C5D4;
--slate-gray-400: #8FA7BD;
--slate-gray-500: #6E8DAA;
--slate-gray-600: #53718D;
--slate-gray-700: #425A70;
--slate-gray-800: #2F4050;
--slate-gray-900: #1E2933;
--slate-gray-950: #131A20;
}