Slate Gray
#6E78AA
BlueColor Codes
All color formats for development
HEX
#6E78AARGB
rgb(110, 120, 170)HSL
hsl(230, 26%, 55%)OKLCH
oklch(0.585 0.078 275)CMYK
cmyk(35%, 29%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D689F
2#535D8D
3#49517C
4#3E466A
5#343A58
6#2A2E47
7#1F2335
8#151723
9#0A0C12
Tints
Lighter variations
1#7D86B3
2#8B93BB
3#9AA1C4
4#A8AECC
5#B7BCD5
6#C5C9DD
7#D4D7E6
8#E2E4EE
9#F1F2F7
Tones
Muted variations
1#717AA7
2#747CA4
3#777EA1
4#7A809E
5#7D829B
6#808498
7#838695
8#868892
9#898A8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EA #E9EAF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D8 #D5D8E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5BA #B5BAD4 | BordersInactive statesPlaceholder text |
| 400 | 8F96 #8F96BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E78 #6E78AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 535D #535D8D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 424A #424A70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F35 #2F3550 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E22 #1E2233 | Primary textHigh emphasis contentDark headings |
| 950 | 1315 #131520 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F6F9;
--slate-gray-100: #E9EAF2;
--slate-gray-200: #D5D8E6;
--slate-gray-300: #B5BAD4;
--slate-gray-400: #8F96BD;
--slate-gray-500: #6E78AA;
--slate-gray-600: #535D8D;
--slate-gray-700: #424A70;
--slate-gray-800: #2F3550;
--slate-gray-900: #1E2233;
--slate-gray-950: #131520;
}