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