Slate Gray
#8C97C0
BlueColor Codes
All color formats for development
HEX
#8C97C0RGB
rgb(140, 151, 192)HSL
hsl(227, 29%, 65%)OKLCH
oklch(0.682 0.062 273)CMYK
cmyk(27%, 21%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7684B4
2#6170A8
3#526196
4#475380
5#3B456B
6#2F3756
7#232A40
8#181C2B
9#0C0E15
Tints
Lighter variations
1#97A1C6
2#A3ACCC
3#AEB6D3
4#BAC1D9
5#C5CBDF
6#D1D5E6
7#DCE0EC
8#E8EAF2
9#F3F5F9
Tones
Muted variations
1#8E99BD
2#919ABA
3#949BB8
4#969DB5
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 | B3BB #B3BBD5 | BordersInactive statesPlaceholder text |
| 400 | 8C97 #8C97C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B79 #6B79AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 505E #505E91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F4B #3F4B73 | 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: #B3BBD5;
--slate-gray-400: #8C97C0;
--slate-gray-500: #6B79AE;
--slate-gray-600: #505E91;
--slate-gray-700: #3F4B73;
--slate-gray-800: #2D3552;
--slate-gray-900: #1D2235;
--slate-gray-950: #121521;
}