#c04dfe
a balanced, electric violet · warm · closest name: magenta
RGB
192, 77, 254
HSL
279°, 99%, 65%
CMYK
24, 70, 0, 0
Luminance
0.2367
Every format
| HEX | #c04dfe |
| RGB | rgb(192, 77, 254) |
| HSL | hsl(279, 99%, 65%) |
| CMYK | cmyk(24%, 70%, 0%, 0%) |
| LAB | lab(55.8 72.4 -68.1) |
| LCH | lch(55.8 99.4 316.7) |
| OKLCH | oklch(0.651 0.255 311.0) |
Copy-ready code
/* CSS */
color: #c04dfe;
background-color: #c04dfe;
/* Tailwind (arbitrary) */
class="text-[#c04dfe] bg-[#c04dfe]"
/* SCSS */
$brand: #c04dfe;
/* SwiftUI */
Color(red: 0.753, green: 0.302, blue: 0.996)
/* Android */
Color.parseColor("#c04dfe")Accessibility — WCAG contrast
Aa
#c04dfe on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c04dfe on black: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green30.2%
Blue99.6%
CMYK percentages
Cyan24.4%
Magenta69.7%
Yellow0.0%
Key (black)0.4%
Color previews
#c04dfe text on a black background
contrast 5.73:1
Card sample
#c04dfe text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c04dfe;
Background color
Panel with #c04dfe background
background-color: #c04dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c04dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 77, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 77, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c04dfe; background: linear-gradient(135deg, #c04dfe, #FE4DC6);