Slate Gray
#6C6CAC
BlueColor Codes
All color formats for development
HEX
#6C6CACRGB
rgb(108, 108, 172)HSL
hsl(240, 28%, 55%)OKLCH
oklch(0.559 0.098 282.8)CMYK
cmyk(37%, 37%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B5BA2
2#515190
3#47477E
4#3D3D6C
5#32325A
6#282848
7#1E1E36
8#141424
9#0A0A12
Tints
Lighter variations
1#7B7BB5
2#8989BD
3#9898C5
4#A7A7CD
5#B6B6D6
6#C4C4DE
7#D3D3E6
8#E2E2EE
9#F0F0F7
Tones
Muted variations
1#6F6FA9
2#7373A6
3#7676A3
4#7979A0
5#7C7C9C
6#7F7F99
7#838396
8#868693
9#89898F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8E8 #E8E8F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D5 #D5D5E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4B4 #B4B4D5 | BordersInactive statesPlaceholder text |
| 400 | 8D8D #8D8DBF | Disabled statesSecondary iconsMuted text |
| 500 | 6C6C #6C6CAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5151 #515190 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4040 #404072 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E2E #2E2E52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D1D #1D1D34 | Primary textHigh emphasis contentDark headings |
| 950 | 1212 #121221 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F5F9;
--slate-gray-100: #E8E8F2;
--slate-gray-200: #D5D5E7;
--slate-gray-300: #B4B4D5;
--slate-gray-400: #8D8DBF;
--slate-gray-500: #6C6CAC;
--slate-gray-600: #515190;
--slate-gray-700: #404072;
--slate-gray-800: #2E2E52;
--slate-gray-900: #1D1D34;
--slate-gray-950: #121221;
}