Slate Gray
#6E70AA
BlueColor Codes
All color formats for development
HEX
#6E70AARGB
rgb(110, 112, 170)HSL
hsl(238, 26%, 55%)OKLCH
oklch(0.568 0.089 281.7)CMYK
cmyk(35%, 34%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D609F
2#53558D
3#494A7C
4#3E406A
5#343558
6#2A2A47
7#1F2035
8#151523
9#0A0B12
Tints
Lighter variations
1#7D7FB3
2#8B8DBB
3#9A9BC4
4#A8A9CC
5#B7B8D5
6#C5C6DD
7#D4D4E6
8#E2E2EE
9#F1F1F7
Tones
Muted variations
1#7173A7
2#7476A4
3#7779A1
4#7A7C9E
5#7D7E9B
6#808198
7#838495
8#868792
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 | D5D6 #D5D6E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5B6 #B5B6D4 | BordersInactive statesPlaceholder text |
| 400 | 8F90 #8F90BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E70 #6E70AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5355 #53558D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4244 #424470 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F30 #2F3050 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E1F #1E1F33 | 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: #D5D6E6;
--slate-gray-300: #B5B6D4;
--slate-gray-400: #8F90BD;
--slate-gray-500: #6E70AA;
--slate-gray-600: #53558D;
--slate-gray-700: #424470;
--slate-gray-800: #2F3050;
--slate-gray-900: #1E1F33;
--slate-gray-950: #131320;
}