#cd9fd3
a light, soft magenta / pink · warm · closest name: plum
RGB
205, 159, 211
HSL
293°, 37%, 73%
CMYK
3, 25, 0, 17
Luminance
0.4248
Every format
| HEX | #cd9fd3 |
| RGB | rgb(205, 159, 211) |
| HSL | hsl(293, 37%, 73%) |
| CMYK | cmyk(3%, 25%, 0%, 17%) |
| LAB | lab(71.2 26.0 -19.9) |
| LCH | lch(71.2 32.7 322.5) |
| OKLCH | oklch(0.762 0.089 322.5) |
Copy-ready code
/* CSS */
color: #cd9fd3;
background-color: #cd9fd3;
/* Tailwind (arbitrary) */
class="text-[#cd9fd3] bg-[#cd9fd3]"
/* SCSS */
$brand: #cd9fd3;
/* SwiftUI */
Color(red: 0.804, green: 0.624, blue: 0.827)
/* Android */
Color.parseColor("#cd9fd3")Accessibility — WCAG contrast
Aa
#cd9fd3 on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd9fd3 on black: 9.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green62.4%
Blue82.7%
CMYK percentages
Cyan2.8%
Magenta24.6%
Yellow0.0%
Key (black)17.3%
Color previews
#cd9fd3 text on a black background
contrast 9.50:1
Card sample
#cd9fd3 text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd9fd3;
Background color
Panel with #cd9fd3 background
background-color: #cd9fd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd9fd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 159, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 159, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd9fd3; background: linear-gradient(135deg, #cd9fd3, #D39FB6);