Slate Gray
#7384A5
BlueColor Codes
All color formats for development
HEX
#7384A5RGB
rgb(115, 132, 165)HSL
hsl(220, 22%, 55%)OKLCH
oklch(0.612 0.054 263.5)CMYK
cmyk(30%, 20%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#62759A
2#586889
3#4D5B78
4#424E67
5#374156
6#2C3444
7#212733
8#161A22
9#0B0D11
Tints
Lighter variations
1#8190AE
2#8F9CB7
3#9DA9C0
4#ABB5C9
5#B9C1D2
6#C7CEDB
7#D5DAE4
8#E3E6ED
9#F1F3F6
Tones
Muted variations
1#7685A3
2#7886A0
3#7B869E
4#7D879B
5#808899
6#828996
7#858A94
8#878B91
9#8A8B8F
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 | D7DB #D7DBE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7C0 #B7C0D1 | BordersInactive statesPlaceholder text |
| 400 | 929F #929FB9 | Disabled statesSecondary iconsMuted text |
| 500 | 7384 #7384A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5868 #586889 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4653 #46536D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323B #323B4E | 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: #D7DBE5;
--slate-gray-300: #B7C0D1;
--slate-gray-400: #929FB9;
--slate-gray-500: #7384A5;
--slate-gray-600: #586889;
--slate-gray-700: #46536D;
--slate-gray-800: #323B4E;
--slate-gray-900: #202632;
--slate-gray-950: #14181F;
}