#cf8dce
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 141, 206
HSL
301°, 41%, 68%
CMYK
0, 32, 1, 19
Luminance
0.3677
Every format
| HEX | #cf8dce |
| RGB | rgb(207, 141, 206) |
| HSL | hsl(301, 41%, 68%) |
| CMYK | cmyk(0%, 32%, 1%, 19%) |
| LAB | lab(67.1 35.5 -23.4) |
| LCH | lch(67.1 42.5 326.6) |
| OKLCH | oklch(0.731 0.117 327.2) |
Copy-ready code
/* CSS */
color: #cf8dce;
background-color: #cf8dce;
/* Tailwind (arbitrary) */
class="text-[#cf8dce] bg-[#cf8dce]"
/* SCSS */
$brand: #cf8dce;
/* SwiftUI */
Color(red: 0.812, green: 0.553, blue: 0.808)
/* Android */
Color.parseColor("#cf8dce")Accessibility — WCAG contrast
Aa
#cf8dce on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8dce on black: 8.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green55.3%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta31.9%
Yellow0.5%
Key (black)18.8%
Color previews
#cf8dce text on a black background
contrast 8.35:1
Card sample
#cf8dce text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8dce;
Background color
Panel with #cf8dce background
background-color: #cf8dce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8dce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 141, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 141, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8dce; background: linear-gradient(135deg, #cf8dce, #CF8DA2);