Slate Gray
#7389A5
BlueColor Codes
All color formats for development
HEX
#7389A5RGB
rgb(115, 137, 165)HSL
hsl(214, 22%, 55%)OKLCH
oklch(0.623 0.05 254.6)CMYK
cmyk(30%, 17%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#627B9A
2#586D89
3#4D5F78
4#425267
5#374456
6#2C3644
7#212933
8#161B22
9#0B0E11
Tints
Lighter variations
1#8195AE
2#8FA1B7
3#9DACC0
4#ABB8C9
5#B9C4D2
6#C7D0DB
7#D5DCE4
8#E3E7ED
9#F1F3F6
Tones
Muted variations
1#7689A3
2#788AA0
3#7B8A9E
4#7D8A9B
5#808B99
6#828B96
7#858B94
8#878C91
9#8A8C8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9ED #E9EDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DD #D7DDE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7C3 #B7C3D1 | BordersInactive statesPlaceholder text |
| 400 | 92A3 #92A3B9 | Disabled statesSecondary iconsMuted text |
| 500 | 7389 #7389A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 586D #586D89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4657 #46576D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323E #323E4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2028 #202832 | Primary textHigh emphasis contentDark headings |
| 950 | 1419 #14191F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F9;
--slate-gray-100: #E9EDF1;
--slate-gray-200: #D7DDE5;
--slate-gray-300: #B7C3D1;
--slate-gray-400: #92A3B9;
--slate-gray-500: #7389A5;
--slate-gray-600: #586D89;
--slate-gray-700: #46576D;
--slate-gray-800: #323E4E;
--slate-gray-900: #202832;
--slate-gray-950: #14191F;
}