#cf84cb
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 132, 203
HSL
303°, 44%, 67%
CMYK
0, 36, 2, 19
Luminance
0.3408
Every format
| HEX | #cf84cb |
| RGB | rgb(207, 132, 203) |
| HSL | hsl(303, 44%, 67%) |
| CMYK | cmyk(0%, 36%, 2%, 19%) |
| LAB | lab(65.0 39.8 -24.9) |
| LCH | lch(65.0 46.9 327.9) |
| OKLCH | oklch(0.714 0.130 328.7) |
Copy-ready code
/* CSS */
color: #cf84cb;
background-color: #cf84cb;
/* Tailwind (arbitrary) */
class="text-[#cf84cb] bg-[#cf84cb]"
/* SCSS */
$brand: #cf84cb;
/* SwiftUI */
Color(red: 0.812, green: 0.518, blue: 0.796)
/* Android */
Color.parseColor("#cf84cb")Accessibility — WCAG contrast
Aa
#cf84cb on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf84cb on black: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green51.8%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta36.2%
Yellow1.9%
Key (black)18.8%
Color previews
#cf84cb text on a black background
contrast 7.82:1
Card sample
#cf84cb text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf84cb;
Background color
Panel with #cf84cb background
background-color: #cf84cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf84cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 132, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 132, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf84cb; background: linear-gradient(135deg, #cf84cb, #CF8499);