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