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