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