Slate Gray
#6C77AC
BlueColor Codes
All color formats for development
HEX
#6C77ACRGB
rgb(108, 119, 172)HSL
hsl(230, 28%, 55%)OKLCH
oklch(0.582 0.083 274.6)CMYK
cmyk(37%, 31%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B67A2
2#515B90
3#47507E
4#3D446C
5#32395A
6#282E48
7#1E2236
8#141724
9#0A0B12
Tints
Lighter variations
1#7B84B5
2#8992BD
3#98A0C5
4#A7ADCD
5#B6BBD6
6#C4C9DE
7#D3D6E6
8#E2E4EE
9#F0F1F7
Tones
Muted variations
1#6F79A9
2#737BA6
3#767DA3
4#797FA0
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 | B4B9 #B4B9D5 | BordersInactive statesPlaceholder text |
| 400 | 8D95 #8D95BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C77 #6C77AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 515B #515B90 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4049 #404972 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E34 #2E3452 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D21 #1D2134 | 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: #B4B9D5;
--slate-gray-400: #8D95BF;
--slate-gray-500: #6C77AC;
--slate-gray-600: #515B90;
--slate-gray-700: #404972;
--slate-gray-800: #2E3452;
--slate-gray-900: #1D2134;
--slate-gray-950: #121521;
}