Slate Gray
#8C96C0
BlueColor Codes
All color formats for development
HEX
#8C96C0RGB
rgb(140, 150, 192)HSL
hsl(228, 29%, 65%)OKLCH
oklch(0.68 0.063 274.2)CMYK
cmyk(27%, 22%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7683B4
2#616FA8
3#526096
4#475280
5#3B446B
6#2F3756
7#232940
8#181B2B
9#0C0E15
Tints
Lighter variations
1#97A1C6
2#A3ABCC
3#AEB6D3
4#BAC0D9
5#C5CBDF
6#D1D5E6
7#DCE0EC
8#E8EAF2
9#F3F5F9
Tones
Muted variations
1#8E98BD
2#9199BA
3#949BB8
4#969CB5
5#999EB3
6#9BA0B0
7#9EA1AE
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 | D4D8 #D4D8E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3BA #B3BAD5 | BordersInactive statesPlaceholder text |
| 400 | 8C96 #8C96C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B78 #6B78AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 505D #505D91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F4A #3F4A73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D35 #2D3552 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D22 #1D2235 | 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: #F5F6FA;
--slate-gray-100: #E8EAF2;
--slate-gray-200: #D4D8E7;
--slate-gray-300: #B3BAD5;
--slate-gray-400: #8C96C0;
--slate-gray-500: #6B78AE;
--slate-gray-600: #505D91;
--slate-gray-700: #3F4A73;
--slate-gray-800: #2D3552;
--slate-gray-900: #1D2235;
--slate-gray-950: #121521;
}