Slate Gray
#6E7BAA
BlueColor Codes
All color formats for development
HEX
#6E7BAARGB
rgb(110, 123, 170)HSL
hsl(227, 26%, 55%)OKLCH
oklch(0.591 0.074 272.1)CMYK
cmyk(35%, 28%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D6C9F
2#53608D
3#49547C
4#3E486A
5#343C58
6#2A3047
7#1F2435
8#151823
9#0A0C12
Tints
Lighter variations
1#7D89B3
2#8B96BB
3#9AA3C4
4#A8B0CC
5#B7BDD5
6#C5CADD
7#D4D8E6
8#E2E5EE
9#F1F2F7
Tones
Muted variations
1#717DA7
2#747FA4
3#7780A1
4#7A829E
5#7D849B
6#808598
7#838795
8#868992
9#898B8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EB #E9EBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D9 #D5D9E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5BC #B5BCD4 | BordersInactive statesPlaceholder text |
| 400 | 8F99 #8F99BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E7B #6E7BAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5360 #53608D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 424C #424C70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F36 #2F3650 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E23 #1E2333 | 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: #E9EBF2;
--slate-gray-200: #D5D9E6;
--slate-gray-300: #B5BCD4;
--slate-gray-400: #8F99BD;
--slate-gray-500: #6E7BAA;
--slate-gray-600: #53608D;
--slate-gray-700: #424C70;
--slate-gray-800: #2F3650;
--slate-gray-900: #1E2333;
--slate-gray-950: #131620;
}