#c334fd
a balanced, electric violet · warm · closest name: magenta
RGB
195, 52, 253
HSL
283°, 98%, 60%
CMYK
23, 79, 0, 1
Luminance
0.2115
Every format
| HEX | #c334fd |
| RGB | rgb(195, 52, 253) |
| HSL | hsl(283, 98%, 60%) |
| CMYK | cmyk(23%, 79%, 0%, 1%) |
| LAB | lab(53.1 81.3 -71.8) |
| LCH | lch(53.1 108.5 318.5) |
| OKLCH | oklch(0.633 0.280 313.4) |
Copy-ready code
/* CSS */
color: #c334fd;
background-color: #c334fd;
/* Tailwind (arbitrary) */
class="text-[#c334fd] bg-[#c334fd]"
/* SCSS */
$brand: #c334fd;
/* SwiftUI */
Color(red: 0.765, green: 0.204, blue: 0.992)
/* Android */
Color.parseColor("#c334fd")Accessibility — WCAG contrast
Aa
#c334fd on white: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c334fd on black: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green20.4%
Blue99.2%
CMYK percentages
Cyan22.9%
Magenta79.4%
Yellow0.0%
Key (black)0.8%
Color previews
#c334fd text on a black background
contrast 5.23:1
Card sample
#c334fd text on a white background
contrast 4.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c334fd;
Background color
Panel with #c334fd background
background-color: #c334fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c334fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 52, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 52, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c334fd; background: linear-gradient(135deg, #c334fd, #FD34B1);