#cd9fcf
a light, soft magenta / pink · warm · closest name: plum
RGB
205, 159, 207
HSL
298°, 33%, 72%
CMYK
1, 23, 0, 19
Luminance
0.4228
Every format
| HEX | #cd9fcf |
| RGB | rgb(205, 159, 207) |
| HSL | hsl(298, 33%, 72%) |
| CMYK | cmyk(1%, 23%, 0%, 19%) |
| LAB | lab(71.1 25.2 -17.9) |
| LCH | lch(71.1 30.9 324.5) |
| OKLCH | oklch(0.760 0.084 325.0) |
Copy-ready code
/* CSS */
color: #cd9fcf;
background-color: #cd9fcf;
/* Tailwind (arbitrary) */
class="text-[#cd9fcf] bg-[#cd9fcf]"
/* SCSS */
$brand: #cd9fcf;
/* SwiftUI */
Color(red: 0.804, green: 0.624, blue: 0.812)
/* Android */
Color.parseColor("#cd9fcf")Accessibility — WCAG contrast
Aa
#cd9fcf on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd9fcf on black: 9.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green62.4%
Blue81.2%
CMYK percentages
Cyan1.0%
Magenta23.2%
Yellow0.0%
Key (black)18.8%
Color previews
#cd9fcf text on a black background
contrast 9.46:1
Card sample
#cd9fcf text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd9fcf;
Background color
Panel with #cd9fcf background
background-color: #cd9fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd9fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 159, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 159, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd9fcf; background: linear-gradient(135deg, #cd9fcf, #CF9FB1);