Slate Gray
#6D72AB
BlueColor Codes
All color formats for development
HEX
#6D72ABRGB
rgb(109, 114, 171)HSL
hsl(235, 27%, 55%)OKLCH
oklch(0.572 0.088 279.4)CMYK
cmyk(36%, 33%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C62A0
2#52578E
3#484C7D
4#3D416B
5#333659
6#292B47
7#1F2135
8#141624
9#0A0B12
Tints
Lighter variations
1#7C80B4
2#8A8FBC
3#999DC4
4#A8ABCD
5#B6B9D5
6#C5C7DD
7#D3D5E6
8#E2E3EE
9#F0F1F7
Tones
Muted variations
1#7075A8
2#7378A5
3#777AA2
4#7A7D9F
5#7D7F9C
6#808299
7#838596
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 | 8E92 #8E92BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D72 #6D72AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5257 #52578E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4145 #414571 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F31 #2F3151 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E20 #1E2034 | 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: #8E92BE;
--slate-gray-500: #6D72AB;
--slate-gray-600: #52578E;
--slate-gray-700: #414571;
--slate-gray-800: #2F3151;
--slate-gray-900: #1E2034;
--slate-gray-950: #131420;
}