#c73af4
a balanced, electric violet · warm · closest name: magenta
RGB
199, 58, 244
HSL
286°, 89%, 59%
CMYK
18, 76, 0, 4
Luminance
0.2170
Every format
| HEX | #c73af4 |
| RGB | rgb(199, 58, 244) |
| HSL | hsl(286, 89%, 59%) |
| CMYK | cmyk(18%, 76%, 0%, 4%) |
| LAB | lab(53.7 78.5 -65.8) |
| LCH | lch(53.7 102.5 320.0) |
| OKLCH | oklch(0.636 0.268 316.3) |
Copy-ready code
/* CSS */
color: #c73af4;
background-color: #c73af4;
/* Tailwind (arbitrary) */
class="text-[#c73af4] bg-[#c73af4]"
/* SCSS */
$brand: #c73af4;
/* SwiftUI */
Color(red: 0.780, green: 0.227, blue: 0.957)
/* Android */
Color.parseColor("#c73af4")Accessibility — WCAG contrast
Aa
#c73af4 on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c73af4 on black: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green22.7%
Blue95.7%
CMYK percentages
Cyan18.4%
Magenta76.2%
Yellow0.0%
Key (black)4.3%
Color previews
#c73af4 text on a black background
contrast 5.34:1
Card sample
#c73af4 text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c73af4;
Background color
Panel with #c73af4 background
background-color: #c73af4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c73af4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 58, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 58, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c73af4; background: linear-gradient(135deg, #c73af4, #F43AA5);