Slate Gray
#929AB9
BlueColor Codes
All color formats for development
HEX
#929AB9RGB
rgb(146, 154, 185)HSL
hsl(228, 22%, 65%)OKLCH
oklch(0.69 0.046 273.8)CMYK
cmyk(21%, 17%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7E87AC
2#6A74A0
3#5A658E
4#4E5679
5#414865
6#343A51
7#272B3D
8#1A1D28
9#0D0E14
Tints
Lighter variations
1#9DA4C0
2#A8AEC7
3#B3B8CE
4#BEC2D5
5#C9CCDC
6#D3D7E3
7#DEE1EA
8#E9EBF1
9#F4F5F8
Tones
Muted variations
1#949BB7
2#969CB5
3#989EB3
4#9A9FB2
5#9CA0B0
6#9EA1AE
7#A0A2AC
8#A2A3AA
9#A4A5A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EB #E9EBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7D9 #D7D9E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7BD #B7BDD1 | BordersInactive statesPlaceholder text |
| 400 | 929A #929AB9 | Disabled statesSecondary iconsMuted text |
| 500 | 737D #737DA5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5861 #586189 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 464D #464D6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3237 #32374E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2023 #202332 | Primary textHigh emphasis contentDark headings |
| 950 | 1416 #14161F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F6F9;
--slate-gray-100: #E9EBF1;
--slate-gray-200: #D7D9E5;
--slate-gray-300: #B7BDD1;
--slate-gray-400: #929AB9;
--slate-gray-500: #737DA5;
--slate-gray-600: #586189;
--slate-gray-700: #464D6D;
--slate-gray-800: #32374E;
--slate-gray-900: #202332;
--slate-gray-950: #14161F;
}