#c321fd
a balanced, electric violet · warm · closest name: magenta
RGB
195, 33, 253
HSL
284°, 98%, 56%
CMYK
23, 87, 0, 1
Luminance
0.1978
Every format
| HEX | #c321fd |
| RGB | rgb(195, 33, 253) |
| HSL | hsl(284, 98%, 56%) |
| CMYK | cmyk(23%, 87%, 0%, 1%) |
| LAB | lab(51.6 85.8 -74.3) |
| LCH | lch(51.6 113.5 319.1) |
| OKLCH | oklch(0.622 0.292 314.0) |
Copy-ready code
/* CSS */
color: #c321fd;
background-color: #c321fd;
/* Tailwind (arbitrary) */
class="text-[#c321fd] bg-[#c321fd]"
/* SCSS */
$brand: #c321fd;
/* SwiftUI */
Color(red: 0.765, green: 0.129, blue: 0.992)
/* Android */
Color.parseColor("#c321fd")Accessibility — WCAG contrast
Aa
#c321fd on white: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c321fd on black: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green12.9%
Blue99.2%
CMYK percentages
Cyan22.9%
Magenta87.0%
Yellow0.0%
Key (black)0.8%
Color previews
#c321fd text on a black background
contrast 4.96:1
Card sample
#c321fd text on a white background
contrast 4.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c321fd;
Background color
Panel with #c321fd background
background-color: #c321fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c321fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 33, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 33, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c321fd; background: linear-gradient(135deg, #c321fd, #FD21A4);