Slate Gray
#7381A5
BlueColor Codes
All color formats for development
HEX
#7381A5RGB
rgb(115, 129, 165)HSL
hsl(223, 22%, 55%)OKLCH
oklch(0.605 0.057 268.1)CMYK
cmyk(30%, 22%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#62729A
2#586689
3#4D5978
4#424C67
5#373F56
6#2C3344
7#212633
8#161922
9#0B0D11
Tints
Lighter variations
1#818EAE
2#8F9AB7
3#9DA7C0
4#ABB4C9
5#B9C0D2
6#C7CDDB
7#D5D9E4
8#E3E6ED
9#F1F2F6
Tones
Muted variations
1#7682A3
2#7883A0
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 | E9EB #E9EBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DB #D7DBE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7BF #B7BFD1 | BordersInactive statesPlaceholder text |
| 400 | 929D #929DB9 | Disabled statesSecondary iconsMuted text |
| 500 | 7381 #7381A5 | 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: #E9EBF1;
--slate-gray-200: #D7DBE5;
--slate-gray-300: #B7BFD1;
--slate-gray-400: #929DB9;
--slate-gray-500: #7381A5;
--slate-gray-600: #586689;
--slate-gray-700: #46516D;
--slate-gray-800: #323A4E;
--slate-gray-900: #202532;
--slate-gray-950: #14171F;
}