Slate Gray
#6E7AAA
BlueColor Codes
All color formats for development
HEX
#6E7AAARGB
rgb(110, 122, 170)HSL
hsl(228, 26%, 55%)OKLCH
oklch(0.589 0.075 273.1)CMYK
cmyk(35%, 28%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D6B9F
2#535F8D
3#49537C
4#3E476A
5#343B58
6#2A2F47
7#1F2435
8#151823
9#0A0C12
Tints
Lighter variations
1#7D88B3
2#8B95BB
3#9AA2C4
4#A8AFCC
5#B7BDD5
6#C5CADD
7#D4D7E6
8#E2E4EE
9#F1F2F7
Tones
Muted variations
1#717CA7
2#747EA4
3#7780A1
4#7A829E
5#7D839B
6#808598
7#838795
8#868992
9#898A8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EA #E9EAF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D9 #D5D9E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5BB #B5BBD4 | BordersInactive statesPlaceholder text |
| 400 | 8F98 #8F98BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E7A #6E7AAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 535F #535F8D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 424B #424B70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F36 #2F3650 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E22 #1E2233 | Primary textHigh emphasis contentDark headings |
| 950 | 1316 #131620 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F6F9;
--slate-gray-100: #E9EAF2;
--slate-gray-200: #D5D9E6;
--slate-gray-300: #B5BBD4;
--slate-gray-400: #8F98BD;
--slate-gray-500: #6E7AAA;
--slate-gray-600: #535F8D;
--slate-gray-700: #424B70;
--slate-gray-800: #2F3650;
--slate-gray-900: #1E2233;
--slate-gray-950: #131620;
}