#c04afd
a balanced, electric violet · warm · closest name: magenta
RGB
192, 74, 253
HSL
280°, 98%, 64%
CMYK
24, 71, 0, 1
Luminance
0.2320
Every format
| HEX | #c04afd |
| RGB | rgb(192, 74, 253) |
| HSL | hsl(280, 98%, 64%) |
| CMYK | cmyk(24%, 71%, 0%, 1%) |
| LAB | lab(55.3 73.4 -68.3) |
| LCH | lch(55.3 100.3 317.0) |
| OKLCH | oklch(0.647 0.258 311.4) |
Copy-ready code
/* CSS */
color: #c04afd;
background-color: #c04afd;
/* Tailwind (arbitrary) */
class="text-[#c04afd] bg-[#c04afd]"
/* SCSS */
$brand: #c04afd;
/* SwiftUI */
Color(red: 0.753, green: 0.290, blue: 0.992)
/* Android */
Color.parseColor("#c04afd")Accessibility — WCAG contrast
Aa
#c04afd on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c04afd on black: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green29.0%
Blue99.2%
CMYK percentages
Cyan24.1%
Magenta70.8%
Yellow0.0%
Key (black)0.8%
Color previews
#c04afd text on a black background
contrast 5.64:1
Card sample
#c04afd text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c04afd;
Background color
Panel with #c04afd background
background-color: #c04afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c04afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 74, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 74, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c04afd; background: linear-gradient(135deg, #c04afd, #FD4AC2);