#c34afd
a balanced, electric violet · warm · closest name: magenta
RGB
195, 74, 253
HSL
281°, 98%, 64%
CMYK
23, 71, 0, 1
Luminance
0.2359
Every format
| HEX | #c34afd |
| RGB | rgb(195, 74, 253) |
| HSL | hsl(281, 98%, 64%) |
| CMYK | cmyk(23%, 71%, 0%, 1%) |
| LAB | lab(55.7 73.9 -67.7) |
| LCH | lch(55.7 100.2 317.5) |
| OKLCH | oklch(0.651 0.259 312.3) |
Copy-ready code
/* CSS */
color: #c34afd;
background-color: #c34afd;
/* Tailwind (arbitrary) */
class="text-[#c34afd] bg-[#c34afd]"
/* SCSS */
$brand: #c34afd;
/* SwiftUI */
Color(red: 0.765, green: 0.290, blue: 0.992)
/* Android */
Color.parseColor("#c34afd")Accessibility — WCAG contrast
Aa
#c34afd on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c34afd on black: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green29.0%
Blue99.2%
CMYK percentages
Cyan22.9%
Magenta70.8%
Yellow0.0%
Key (black)0.8%
Color previews
#c34afd text on a black background
contrast 5.72:1
Card sample
#c34afd text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c34afd;
Background color
Panel with #c34afd background
background-color: #c34afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c34afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 74, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 74, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c34afd; background: linear-gradient(135deg, #c34afd, #FD4AC0);