Slate Gray
#6B77AE
BlueColor Codes
All color formats for development
HEX
#6B77AERGB
rgb(107, 119, 174)HSL
hsl(229, 29%, 55%)OKLCH
oklch(0.582 0.086 274)CMYK
cmyk(39%, 32%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A67A3
2#505C91
3#46507F
4#3C456D
5#32395A
6#282E48
7#1E2236
8#141724
9#0A0B12
Tints
Lighter variations
1#7A85B6
2#8992BE
3#97A0C6
4#A6AECE
5#B5BBD6
6#C4C9DE
7#D3D6E7
8#E1E4EF
9#F0F1F7
Tones
Muted variations
1#6E79AA
2#727BA7
3#757DA4
4#7880A0
5#7C829D
6#7F849A
7#828696
8#868893
9#898A90
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EA #E8EAF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4D8 #D4D8E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3BA #B3BAD5 | BordersInactive statesPlaceholder text |
| 400 | 8C95 #8C95C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B77 #6B77AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 505C #505C91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F49 #3F4973 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D34 #2D3452 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D21 #1D2135 | 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: #F5F6FA;
--slate-gray-100: #E8EAF2;
--slate-gray-200: #D4D8E7;
--slate-gray-300: #B3BAD5;
--slate-gray-400: #8C95C0;
--slate-gray-500: #6B77AE;
--slate-gray-600: #505C91;
--slate-gray-700: #3F4973;
--slate-gray-800: #2D3452;
--slate-gray-900: #1D2135;
--slate-gray-950: #121521;
}