Slate Gray
#7392A5
BlueColor Codes
All color formats for development
HEX
#7392A5RGB
rgb(115, 146, 165)HSL
hsl(203, 22%, 55%)OKLCH
oklch(0.643 0.045 235.3)CMYK
cmyk(30%, 12%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#62859A
2#587689
3#4D6778
4#425867
5#374A56
6#2C3B44
7#212C33
8#161D22
9#0B0F11
Tints
Lighter variations
1#819DAE
2#8FA8B7
3#9DB3C0
4#ABBEC9
5#B9C9D2
6#C7D3DB
7#D5DEE4
8#E3E9ED
9#F1F4F6
Tones
Muted variations
1#7692A3
2#7891A0
3#7B909E
4#7D909B
5#808F99
6#828F96
7#858E94
8#878D91
9#8A8D8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EE #E9EEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E0 #D7E0E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7C7 #B7C7D1 | BordersInactive statesPlaceholder text |
| 400 | 92AA #92AAB9 | Disabled statesSecondary iconsMuted text |
| 500 | 7392 #7392A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5876 #587689 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 465E #465E6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3243 #32434E | Text on light backgroundsHeadingsStrong borders |
| 900 | 202B #202B32 | Primary textHigh emphasis contentDark headings |
| 950 | 141B #141B1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F9;
--slate-gray-100: #E9EEF1;
--slate-gray-200: #D7E0E5;
--slate-gray-300: #B7C7D1;
--slate-gray-400: #92AAB9;
--slate-gray-500: #7392A5;
--slate-gray-600: #587689;
--slate-gray-700: #465E6D;
--slate-gray-800: #32434E;
--slate-gray-900: #202B32;
--slate-gray-950: #141B1F;
}