#cd8ecf
a light, soft magenta / pink · warm · closest name: plum
RGB
205, 142, 207
HSL
298°, 40%, 68%
CMYK
1, 31, 0, 19
Luminance
0.3683
Every format
| HEX | #cd8ecf |
| RGB | rgb(205, 142, 207) |
| HSL | hsl(298, 40%, 68%) |
| CMYK | cmyk(1%, 31%, 0%, 19%) |
| LAB | lab(67.2 34.5 -23.9) |
| LCH | lch(67.2 42.0 325.3) |
| OKLCH | oklch(0.731 0.115 325.6) |
Copy-ready code
/* CSS */
color: #cd8ecf;
background-color: #cd8ecf;
/* Tailwind (arbitrary) */
class="text-[#cd8ecf] bg-[#cd8ecf]"
/* SCSS */
$brand: #cd8ecf;
/* SwiftUI */
Color(red: 0.804, green: 0.557, blue: 0.812)
/* Android */
Color.parseColor("#cd8ecf")Accessibility — WCAG contrast
Aa
#cd8ecf on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd8ecf on black: 8.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green55.7%
Blue81.2%
CMYK percentages
Cyan1.0%
Magenta31.4%
Yellow0.0%
Key (black)18.8%
Color previews
#cd8ecf text on a black background
contrast 8.37:1
Card sample
#cd8ecf text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd8ecf;
Background color
Panel with #cd8ecf background
background-color: #cd8ecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd8ecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 142, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 142, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd8ecf; background: linear-gradient(135deg, #cd8ecf, #CF8EA6);