#cf73ac
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
207, 115, 172
HSL
323°, 49%, 63%
CMYK
0, 44, 17, 19
Luminance
0.2851
Every format
| HEX | #cf73ac |
| RGB | rgb(207, 115, 172) |
| HSL | hsl(323, 49%, 63%) |
| CMYK | cmyk(0%, 44%, 17%, 19%) |
| LAB | lab(60.4 43.5 -14.5) |
| LCH | lch(60.4 45.8 341.6) |
| OKLCH | oklch(0.675 0.134 343.4) |
Copy-ready code
/* CSS */
color: #cf73ac;
background-color: #cf73ac;
/* Tailwind (arbitrary) */
class="text-[#cf73ac] bg-[#cf73ac]"
/* SCSS */
$brand: #cf73ac;
/* SwiftUI */
Color(red: 0.812, green: 0.451, blue: 0.675)
/* Android */
Color.parseColor("#cf73ac")Accessibility — WCAG contrast
Aa
#cf73ac on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf73ac on black: 6.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green45.1%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta44.4%
Yellow16.9%
Key (black)18.8%
Color previews
#cf73ac text on a black background
contrast 6.70:1
Card sample
#cf73ac text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf73ac;
Background color
Panel with #cf73ac background
background-color: #cf73ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf73ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 115, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 115, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf73ac; background: linear-gradient(135deg, #cf73ac, #CF7773);