Slate Gray
#6D71AB
BlueColor Codes
All color formats for development
HEX
#6D71ABRGB
rgb(109, 113, 171)HSL
hsl(236, 27%, 55%)OKLCH
oklch(0.569 0.089 280.1)CMYK
cmyk(36%, 34%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C61A0
2#52568E
3#484B7D
4#3D406B
5#333659
6#292B47
7#1F2035
8#141524
9#0A0B12
Tints
Lighter variations
1#7C80B4
2#8A8EBC
3#999CC4
4#A8AACD
5#B6B8D5
6#C5C6DD
7#D3D5E6
8#E2E3EE
9#F0F1F7
Tones
Muted variations
1#7074A8
2#7377A5
3#7779A2
4#7A7C9F
5#7D7F9C
6#808299
7#838496
8#868792
9#898A8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8E9 #E8E9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D6 #D5D6E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5B7 #B5B7D4 | BordersInactive statesPlaceholder text |
| 400 | 8E91 #8E91BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D71 #6D71AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5256 #52568E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4144 #414471 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F31 #2F3151 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E1F #1E1F34 | Primary textHigh emphasis contentDark headings |
| 950 | 1314 #131420 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F6F9;
--slate-gray-100: #E8E9F2;
--slate-gray-200: #D5D6E7;
--slate-gray-300: #B5B7D4;
--slate-gray-400: #8E91BE;
--slate-gray-500: #6D71AB;
--slate-gray-600: #52568E;
--slate-gray-700: #414471;
--slate-gray-800: #2F3151;
--slate-gray-900: #1E1F34;
--slate-gray-950: #131420;
}