#7358ac
a balanced, soft violet · warm · closest name: slateblue
RGB
115, 88, 172
HSL
259°, 34%, 51%
CMYK
33, 49, 0, 33
Luminance
0.1360
Every format
| HEX | #7358ac |
| RGB | rgb(115, 88, 172) |
| HSL | hsl(259, 34%, 51%) |
| CMYK | cmyk(33%, 49%, 0%, 33%) |
| LAB | lab(43.7 30.0 -41.2) |
| LCH | lch(43.7 51.0 306.1) |
| OKLCH | oklch(0.526 0.130 296.5) |
Copy-ready code
/* CSS */
color: #7358ac;
background-color: #7358ac;
/* Tailwind (arbitrary) */
class="text-[#7358ac] bg-[#7358ac]"
/* SCSS */
$brand: #7358ac;
/* SwiftUI */
Color(red: 0.451, green: 0.345, blue: 0.675)
/* Android */
Color.parseColor("#7358ac")Accessibility — WCAG contrast
Aa
#7358ac on white: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7358ac on black: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green34.5%
Blue67.5%
CMYK percentages
Cyan33.1%
Magenta48.8%
Yellow0.0%
Key (black)32.5%
Color previews
#7358ac text on a black background
contrast 3.72:1
Card sample
#7358ac text on a white background
contrast 5.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7358ac;
Background color
Panel with #7358ac background
background-color: #7358ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7358ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 88, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 88, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7358ac; background: linear-gradient(135deg, #7358ac, #AB58AC);