Slate Gray
#6B6FAE
BlueColor Codes
All color formats for development
HEX
#6B6FAERGB
rgb(107, 111, 174)HSL
hsl(236, 29%, 55%)OKLCH
oklch(0.565 0.097 280)CMYK
cmyk(39%, 36%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A5FA3
2#505491
3#464A7F
4#3C3F6D
5#32355A
6#282A48
7#1E2036
8#141524
9#0A0B12
Tints
Lighter variations
1#7A7EB6
2#898CBE
3#979AC6
4#A6A9CE
5#B5B7D6
6#C4C6DE
7#D3D4E7
8#E1E2EF
9#F0F1F7
Tones
Muted variations
1#6E72AA
2#7275A7
3#7578A4
4#787BA0
5#7C7E9D
6#7F819A
7#828496
8#868693
9#898990
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8E9 #E8E9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4D6 #D4D6E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3B6 #B3B6D5 | BordersInactive statesPlaceholder text |
| 400 | 8C8F #8C8FC0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B6F #6B6FAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5054 #505491 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F43 #3F4373 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D30 #2D3052 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D1F #1D1F35 | 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: #F5F5FA;
--slate-gray-100: #E8E9F2;
--slate-gray-200: #D4D6E7;
--slate-gray-300: #B3B6D5;
--slate-gray-400: #8C8FC0;
--slate-gray-500: #6B6FAE;
--slate-gray-600: #505491;
--slate-gray-700: #3F4373;
--slate-gray-800: #2D3052;
--slate-gray-900: #1D1F35;
--slate-gray-950: #121321;
}