#c72bfd
a balanced, electric violet · warm · closest name: magenta
RGB
199, 43, 253
HSL
285°, 98%, 58%
CMYK
21, 83, 0, 1
Luminance
0.2096
Every format
| HEX | #c72bfd |
| RGB | rgb(199, 43, 253) |
| HSL | hsl(285, 98%, 58%) |
| CMYK | cmyk(21%, 83%, 0%, 1%) |
| LAB | lab(52.9 84.3 -72.1) |
| LCH | lch(52.9 110.9 319.4) |
| OKLCH | oklch(0.632 0.287 314.8) |
Copy-ready code
/* CSS */
color: #c72bfd;
background-color: #c72bfd;
/* Tailwind (arbitrary) */
class="text-[#c72bfd] bg-[#c72bfd]"
/* SCSS */
$brand: #c72bfd;
/* SwiftUI */
Color(red: 0.780, green: 0.169, blue: 0.992)
/* Android */
Color.parseColor("#c72bfd")Accessibility — WCAG contrast
Aa
#c72bfd on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c72bfd on black: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green16.9%
Blue99.2%
CMYK percentages
Cyan21.3%
Magenta83.0%
Yellow0.0%
Key (black)0.8%
Color previews
#c72bfd text on a black background
contrast 5.19:1
Card sample
#c72bfd text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c72bfd;
Background color
Panel with #c72bfd background
background-color: #c72bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c72bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 43, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 43, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c72bfd; background: linear-gradient(135deg, #c72bfd, #FD2BA7);