Slate Gray
#6D78AB
BlueColor Codes
All color formats for development
HEX
#6D78ABRGB
rgb(109, 120, 171)HSL
hsl(229, 27%, 55%)OKLCH
oklch(0.584 0.08 274.3)CMYK
cmyk(36%, 30%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C69A0
2#525D8E
3#48517D
4#3D466B
5#333A59
6#292F47
7#1F2335
8#141724
9#0A0C12
Tints
Lighter variations
1#7C86B4
2#8A94BC
3#99A1C4
4#A8AECD
5#B6BCD5
6#C5C9DD
7#D3D7E6
8#E2E4EE
9#F0F2F7
Tones
Muted variations
1#707BA8
2#737DA5
3#777FA2
4#7A809F
5#7D829C
6#808499
7#838696
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 | E8EA #E8EAF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D8 #D5D8E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5BA #B5BAD4 | BordersInactive statesPlaceholder text |
| 400 | 8E96 #8E96BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D79 #6D79AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 525D #525D8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 414A #414A71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F35 #2F3551 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E22 #1E2234 | 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: #E8EAF2;
--slate-gray-200: #D5D8E7;
--slate-gray-300: #B5BAD4;
--slate-gray-400: #8E96BE;
--slate-gray-500: #6D79AB;
--slate-gray-600: #525D8E;
--slate-gray-700: #414A71;
--slate-gray-800: #2F3551;
--slate-gray-900: #1E2234;
--slate-gray-950: #131520;
}