#cf8fce
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 143, 206
HSL
301°, 40%, 69%
CMYK
0, 31, 1, 19
Luminance
0.3737
Every format
| HEX | #cf8fce |
| RGB | rgb(207, 143, 206) |
| HSL | hsl(301, 40%, 69%) |
| CMYK | cmyk(0%, 31%, 1%, 19%) |
| LAB | lab(67.5 34.4 -22.7) |
| LCH | lch(67.5 41.2 326.5) |
| OKLCH | oklch(0.734 0.114 327.2) |
Copy-ready code
/* CSS */
color: #cf8fce;
background-color: #cf8fce;
/* Tailwind (arbitrary) */
class="text-[#cf8fce] bg-[#cf8fce]"
/* SCSS */
$brand: #cf8fce;
/* SwiftUI */
Color(red: 0.812, green: 0.561, blue: 0.808)
/* Android */
Color.parseColor("#cf8fce")Accessibility — WCAG contrast
Aa
#cf8fce on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8fce on black: 8.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green56.1%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta30.9%
Yellow0.5%
Key (black)18.8%
Color previews
#cf8fce text on a black background
contrast 8.47:1
Card sample
#cf8fce text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8fce;
Background color
Panel with #cf8fce background
background-color: #cf8fce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8fce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 143, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 143, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8fce; background: linear-gradient(135deg, #cf8fce, #CF8FA3);