#c720af
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
199, 32, 175
HSL
309°, 72%, 45%
CMYK
0, 84, 12, 22
Luminance
0.1627
Every format
| HEX | #c720af |
| RGB | rgb(199, 32, 175) |
| HSL | hsl(309, 72%, 45%) |
| CMYK | cmyk(0%, 84%, 12%, 22%) |
| LAB | lab(47.3 74.2 -36.4) |
| LCH | lch(47.3 82.6 333.9) |
| OKLCH | oklch(0.578 0.239 335.3) |
Copy-ready code
/* CSS */
color: #c720af;
background-color: #c720af;
/* Tailwind (arbitrary) */
class="text-[#c720af] bg-[#c720af]"
/* SCSS */
$brand: #c720af;
/* SwiftUI */
Color(red: 0.780, green: 0.125, blue: 0.686)
/* Android */
Color.parseColor("#c720af")Accessibility — WCAG contrast
Aa
#c720af on white: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c720af on black: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green12.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta83.9%
Yellow12.1%
Key (black)22.0%
Color previews
#c720af text on a black background
contrast 4.25:1
Card sample
#c720af text on a white background
contrast 4.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c720af;
Background color
Panel with #c720af background
background-color: #c720af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c720af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 32, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 32, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c720af; background: linear-gradient(135deg, #c720af, #C72040);