Slate Gray
#6E6EAA
BlueColor Codes
All color formats for development
HEX
#6E6EAARGB
rgb(110, 110, 170)HSL
hsl(240, 26%, 55%)OKLCH
oklch(0.564 0.092 283)CMYK
cmyk(35%, 35%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D5D9F
2#53538D
3#49497C
4#3E3E6A
5#343458
6#2A2A47
7#1F1F35
8#151523
9#0A0A12
Tints
Lighter variations
1#7D7DB3
2#8B8BBB
3#9A9AC4
4#A8A8CC
5#B7B7D5
6#C5C5DD
7#D4D4E6
8#E2E2EE
9#F1F1F7
Tones
Muted variations
1#7171A7
2#7474A4
3#7777A1
4#7A7A9E
5#7D7D9B
6#808098
7#838395
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 | E9E9 #E9E9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D5 #D5D5E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5B5 #B5B5D4 | BordersInactive statesPlaceholder text |
| 400 | 8F8F #8F8FBD | Disabled statesSecondary iconsMuted text |
| 500 | 6E6E #6E6EAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5353 #53538D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4242 #424270 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F2F #2F2F50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E1E #1E1E33 | 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: #E9E9F2;
--slate-gray-200: #D5D5E6;
--slate-gray-300: #B5B5D4;
--slate-gray-400: #8F8FBD;
--slate-gray-500: #6E6EAA;
--slate-gray-600: #53538D;
--slate-gray-700: #424270;
--slate-gray-800: #2F2F50;
--slate-gray-900: #1E1E33;
--slate-gray-950: #131320;
}