#cd9fd6
a light, soft magenta / pink · warm · closest name: plum
RGB
205, 159, 214
HSL
290°, 40%, 73%
CMYK
4, 26, 0, 16
Luminance
0.4263
Every format
| HEX | #cd9fd6 |
| RGB | rgb(205, 159, 214) |
| HSL | hsl(290, 40%, 73%) |
| CMYK | cmyk(4%, 26%, 0%, 16%) |
| LAB | lab(71.3 26.5 -21.4) |
| LCH | lch(71.3 34.1 321.1) |
| OKLCH | oklch(0.763 0.092 320.8) |
Copy-ready code
/* CSS */
color: #cd9fd6;
background-color: #cd9fd6;
/* Tailwind (arbitrary) */
class="text-[#cd9fd6] bg-[#cd9fd6]"
/* SCSS */
$brand: #cd9fd6;
/* SwiftUI */
Color(red: 0.804, green: 0.624, blue: 0.839)
/* Android */
Color.parseColor("#cd9fd6")Accessibility — WCAG contrast
Aa
#cd9fd6 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd9fd6 on black: 9.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green62.4%
Blue83.9%
CMYK percentages
Cyan4.2%
Magenta25.7%
Yellow0.0%
Key (black)16.1%
Color previews
#cd9fd6 text on a black background
contrast 9.53:1
Card sample
#cd9fd6 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd9fd6;
Background color
Panel with #cd9fd6 background
background-color: #cd9fd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd9fd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 159, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 159, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd9fd6; background: linear-gradient(135deg, #cd9fd6, #D69FBA);