#cf72ab
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
207, 114, 171
HSL
323°, 49%, 63%
CMYK
0, 45, 17, 19
Luminance
0.2824
Every format
| HEX | #cf72ab |
| RGB | rgb(207, 114, 171) |
| HSL | hsl(323, 49%, 63%) |
| CMYK | cmyk(0%, 45%, 17%, 19%) |
| LAB | lab(60.1 43.8 -14.3) |
| LCH | lch(60.1 46.1 342.0) |
| OKLCH | oklch(0.674 0.135 343.8) |
Copy-ready code
/* CSS */
color: #cf72ab;
background-color: #cf72ab;
/* Tailwind (arbitrary) */
class="text-[#cf72ab] bg-[#cf72ab]"
/* SCSS */
$brand: #cf72ab;
/* SwiftUI */
Color(red: 0.812, green: 0.447, blue: 0.671)
/* Android */
Color.parseColor("#cf72ab")Accessibility — WCAG contrast
Aa
#cf72ab on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf72ab on black: 6.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green44.7%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta44.9%
Yellow17.4%
Key (black)18.8%
Color previews
#cf72ab text on a black background
contrast 6.65:1
Card sample
#cf72ab text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf72ab;
Background color
Panel with #cf72ab background
background-color: #cf72ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf72ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 114, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 114, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf72ab; background: linear-gradient(135deg, #cf72ab, #CF7772);