Slate Gray
#8892C3
BlueColor Codes
All color formats for development
HEX
#8892C3RGB
rgb(136, 146, 195)HSL
hsl(230, 33%, 65%)OKLCH
oklch(0.67 0.074 275.3)CMYK
cmyk(30%, 25%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#727EB8
2#5C6AAD
3#4E5A9A
4#434E84
5#38416E
6#2C3458
7#212742
8#161A2C
9#0B0D16
Tints
Lighter variations
1#949DC9
2#A0A8CF
3#ACB3D5
4#B8BEDB
5#C4C9E1
6#D0D3E7
7#DBDEED
8#E7E9F3
9#F3F4F9
Tones
Muted variations
1#8B94C0
2#8E96BD
3#9198BA
4#949AB7
5#979CB4
6#9A9EB2
7#9DA0AF
8#A0A2AC
9#A3A4A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E9 #E7E9F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3D7 #D3D7E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1B7 #B1B7D8 | BordersInactive statesPlaceholder text |
| 400 | 8892 #8892C3 | Disabled statesSecondary iconsMuted text |
| 500 | 6673 #6673B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B58 #4B5895 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C46 #3C4677 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B32 #2B3255 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B20 #1B2036 | Primary textHigh emphasis contentDark headings |
| 950 | 1114 #111422 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F6FA;
--slate-gray-100: #E7E9F3;
--slate-gray-200: #D3D7E9;
--slate-gray-300: #B1B7D8;
--slate-gray-400: #8892C3;
--slate-gray-500: #6673B2;
--slate-gray-600: #4B5895;
--slate-gray-700: #3C4677;
--slate-gray-800: #2B3255;
--slate-gray-900: #1B2036;
--slate-gray-950: #111422;
}