Slate Gray
#7382A5
BlueColor Codes
All color formats for development
HEX
#7382A5RGB
rgb(115, 130, 165)HSL
hsl(222, 22%, 55%)OKLCH
oklch(0.608 0.056 266.6)CMYK
cmyk(30%, 21%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#62739A
2#586689
3#4D5A78
4#424D67
5#374056
6#2C3344
7#212633
8#161A22
9#0B0D11
Tints
Lighter variations
1#818FAE
2#8F9BB7
3#9DA8C0
4#ABB4C9
5#B9C1D2
6#C7CDDB
7#D5DAE4
8#E3E6ED
9#F1F3F6
Tones
Muted variations
1#7683A3
2#7884A0
3#7B859E
4#7D869B
5#808799
6#828896
7#858994
8#878A91
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 | B7BF #B7BFD1 | BordersInactive statesPlaceholder text |
| 400 | 929E #929EB9 | Disabled statesSecondary iconsMuted text |
| 500 | 7382 #7382A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5866 #586689 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4651 #46516D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323A #323A4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2025 #202532 | Primary textHigh emphasis contentDark headings |
| 950 | 1417 #14171F | 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: #B7BFD1;
--slate-gray-400: #929EB9;
--slate-gray-500: #7382A5;
--slate-gray-600: #586689;
--slate-gray-700: #46516D;
--slate-gray-800: #323A4E;
--slate-gray-900: #202532;
--slate-gray-950: #14171F;
}