Slate Gray
#8893C3
BlueColor Codes
All color formats for development
HEX
#8893C3RGB
rgb(136, 147, 195)HSL
hsl(229, 33%, 65%)OKLCH
oklch(0.672 0.072 274.3)CMYK
cmyk(30%, 25%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#727FB8
2#5C6BAD
3#4E5C9A
4#434F84
5#38426E
6#2C3458
7#212742
8#161A2C
9#0B0D16
Tints
Lighter variations
1#949EC9
2#A0A9CF
3#ACB3D5
4#B8BEDB
5#C4C9E1
6#D0D4E7
7#DBDFED
8#E7E9F3
9#F3F4F9
Tones
Muted variations
1#8B95C0
2#8E97BD
3#9199BA
4#949BB7
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 | B1B8 #B1B8D8 | BordersInactive statesPlaceholder text |
| 400 | 8893 #8893C3 | Disabled statesSecondary iconsMuted text |
| 500 | 6674 #6674B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B59 #4B5995 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C47 #3C4777 | 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: #B1B8D8;
--slate-gray-400: #8893C3;
--slate-gray-500: #6674B2;
--slate-gray-600: #4B5995;
--slate-gray-700: #3C4777;
--slate-gray-800: #2B3255;
--slate-gray-900: #1B2036;
--slate-gray-950: #111422;
}