#cf71ac
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
207, 113, 172
HSL
322°, 50%, 63%
CMYK
0, 45, 17, 19
Luminance
0.2805
Every format
| HEX | #cf71ac |
| RGB | rgb(207, 113, 172) |
| HSL | hsl(322, 50%, 63%) |
| CMYK | cmyk(0%, 45%, 17%, 19%) |
| LAB | lab(59.9 44.5 -15.1) |
| LCH | lch(59.9 47.0 341.3) |
| OKLCH | oklch(0.672 0.138 343.1) |
Copy-ready code
/* CSS */
color: #cf71ac;
background-color: #cf71ac;
/* Tailwind (arbitrary) */
class="text-[#cf71ac] bg-[#cf71ac]"
/* SCSS */
$brand: #cf71ac;
/* SwiftUI */
Color(red: 0.812, green: 0.443, blue: 0.675)
/* Android */
Color.parseColor("#cf71ac")Accessibility — WCAG contrast
Aa
#cf71ac on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf71ac on black: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green44.3%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta45.4%
Yellow16.9%
Key (black)18.8%
Color previews
#cf71ac text on a black background
contrast 6.61:1
Card sample
#cf71ac text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf71ac;
Background color
Panel with #cf71ac background
background-color: #cf71ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf71ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 113, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 113, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf71ac; background: linear-gradient(135deg, #cf71ac, #CF7471);