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