#cf71ae
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
207, 113, 174
HSL
321°, 50%, 63%
CMYK
0, 45, 16, 19
Luminance
0.2813
Every format
| HEX | #cf71ae |
| RGB | rgb(207, 113, 174) |
| HSL | hsl(321, 50%, 63%) |
| CMYK | cmyk(0%, 45%, 16%, 19%) |
| LAB | lab(60.0 44.8 -16.1) |
| LCH | lch(60.0 47.6 340.2) |
| OKLCH | oklch(0.673 0.139 342.0) |
Copy-ready code
/* CSS */
color: #cf71ae;
background-color: #cf71ae;
/* Tailwind (arbitrary) */
class="text-[#cf71ae] bg-[#cf71ae]"
/* SCSS */
$brand: #cf71ae;
/* SwiftUI */
Color(red: 0.812, green: 0.443, blue: 0.682)
/* Android */
Color.parseColor("#cf71ae")Accessibility — WCAG contrast
Aa
#cf71ae on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf71ae on black: 6.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green44.3%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta45.4%
Yellow15.9%
Key (black)18.8%
Color previews
#cf71ae text on a black background
contrast 6.63:1
Card sample
#cf71ae text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf71ae;
Background color
Panel with #cf71ae background
background-color: #cf71ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf71ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 113, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 113, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf71ae; background: linear-gradient(135deg, #cf71ae, #CF7371);