Slate Gray
#8C98C0
BlueColor Codes
All color formats for development
HEX
#8C98C0RGB
rgb(140, 152, 192)HSL
hsl(226, 29%, 65%)OKLCH
oklch(0.684 0.061 271.7)CMYK
cmyk(27%, 21%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7685B4
2#6172A8
3#526296
4#475480
5#3B466B
6#2F3856
7#232A40
8#181C2B
9#0C0E15
Tints
Lighter variations
1#97A2C6
2#A3ADCC
3#AEB7D3
4#BAC1D9
5#C5CBDF
6#D1D6E6
7#DCE0EC
8#E8EAF2
9#F3F5F9
Tones
Muted variations
1#8E99BD
2#919BBA
3#949CB8
4#969DB5
5#999FB3
6#9BA0B0
7#9EA2AE
8#A1A3AB
9#A3A4A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EA #E8EAF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4D9 #D4D9E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3BB #B3BBD5 | BordersInactive statesPlaceholder text |
| 400 | 8C98 #8C98C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B7B #6B7BAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 505F #505F91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F4B #3F4B73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D36 #2D3652 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D22 #1D2235 | Primary textHigh emphasis contentDark headings |
| 950 | 1216 #121621 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F6FA;
--slate-gray-100: #E8EAF2;
--slate-gray-200: #D4D9E7;
--slate-gray-300: #B3BBD5;
--slate-gray-400: #8C98C0;
--slate-gray-500: #6B7BAE;
--slate-gray-600: #505F91;
--slate-gray-700: #3F4B73;
--slate-gray-800: #2D3652;
--slate-gray-900: #1D2235;
--slate-gray-950: #121621;
}