#7348ba
a balanced, vivid violet · warm · closest name: slateblue
RGB
115, 72, 186
HSL
263°, 45%, 51%
CMYK
38, 61, 0, 27
Luminance
0.1182
Every format
| HEX | #7348ba |
| RGB | rgb(115, 72, 186) |
| HSL | hsl(263, 45%, 51%) |
| CMYK | cmyk(38%, 61%, 0%, 27%) |
| LAB | lab(40.9 43.0 -53.8) |
| LCH | lch(40.9 68.9 308.7) |
| OKLCH | oklch(0.509 0.172 297.3) |
Copy-ready code
/* CSS */
color: #7348ba;
background-color: #7348ba;
/* Tailwind (arbitrary) */
class="text-[#7348ba] bg-[#7348ba]"
/* SCSS */
$brand: #7348ba;
/* SwiftUI */
Color(red: 0.451, green: 0.282, blue: 0.729)
/* Android */
Color.parseColor("#7348ba")Accessibility — WCAG contrast
Aa
#7348ba on white: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7348ba on black: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green28.2%
Blue72.9%
CMYK percentages
Cyan38.2%
Magenta61.3%
Yellow0.0%
Key (black)27.1%
Color previews
#7348ba text on a black background
contrast 3.36:1
Card sample
#7348ba text on a white background
contrast 6.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7348ba;
Background color
Panel with #7348ba background
background-color: #7348ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7348ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 72, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 72, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7348ba; background: linear-gradient(135deg, #7348ba, #BA48B5);