Slate Gray
#6B6BAE
BlueColor Codes
All color formats for development
HEX
#6B6BAERGB
rgb(107, 107, 174)HSL
hsl(240, 29%, 55%)OKLCH
oklch(0.557 0.103 282.5)CMYK
cmyk(39%, 39%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A5AA3
2#505091
3#46467F
4#3C3C6D
5#32325A
6#282848
7#1E1E36
8#141424
9#0A0A12
Tints
Lighter variations
1#7A7AB6
2#8989BE
3#9797C6
4#A6A6CE
5#B5B5D6
6#C4C4DE
7#D3D3E7
8#E1E1EF
9#F0F0F7
Tones
Muted variations
1#6E6EAA
2#7272A7
3#7575A4
4#7878A0
5#7C7C9D
6#7F7F9A
7#828296
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 | E8E8 #E8E8F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4D4 #D4D4E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3B3 #B3B3D5 | BordersInactive statesPlaceholder text |
| 400 | 8C8C #8C8CC0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B6B #6B6BAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5050 #505091 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F3F #3F3F73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D2D #2D2D52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D1D #1D1D35 | Primary textHigh emphasis contentDark headings |
| 950 | 1212 #121221 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F5FA;
--slate-gray-100: #E8E8F2;
--slate-gray-200: #D4D4E7;
--slate-gray-300: #B3B3D5;
--slate-gray-400: #8C8CC0;
--slate-gray-500: #6B6BAE;
--slate-gray-600: #505091;
--slate-gray-700: #3F3F73;
--slate-gray-800: #2D2D52;
--slate-gray-900: #1D1D35;
--slate-gray-950: #121221;
}