Slate Gray
#6E92AA
BlueColor Codes
All color formats for development
HEX
#6E92AARGB
rgb(110, 146, 170)HSL
hsl(204, 26%, 55%)OKLCH
oklch(0.642 0.054 237.9)CMYK
cmyk(35%, 14%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D859F
2#53768D
3#49677C
4#3E596A
5#344A58
6#2A3B47
7#1F2C35
8#151E23
9#0A0F12
Tints
Lighter variations
1#7D9DB3
2#8BA8BB
3#9AB3C4
4#A8BECC
5#B7C9D5
6#C5D3DD
7#D4DEE6
8#E2E9EE
9#F1F4F7
Tones
Muted variations
1#7192A7
2#7491A4
3#7790A1
4#7A909E
5#7D8F9B
6#808F98
7#838E95
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 | D5E0 #D5E0E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5C7 #B5C7D4 | BordersInactive statesPlaceholder text |
| 400 | 8FAA #8FAABD | Disabled statesSecondary iconsMuted text |
| 500 | 6E92 #6E92AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5376 #53768D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 425E #425E70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F43 #2F4350 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2B #1E2B33 | Primary textHigh emphasis contentDark headings |
| 950 | 131B #131B20 | 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: #D5E0E6;
--slate-gray-300: #B5C7D4;
--slate-gray-400: #8FAABD;
--slate-gray-500: #6E92AA;
--slate-gray-600: #53768D;
--slate-gray-700: #425E70;
--slate-gray-800: #2F4350;
--slate-gray-900: #1E2B33;
--slate-gray-950: #131B20;
}