Slate Gray
#6D6DAB
BlueColor Codes
All color formats for development
HEX
#6D6DABRGB
rgb(109, 109, 171)HSL
hsl(240, 27%, 55%)OKLCH
oklch(0.561 0.095 282.9)CMYK
cmyk(36%, 36%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C5CA0
2#52528E
3#48487D
4#3D3D6B
5#333359
6#292947
7#1F1F35
8#141424
9#0A0A12
Tints
Lighter variations
1#7C7CB4
2#8A8ABC
3#9999C4
4#A8A8CD
5#B6B6D5
6#C5C5DD
7#D3D3E6
8#E2E2EE
9#F0F0F7
Tones
Muted variations
1#7070A8
2#7373A5
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 | 6D6D #6D6DAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5252 #52528E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4141 #414171 | 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: #6D6DAB;
--slate-gray-600: #52528E;
--slate-gray-700: #414171;
--slate-gray-800: #2F2F51;
--slate-gray-900: #1E1E34;
--slate-gray-950: #131320;
}