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