#cf8fd7
a light, vivid magenta / pink · warm · closest name: plum
RGB
207, 143, 215
HSL
293°, 47%, 70%
CMYK
4, 34, 0, 16
Luminance
0.3782
Every format
| HEX | #cf8fd7 |
| RGB | rgb(207, 143, 215) |
| HSL | hsl(293, 47%, 70%) |
| CMYK | cmyk(4%, 34%, 0%, 16%) |
| LAB | lab(67.9 36.1 -27.2) |
| LCH | lch(67.9 45.2 323.0) |
| OKLCH | oklch(0.738 0.123 322.8) |
Copy-ready code
/* CSS */
color: #cf8fd7;
background-color: #cf8fd7;
/* Tailwind (arbitrary) */
class="text-[#cf8fd7] bg-[#cf8fd7]"
/* SCSS */
$brand: #cf8fd7;
/* SwiftUI */
Color(red: 0.812, green: 0.561, blue: 0.843)
/* Android */
Color.parseColor("#cf8fd7")Accessibility — WCAG contrast
Aa
#cf8fd7 on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8fd7 on black: 8.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green56.1%
Blue84.3%
CMYK percentages
Cyan3.7%
Magenta33.5%
Yellow0.0%
Key (black)15.7%
Color previews
#cf8fd7 text on a black background
contrast 8.56:1
Card sample
#cf8fd7 text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8fd7;
Background color
Panel with #cf8fd7 background
background-color: #cf8fd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8fd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 143, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 143, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8fd7; background: linear-gradient(135deg, #cf8fd7, #D78FAF);