Slate Gray
#6D6EAB
BlueColor Codes
All color formats for development
HEX
#6D6EABRGB
rgb(109, 110, 171)HSL
hsl(239, 27%, 55%)OKLCH
oklch(0.563 0.094 282.2)CMYK
cmyk(36%, 36%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C5DA0
2#52538E
3#48497D
4#3D3E6B
5#333459
6#292947
7#1F1F35
8#141524
9#0A0A12
Tints
Lighter variations
1#7C7DB4
2#8A8BBC
3#999AC4
4#A8A8CD
5#B6B7D5
6#C5C5DD
7#D3D4E6
8#E2E2EE
9#F0F1F7
Tones
Muted variations
1#7071A8
2#7374A5
3#7777A2
4#7A7A9F
5#7D7D9C
6#808099
7#838396
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 | E8E8 #E8E8F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D5 #D5D5E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5B5 #B5B5D4 | BordersInactive statesPlaceholder text |
| 400 | 8E8E #8E8EBE | Disabled statesSecondary iconsMuted text |
| 500 | 6D6E #6D6EAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5253 #52538E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4142 #414271 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F2F #2F2F51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E1E #1E1E34 | 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: #E8E8F2;
--slate-gray-200: #D5D5E7;
--slate-gray-300: #B5B5D4;
--slate-gray-400: #8E8EBE;
--slate-gray-500: #6D6EAB;
--slate-gray-600: #52538E;
--slate-gray-700: #414271;
--slate-gray-800: #2F2F51;
--slate-gray-900: #1E1E34;
--slate-gray-950: #131320;
}