Slate Gray
#7386A5
BlueColor Codes
All color formats for development
HEX
#7386A5RGB
rgb(115, 134, 165)HSL
hsl(217, 22%, 55%)OKLCH
oklch(0.616 0.052 260.1)CMYK
cmyk(30%, 19%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#62789A
2#586A89
3#4D5D78
4#425067
5#374356
6#2C3544
7#212833
8#161B22
9#0B0D11
Tints
Lighter variations
1#8192AE
2#8F9EB7
3#9DABC0
4#ABB7C9
5#B9C3D2
6#C7CFDB
7#D5DBE4
8#E3E7ED
9#F1F3F6
Tones
Muted variations
1#7687A3
2#7888A0
3#7B889E
4#7D899B
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 | 4655 #46556D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323C #323C4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2027 #202732 | 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: #46556D;
--slate-gray-800: #323C4E;
--slate-gray-900: #202732;
--slate-gray-950: #14181F;
}