#cf84a2
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 132, 162
HSL
336°, 44%, 67%
CMYK
0, 36, 22, 19
Luminance
0.3238
Every format
| HEX | #cf84a2 |
| RGB | rgb(207, 132, 162) |
| HSL | hsl(336, 44%, 67%) |
| CMYK | cmyk(0%, 36%, 22%, 19%) |
| LAB | lab(63.6 32.9 -3.8) |
| LCH | lch(63.6 33.1 353.4) |
| OKLCH | oklch(0.700 0.099 354.4) |
Copy-ready code
/* CSS */
color: #cf84a2;
background-color: #cf84a2;
/* Tailwind (arbitrary) */
class="text-[#cf84a2] bg-[#cf84a2]"
/* SCSS */
$brand: #cf84a2;
/* SwiftUI */
Color(red: 0.812, green: 0.518, blue: 0.635)
/* Android */
Color.parseColor("#cf84a2")Accessibility — WCAG contrast
Aa
#cf84a2 on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf84a2 on black: 7.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green51.8%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta36.2%
Yellow21.7%
Key (black)18.8%
Color previews
#cf84a2 text on a black background
contrast 7.48:1
Card sample
#cf84a2 text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf84a2;
Background color
Panel with #cf84a2 background
background-color: #cf84a2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf84a2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 132, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 132, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf84a2; background: linear-gradient(135deg, #cf84a2, #CF9884);