#c348eb
a balanced, electric violet · warm · closest name: magenta
RGB
195, 72, 235
HSL
285°, 80%, 60%
CMYK
17, 69, 0, 8
Luminance
0.2223
Every format
| HEX | #c348eb |
| RGB | rgb(195, 72, 235) |
| HSL | hsl(285, 80%, 60%) |
| CMYK | cmyk(17%, 69%, 0%, 8%) |
| LAB | lab(54.3 71.2 -59.9) |
| LCH | lch(54.3 93.0 319.9) |
| OKLCH | oklch(0.637 0.245 316.6) |
Copy-ready code
/* CSS */
color: #c348eb;
background-color: #c348eb;
/* Tailwind (arbitrary) */
class="text-[#c348eb] bg-[#c348eb]"
/* SCSS */
$brand: #c348eb;
/* SwiftUI */
Color(red: 0.765, green: 0.282, blue: 0.922)
/* Android */
Color.parseColor("#c348eb")Accessibility — WCAG contrast
Aa
#c348eb on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c348eb on black: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green28.2%
Blue92.2%
CMYK percentages
Cyan17.0%
Magenta69.4%
Yellow0.0%
Key (black)7.8%
Color previews
#c348eb text on a black background
contrast 5.45:1
Card sample
#c348eb text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c348eb;
Background color
Panel with #c348eb background
background-color: #c348eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c348eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 72, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 72, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c348eb; background: linear-gradient(135deg, #c348eb, #EB48A6);