Slate Gray
#6C7AAC
BlueColor Codes
All color formats for development
HEX
#6C7AACRGB
rgb(108, 122, 172)HSL
hsl(227, 28%, 55%)OKLCH
oklch(0.588 0.079 271.8)CMYK
cmyk(37%, 29%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B6AA2
2#515E90
3#47537E
4#3D476C
5#323B5A
6#282F48
7#1E2336
8#141824
9#0A0C12
Tints
Lighter variations
1#7B87B5
2#8995BD
3#98A2C5
4#A7AFCD
5#B6BDD6
6#C4CADE
7#D3D7E6
8#E2E4EE
9#F0F2F7
Tones
Muted variations
1#6F7CA9
2#737EA6
3#7680A3
4#7981A0
5#7C839C
6#7F8599
7#838796
8#868993
9#898A8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EA #E8EAF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D9 #D5D9E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4BB #B4BBD5 | BordersInactive statesPlaceholder text |
| 400 | 8D98 #8D98BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C7A #6C7AAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 515E #515E90 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 404B #404B72 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E36 #2E3652 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D22 #1D2234 | Primary textHigh emphasis contentDark headings |
| 950 | 1215 #121521 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F6F9;
--slate-gray-100: #E8EAF2;
--slate-gray-200: #D5D9E7;
--slate-gray-300: #B4BBD5;
--slate-gray-400: #8D98BF;
--slate-gray-500: #6C7AAC;
--slate-gray-600: #515E90;
--slate-gray-700: #404B72;
--slate-gray-800: #2E3652;
--slate-gray-900: #1D2234;
--slate-gray-950: #121521;
}