Slate Gray
#6E8FAA
BlueColor Codes
All color formats for development
HEX
#6E8FAARGB
rgb(110, 143, 170)HSL
hsl(207, 26%, 55%)OKLCH
oklch(0.635 0.055 243.4)CMYK
cmyk(35%, 16%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D829F
2#53738D
3#49657C
4#3E566A
5#344858
6#2A3A47
7#1F2B35
8#151D23
9#0A0E12
Tints
Lighter variations
1#7D9AB3
2#8BA6BB
3#9AB1C4
4#A8BCCC
5#B7C7D5
6#C5D2DD
7#D4DDE6
8#E2E9EE
9#F1F4F7
Tones
Muted variations
1#718FA7
2#748FA4
3#778EA1
4#7A8E9E
5#7D8E9B
6#808D98
7#838D95
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 | E9EE #E9EEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DF #D5DFE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5C6 #B5C6D4 | BordersInactive statesPlaceholder text |
| 400 | 8FA8 #8FA8BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E8F #6E8FAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5373 #53738D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 425C #425C70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F41 #2F4150 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2A #1E2A33 | 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: #E9EEF2;
--slate-gray-200: #D5DFE6;
--slate-gray-300: #B5C6D4;
--slate-gray-400: #8FA8BD;
--slate-gray-500: #6E8FAA;
--slate-gray-600: #53738D;
--slate-gray-700: #425C70;
--slate-gray-800: #2F4150;
--slate-gray-900: #1E2A33;
--slate-gray-950: #131A20;
}