Slate Gray
#7383A5
BlueColor Codes
All color formats for development
HEX
#7383A5RGB
rgb(115, 131, 165)HSL
hsl(221, 22%, 55%)OKLCH
oklch(0.61 0.055 265.1)CMYK
cmyk(30%, 21%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#62749A
2#586789
3#4D5A78
4#424D67
5#374056
6#2C3444
7#212733
8#161A22
9#0B0D11
Tints
Lighter variations
1#818FAE
2#8F9CB7
3#9DA8C0
4#ABB5C9
5#B9C1D2
6#C7CDDB
7#D5DAE4
8#E3E6ED
9#F1F3F6
Tones
Muted variations
1#7684A3
2#7885A0
3#7B869E
4#7D879B
5#808899
6#828996
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 | B7C0 #B7C0D1 | BordersInactive statesPlaceholder text |
| 400 | 929F #929FB9 | Disabled statesSecondary iconsMuted text |
| 500 | 7383 #7383A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5867 #586789 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4652 #46526D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323B #323B4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2026 #202632 | 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: #B7C0D1;
--slate-gray-400: #929FB9;
--slate-gray-500: #7383A5;
--slate-gray-600: #586789;
--slate-gray-700: #46526D;
--slate-gray-800: #323B4E;
--slate-gray-900: #202632;
--slate-gray-950: #14171F;
}