#c321f4
a balanced, electric violet · warm · closest name: magenta
RGB
195, 33, 244
HSL
286°, 91%, 54%
CMYK
20, 87, 0, 4
Luminance
0.1922
Every format
| HEX | #c321f4 |
| RGB | rgb(195, 33, 244) |
| HSL | hsl(286, 91%, 54%) |
| CMYK | cmyk(20%, 87%, 0%, 4%) |
| LAB | lab(51.0 84.2 -70.3) |
| LCH | lch(51.0 109.7 320.1) |
| OKLCH | oklch(0.616 0.286 315.9) |
Copy-ready code
/* CSS */
color: #c321f4;
background-color: #c321f4;
/* Tailwind (arbitrary) */
class="text-[#c321f4] bg-[#c321f4]"
/* SCSS */
$brand: #c321f4;
/* SwiftUI */
Color(red: 0.765, green: 0.129, blue: 0.957)
/* Android */
Color.parseColor("#c321f4")Accessibility — WCAG contrast
Aa
#c321f4 on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c321f4 on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green12.9%
Blue95.7%
CMYK percentages
Cyan20.1%
Magenta86.5%
Yellow0.0%
Key (black)4.3%
Color previews
#c321f4 text on a black background
contrast 4.84:1
Card sample
#c321f4 text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c321f4;
Background color
Panel with #c321f4 background
background-color: #c321f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c321f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 33, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 33, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c321f4; background: linear-gradient(135deg, #c321f4, #F42198);