Slate Gray
#6C6FAC
BlueColor Codes
All color formats for development
HEX
#6C6FACRGB
rgb(108, 111, 172)HSL
hsl(237, 28%, 55%)OKLCH
oklch(0.565 0.094 280.8)CMYK
cmyk(37%, 35%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B5EA2
2#515490
3#47497E
4#3D3F6C
5#32345A
6#282A48
7#1E1F36
8#141524
9#0A0A12
Tints
Lighter variations
1#7B7EB5
2#898CBD
3#989AC5
4#A7A9CD
5#B6B7D6
6#C4C6DE
7#D3D4E6
8#E2E2EE
9#F0F1F7
Tones
Muted variations
1#6F72A9
2#7375A6
3#7678A3
4#797BA0
5#7C7E9C
6#7F8199
7#838496
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 | E8E9 #E8E9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D5 #D5D5E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4B6 #B4B6D5 | BordersInactive statesPlaceholder text |
| 400 | 8D8F #8D8FBF | Disabled statesSecondary iconsMuted text |
| 500 | 6C6F #6C6FAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5154 #515490 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4043 #404372 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E30 #2E3052 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D1F #1D1F34 | Primary textHigh emphasis contentDark headings |
| 950 | 1213 #121321 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F5F9;
--slate-gray-100: #E8E9F2;
--slate-gray-200: #D5D5E7;
--slate-gray-300: #B4B6D5;
--slate-gray-400: #8D8FBF;
--slate-gray-500: #6C6FAC;
--slate-gray-600: #515490;
--slate-gray-700: #404372;
--slate-gray-800: #2E3052;
--slate-gray-900: #1D1F34;
--slate-gray-950: #121321;
}