#c72be8
a balanced, electric violet · warm · closest name: magenta
RGB
199, 43, 232
HSL
290°, 80%, 54%
CMYK
14, 82, 0, 9
Luminance
0.1970
Every format
| HEX | #c72be8 |
| RGB | rgb(199, 43, 232) |
| HSL | hsl(290, 80%, 54%) |
| CMYK | cmyk(14%, 82%, 0%, 9%) |
| LAB | lab(51.5 80.6 -62.6) |
| LCH | lch(51.5 102.0 322.1) |
| OKLCH | oklch(0.618 0.271 319.5) |
Copy-ready code
/* CSS */
color: #c72be8;
background-color: #c72be8;
/* Tailwind (arbitrary) */
class="text-[#c72be8] bg-[#c72be8]"
/* SCSS */
$brand: #c72be8;
/* SwiftUI */
Color(red: 0.780, green: 0.169, blue: 0.910)
/* Android */
Color.parseColor("#c72be8")Accessibility — WCAG contrast
Aa
#c72be8 on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c72be8 on black: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green16.9%
Blue91.0%
CMYK percentages
Cyan14.2%
Magenta81.5%
Yellow0.0%
Key (black)9.0%
Color previews
#c72be8 text on a black background
contrast 4.94:1
Card sample
#c72be8 text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c72be8;
Background color
Panel with #c72be8 background
background-color: #c72be8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c72be8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 43, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 43, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c72be8; background: linear-gradient(135deg, #c72be8, #E82B8B);