Slate Gray
#6C78AC
BlueColor Codes
All color formats for development
HEX
#6C78ACRGB
rgb(108, 120, 172)HSL
hsl(229, 28%, 55%)OKLCH
oklch(0.584 0.081 273.7)CMYK
cmyk(37%, 30%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B68A2
2#515C90
3#47517E
4#3D456C
5#323A5A
6#282E48
7#1E2336
8#141724
9#0A0C12
Tints
Lighter variations
1#7B85B5
2#8993BD
3#98A0C5
4#A7AECD
5#B6BBD6
6#C4C9DE
7#D3D6E6
8#E2E4EE
9#F0F1F7
Tones
Muted variations
1#6F7AA9
2#737CA6
3#767EA3
4#7980A0
5#7C829C
6#7F8499
7#838696
8#868893
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 | B4BA #B4BAD5 | BordersInactive statesPlaceholder text |
| 400 | 8D96 #8D96BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C78 #6C78AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 515C #515C90 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4049 #404972 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E34 #2E3452 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D22 #1D2234 | Primary textHigh emphasis contentDark headings |
| 950 | 1215 #121521 | 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: #B4BAD5;
--slate-gray-400: #8D96BF;
--slate-gray-500: #6C78AC;
--slate-gray-600: #515C90;
--slate-gray-700: #404972;
--slate-gray-800: #2E3452;
--slate-gray-900: #1D2234;
--slate-gray-950: #121521;
}