#cd8fd0
a light, soft magenta / pink · warm · closest name: plum
RGB
205, 143, 208
HSL
297°, 41%, 69%
CMYK
1, 31, 0, 18
Luminance
0.3718
Every format
| HEX | #cd8fd0 |
| RGB | rgb(205, 143, 208) |
| HSL | hsl(297, 41%, 69%) |
| CMYK | cmyk(1%, 31%, 0%, 18%) |
| LAB | lab(67.4 34.1 -24.1) |
| LCH | lch(67.4 41.8 324.8) |
| OKLCH | oklch(0.733 0.114 325.1) |
Copy-ready code
/* CSS */
color: #cd8fd0;
background-color: #cd8fd0;
/* Tailwind (arbitrary) */
class="text-[#cd8fd0] bg-[#cd8fd0]"
/* SCSS */
$brand: #cd8fd0;
/* SwiftUI */
Color(red: 0.804, green: 0.561, blue: 0.816)
/* Android */
Color.parseColor("#cd8fd0")Accessibility — WCAG contrast
Aa
#cd8fd0 on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd8fd0 on black: 8.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green56.1%
Blue81.6%
CMYK percentages
Cyan1.4%
Magenta31.3%
Yellow0.0%
Key (black)18.4%
Color previews
#cd8fd0 text on a black background
contrast 8.44:1
Card sample
#cd8fd0 text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd8fd0;
Background color
Panel with #cd8fd0 background
background-color: #cd8fd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd8fd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 143, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 143, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd8fd0; background: linear-gradient(135deg, #cd8fd0, #D08FA8);