#c321f2
a balanced, electric violet · warm · closest name: magenta
RGB
195, 33, 242
HSL
287°, 89%, 54%
CMYK
19, 86, 0, 5
Luminance
0.1910
Every format
| HEX | #c321f2 |
| RGB | rgb(195, 33, 242) |
| HSL | hsl(287, 89%, 54%) |
| CMYK | cmyk(19%, 86%, 0%, 5%) |
| LAB | lab(50.8 83.8 -69.4) |
| LCH | lch(50.8 108.8 320.4) |
| OKLCH | oklch(0.614 0.284 316.4) |
Copy-ready code
/* CSS */
color: #c321f2;
background-color: #c321f2;
/* Tailwind (arbitrary) */
class="text-[#c321f2] bg-[#c321f2]"
/* SCSS */
$brand: #c321f2;
/* SwiftUI */
Color(red: 0.765, green: 0.129, blue: 0.949)
/* Android */
Color.parseColor("#c321f2")Accessibility — WCAG contrast
Aa
#c321f2 on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c321f2 on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green12.9%
Blue94.9%
CMYK percentages
Cyan19.4%
Magenta86.4%
Yellow0.0%
Key (black)5.1%
Color previews
#c321f2 text on a black background
contrast 4.82:1
Card sample
#c321f2 text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c321f2;
Background color
Panel with #c321f2 background
background-color: #c321f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c321f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 33, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 33, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c321f2; background: linear-gradient(135deg, #c321f2, #F22196);