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