Slate Gray
#7385A5
BlueColor Codes
All color formats for development
HEX
#7385A5RGB
rgb(115, 133, 165)HSL
hsl(218, 22%, 55%)OKLCH
oklch(0.614 0.053 261.9)CMYK
cmyk(30%, 19%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#62779A
2#586A89
3#4D5C78
4#424F67
5#374256
6#2C3544
7#212833
8#161A22
9#0B0D11
Tints
Lighter variations
1#8192AE
2#8F9EB7
3#9DAAC0
4#ABB6C9
5#B9C2D2
6#C7CEDB
7#D5DBE4
8#E3E7ED
9#F1F3F6
Tones
Muted variations
1#7686A3
2#7887A0
3#7B889E
4#7D889B
5#808999
6#828A96
7#858A94
8#878B91
9#8A8C8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EC #E9ECF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DC #D7DCE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7C1 #B7C1D1 | BordersInactive statesPlaceholder text |
| 400 | 92A1 #92A1B9 | Disabled statesSecondary iconsMuted text |
| 500 | 7386 #7386A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 586A #586A89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4654 #46546D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323C #323C4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2026 #202632 | Primary textHigh emphasis contentDark headings |
| 950 | 1418 #14181F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F9;
--slate-gray-100: #E9ECF1;
--slate-gray-200: #D7DCE5;
--slate-gray-300: #B7C1D1;
--slate-gray-400: #92A1B9;
--slate-gray-500: #7386A5;
--slate-gray-600: #586A89;
--slate-gray-700: #46546D;
--slate-gray-800: #323C4E;
--slate-gray-900: #202632;
--slate-gray-950: #14181F;
}