#c72dfb
a balanced, electric violet · warm · closest name: magenta
RGB
199, 45, 251
HSL
285°, 96%, 58%
CMYK
21, 82, 0, 2
Luminance
0.2098
Every format
| HEX | #c72dfb |
| RGB | rgb(199, 45, 251) |
| HSL | hsl(285, 96%, 58%) |
| CMYK | cmyk(21%, 82%, 0%, 2%) |
| LAB | lab(52.9 83.4 -71.0) |
| LCH | lch(52.9 109.5 319.6) |
| OKLCH | oklch(0.632 0.285 315.2) |
Copy-ready code
/* CSS */
color: #c72dfb;
background-color: #c72dfb;
/* Tailwind (arbitrary) */
class="text-[#c72dfb] bg-[#c72dfb]"
/* SCSS */
$brand: #c72dfb;
/* SwiftUI */
Color(red: 0.780, green: 0.176, blue: 0.984)
/* Android */
Color.parseColor("#c72dfb")Accessibility — WCAG contrast
Aa
#c72dfb on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c72dfb on black: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green17.6%
Blue98.4%
CMYK percentages
Cyan20.7%
Magenta82.1%
Yellow0.0%
Key (black)1.6%
Color previews
#c72dfb text on a black background
contrast 5.20:1
Card sample
#c72dfb text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c72dfb;
Background color
Panel with #c72dfb background
background-color: #c72dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c72dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 45, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 45, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c72dfb; background: linear-gradient(135deg, #c72dfb, #FB2DA5);