#c72af5
a balanced, electric violet · warm · closest name: magenta
RGB
199, 42, 245
HSL
286°, 91%, 56%
CMYK
19, 83, 0, 4
Luminance
0.2039
Every format
| HEX | #c72af5 |
| RGB | rgb(199, 42, 245) |
| HSL | hsl(286, 91%, 56%) |
| CMYK | cmyk(19%, 83%, 0%, 4%) |
| LAB | lab(52.3 83.1 -68.7) |
| LCH | lch(52.3 107.8 320.4) |
| OKLCH | oklch(0.626 0.282 316.6) |
Copy-ready code
/* CSS */
color: #c72af5;
background-color: #c72af5;
/* Tailwind (arbitrary) */
class="text-[#c72af5] bg-[#c72af5]"
/* SCSS */
$brand: #c72af5;
/* SwiftUI */
Color(red: 0.780, green: 0.165, blue: 0.961)
/* Android */
Color.parseColor("#c72af5")Accessibility — WCAG contrast
Aa
#c72af5 on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c72af5 on black: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green16.5%
Blue96.1%
CMYK percentages
Cyan18.8%
Magenta82.9%
Yellow0.0%
Key (black)3.9%
Color previews
#c72af5 text on a black background
contrast 5.08:1
Card sample
#c72af5 text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c72af5;
Background color
Panel with #c72af5 background
background-color: #c72af5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c72af5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 42, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 42, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c72af5; background: linear-gradient(135deg, #c72af5, #F52A9C);