Slate Gray
#6D84AB
BlueColor Codes
All color formats for development
HEX
#6D84ABRGB
rgb(109, 132, 171)HSL
hsl(218, 27%, 55%)OKLCH
oklch(0.61 0.065 260.8)CMYK
cmyk(36%, 23%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C75A0
2#52688E
3#485B7D
4#3D4E6B
5#334159
6#293447
7#1F2735
8#141A24
9#0A0D12
Tints
Lighter variations
1#7C90B4
2#8A9DBC
3#99A9C4
4#A8B5CD
5#B6C1D5
6#C5CEDD
7#D3DAE6
8#E2E6EE
9#F0F3F7
Tones
Muted variations
1#7085A8
2#7386A5
3#7786A2
4#7A879F
5#7D889C
6#808999
7#838A96
8#868B92
9#898B8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EC #E8ECF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DB #D5DBE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5C0 #B5C0D4 | BordersInactive statesPlaceholder text |
| 400 | 8E9F #8E9FBE | Disabled statesSecondary iconsMuted text |
| 500 | 6D84 #6D84AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5268 #52688E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4153 #415371 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F3B #2F3B51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E26 #1E2634 | Primary textHigh emphasis contentDark headings |
| 950 | 1318 #131820 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F7F9;
--slate-gray-100: #E8ECF2;
--slate-gray-200: #D5DBE7;
--slate-gray-300: #B5C0D4;
--slate-gray-400: #8E9FBE;
--slate-gray-500: #6D84AB;
--slate-gray-600: #52688E;
--slate-gray-700: #415371;
--slate-gray-800: #2F3B51;
--slate-gray-900: #1E2634;
--slate-gray-950: #131820;
}