Slate Gray
#6B86AE
BlueColor Codes
All color formats for development
HEX
#6B86AERGB
rgb(107, 134, 174)HSL
hsl(216, 29%, 55%)OKLCH
oklch(0.615 0.069 258.1)CMYK
cmyk(39%, 23%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A77A3
2#506A91
3#465C7F
4#3C4F6D
5#32425A
6#283548
7#1E2836
8#141A24
9#0A0D12
Tints
Lighter variations
1#7A92B6
2#899EBE
3#97AAC6
4#A6B6CE
5#B5C2D6
6#C4CEDE
7#D3DBE7
8#E1E7EF
9#F0F3F7
Tones
Muted variations
1#6E86AA
2#7287A7
3#7588A4
4#7888A0
5#7C899D
6#7F8A9A
7#828A96
8#868B93
9#898C90
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EC #E8ECF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4DC #D4DCE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3C1 #B3C1D5 | BordersInactive statesPlaceholder text |
| 400 | 8CA1 #8CA1C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B86 #6B86AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 506A #506A91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F54 #3F5473 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D3C #2D3C52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D26 #1D2635 | Primary textHigh emphasis contentDark headings |
| 950 | 1218 #121821 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F7FA;
--slate-gray-100: #E8ECF2;
--slate-gray-200: #D4DCE7;
--slate-gray-300: #B3C1D5;
--slate-gray-400: #8CA1C0;
--slate-gray-500: #6B86AE;
--slate-gray-600: #506A91;
--slate-gray-700: #3F5473;
--slate-gray-800: #2D3C52;
--slate-gray-900: #1D2635;
--slate-gray-950: #121821;
}