Slate Gray
#6D7BAB
BlueColor Codes
All color formats for development
HEX
#6D7BABRGB
rgb(109, 123, 171)HSL
hsl(226, 27%, 55%)OKLCH
oklch(0.591 0.076 271.4)CMYK
cmyk(36%, 28%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C6CA0
2#52608E
3#48547D
4#3D486B
5#333C59
6#293047
7#1F2435
8#141824
9#0A0C12
Tints
Lighter variations
1#7C89B4
2#8A96BC
3#99A3C4
4#A8B0CD
5#B6BDD5
6#C5CADD
7#D3D8E6
8#E2E5EE
9#F0F2F7
Tones
Muted variations
1#707DA8
2#737FA5
3#7781A2
4#7A829F
5#7D849C
6#808699
7#838796
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 | E8EB #E8EBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D9 #D5D9E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5BC #B5BCD4 | BordersInactive statesPlaceholder text |
| 400 | 8E99 #8E99BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D7C #6D7CAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5260 #52608E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 414C #414C71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F37 #2F3751 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E23 #1E2334 | 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: #E8EBF2;
--slate-gray-200: #D5D9E7;
--slate-gray-300: #B5BCD4;
--slate-gray-400: #8E99BE;
--slate-gray-500: #6D7CAB;
--slate-gray-600: #52608E;
--slate-gray-700: #414C71;
--slate-gray-800: #2F3751;
--slate-gray-900: #1E2334;
--slate-gray-950: #131620;
}