Slate Gray
#6C8FAC
BlueColor Codes
All color formats for development
HEX
#6C8FACRGB
rgb(108, 143, 172)HSL
hsl(207, 28%, 55%)OKLCH
oklch(0.635 0.059 243.9)CMYK
cmyk(37%, 17%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B82A2
2#517390
3#47657E
4#3D576C
5#32485A
6#283A48
7#1E2B36
8#141D24
9#0A0E12
Tints
Lighter variations
1#7B9BB5
2#89A6BD
3#98B1C5
4#A7BCCD
5#B6C7D6
6#C4D2DE
7#D3DEE6
8#E2E9EE
9#F0F4F7
Tones
Muted variations
1#6F8FA9
2#738FA6
3#768EA3
4#798EA0
5#7C8E9C
6#7F8E99
7#838D96
8#868D93
9#898D8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EE #E8EEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DF #D5DFE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4C6 #B4C6D5 | BordersInactive statesPlaceholder text |
| 400 | 8DA8 #8DA8BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C8F #6C8FAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5173 #517390 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 405C #405C72 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E42 #2E4252 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D2A #1D2A34 | Primary textHigh emphasis contentDark headings |
| 950 | 121A #121A21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F8F9;
--slate-gray-100: #E8EEF2;
--slate-gray-200: #D5DFE7;
--slate-gray-300: #B4C6D5;
--slate-gray-400: #8DA8BF;
--slate-gray-500: #6C8FAC;
--slate-gray-600: #517390;
--slate-gray-700: #405C72;
--slate-gray-800: #2E4252;
--slate-gray-900: #1D2A34;
--slate-gray-950: #121A21;
}