#c04df1
a balanced, electric violet · warm · closest name: magenta
RGB
192, 77, 241
HSL
282°, 85%, 62%
CMYK
20, 68, 0, 6
Luminance
0.2287
Every format
| HEX | #c04df1 |
| RGB | rgb(192, 77, 241) |
| HSL | hsl(282, 85%, 62%) |
| CMYK | cmyk(20%, 68%, 0%, 6%) |
| LAB | lab(54.9 69.8 -62.2) |
| LCH | lch(54.9 93.5 318.3) |
| OKLCH | oklch(0.642 0.243 313.9) |
Copy-ready code
/* CSS */
color: #c04df1;
background-color: #c04df1;
/* Tailwind (arbitrary) */
class="text-[#c04df1] bg-[#c04df1]"
/* SCSS */
$brand: #c04df1;
/* SwiftUI */
Color(red: 0.753, green: 0.302, blue: 0.945)
/* Android */
Color.parseColor("#c04df1")Accessibility — WCAG contrast
Aa
#c04df1 on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c04df1 on black: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green30.2%
Blue94.5%
CMYK percentages
Cyan20.3%
Magenta68.0%
Yellow0.0%
Key (black)5.5%
Color previews
#c04df1 text on a black background
contrast 5.57:1
Card sample
#c04df1 text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c04df1;
Background color
Panel with #c04df1 background
background-color: #c04df1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c04df1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 77, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 77, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c04df1; background: linear-gradient(135deg, #c04df1, #F14DB5);