#c72be9
a balanced, electric violet · warm · closest name: magenta
RGB
199, 43, 233
HSL
289°, 81%, 54%
CMYK
15, 82, 0, 9
Luminance
0.1975
Every format
| HEX | #c72be9 |
| RGB | rgb(199, 43, 233) |
| HSL | hsl(289, 81%, 54%) |
| CMYK | cmyk(15%, 82%, 0%, 9%) |
| LAB | lab(51.6 80.7 -63.1) |
| LCH | lch(51.6 102.5 322.0) |
| OKLCH | oklch(0.619 0.272 319.3) |
Copy-ready code
/* CSS */
color: #c72be9;
background-color: #c72be9;
/* Tailwind (arbitrary) */
class="text-[#c72be9] bg-[#c72be9]"
/* SCSS */
$brand: #c72be9;
/* SwiftUI */
Color(red: 0.780, green: 0.169, blue: 0.914)
/* Android */
Color.parseColor("#c72be9")Accessibility — WCAG contrast
Aa
#c72be9 on white: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c72be9 on black: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green16.9%
Blue91.4%
CMYK percentages
Cyan14.6%
Magenta81.5%
Yellow0.0%
Key (black)8.6%
Color previews
#c72be9 text on a black background
contrast 4.95:1
Card sample
#c72be9 text on a white background
contrast 4.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c72be9;
Background color
Panel with #c72be9 background
background-color: #c72be9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c72be9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 43, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 43, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c72be9; background: linear-gradient(135deg, #c72be9, #E92B8C);