#cf9dce
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 157, 206
HSL
301°, 34%, 71%
CMYK
0, 24, 1, 19
Luminance
0.4184
Every format
| HEX | #cf9dce |
| RGB | rgb(207, 157, 206) |
| HSL | hsl(301, 34%, 71%) |
| CMYK | cmyk(0%, 24%, 1%, 19%) |
| LAB | lab(70.8 26.8 -17.8) |
| LCH | lch(70.8 32.2 326.3) |
| OKLCH | oklch(0.758 0.088 327.1) |
Copy-ready code
/* CSS */
color: #cf9dce;
background-color: #cf9dce;
/* Tailwind (arbitrary) */
class="text-[#cf9dce] bg-[#cf9dce]"
/* SCSS */
$brand: #cf9dce;
/* SwiftUI */
Color(red: 0.812, green: 0.616, blue: 0.808)
/* Android */
Color.parseColor("#cf9dce")Accessibility — WCAG contrast
Aa
#cf9dce on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9dce on black: 9.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green61.6%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta24.2%
Yellow0.5%
Key (black)18.8%
Color previews
#cf9dce text on a black background
contrast 9.37:1
Card sample
#cf9dce text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9dce;
Background color
Panel with #cf9dce background
background-color: #cf9dce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9dce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 157, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 157, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9dce; background: linear-gradient(135deg, #cf9dce, #CF9DAD);