#c04afb
a balanced, electric violet · warm · closest name: magenta
RGB
192, 74, 251
HSL
280°, 96%, 64%
CMYK
24, 71, 0, 2
Luminance
0.2307
Every format
| HEX | #c04afb |
| RGB | rgb(192, 74, 251) |
| HSL | hsl(280, 96%, 64%) |
| CMYK | cmyk(24%, 71%, 0%, 2%) |
| LAB | lab(55.1 73.0 -67.4) |
| LCH | lch(55.1 99.3 317.3) |
| OKLCH | oklch(0.646 0.256 311.8) |
Copy-ready code
/* CSS */
color: #c04afb;
background-color: #c04afb;
/* Tailwind (arbitrary) */
class="text-[#c04afb] bg-[#c04afb]"
/* SCSS */
$brand: #c04afb;
/* SwiftUI */
Color(red: 0.753, green: 0.290, blue: 0.984)
/* Android */
Color.parseColor("#c04afb")Accessibility — WCAG contrast
Aa
#c04afb on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c04afb on black: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green29.0%
Blue98.4%
CMYK percentages
Cyan23.5%
Magenta70.5%
Yellow0.0%
Key (black)1.6%
Color previews
#c04afb text on a black background
contrast 5.61:1
Card sample
#c04afb text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c04afb;
Background color
Panel with #c04afb background
background-color: #c04afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c04afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 74, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 74, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c04afb; background: linear-gradient(135deg, #c04afb, #FB4AC0);