Slate Gray
#6D6FAB
BlueColor Codes
All color formats for development
HEX
#6D6FABRGB
rgb(109, 111, 171)HSL
hsl(238, 27%, 55%)OKLCH
oklch(0.565 0.092 281.6)CMYK
cmyk(36%, 35%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C5EA0
2#52548E
3#48497D
4#3D3F6B
5#333459
6#292A47
7#1F1F35
8#141524
9#0A0A12
Tints
Lighter variations
1#7C7EB4
2#8A8CBC
3#999AC4
4#A8A9CD
5#B6B7D5
6#C5C6DD
7#D3D4E6
8#E2E2EE
9#F0F1F7
Tones
Muted variations
1#7072A8
2#7375A5
3#7778A2
4#7A7B9F
5#7D7E9C
6#808199
7#838496
8#868692
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 | B5B6 #B5B6D4 | BordersInactive statesPlaceholder text |
| 400 | 8E8F #8E8FBE | Disabled statesSecondary iconsMuted text |
| 500 | 6D6F #6D6FAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5254 #52548E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4143 #414371 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F30 #2F3051 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E1F #1E1F34 | Primary textHigh emphasis contentDark headings |
| 950 | 1313 #131320 | 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: #B5B6D4;
--slate-gray-400: #8E8FBE;
--slate-gray-500: #6D6FAB;
--slate-gray-600: #52548E;
--slate-gray-700: #414371;
--slate-gray-800: #2F3051;
--slate-gray-900: #1E1F34;
--slate-gray-950: #131320;
}