#cd8fda
a light, vivid violet · warm · closest name: plum
RGB
205, 143, 218
HSL
290°, 50%, 71%
CMYK
6, 34, 0, 15
Luminance
0.3769
Every format
| HEX | #cd8fda |
| RGB | rgb(205, 143, 218) |
| HSL | hsl(290, 50%, 71%) |
| CMYK | cmyk(6%, 34%, 0%, 15%) |
| LAB | lab(67.8 36.0 -29.0) |
| LCH | lch(67.8 46.3 321.2) |
| OKLCH | oklch(0.737 0.125 320.5) |
Copy-ready code
/* CSS */
color: #cd8fda;
background-color: #cd8fda;
/* Tailwind (arbitrary) */
class="text-[#cd8fda] bg-[#cd8fda]"
/* SCSS */
$brand: #cd8fda;
/* SwiftUI */
Color(red: 0.804, green: 0.561, blue: 0.855)
/* Android */
Color.parseColor("#cd8fda")Accessibility — WCAG contrast
Aa
#cd8fda on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd8fda on black: 8.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green56.1%
Blue85.5%
CMYK percentages
Cyan6.0%
Magenta34.4%
Yellow0.0%
Key (black)14.5%
Color previews
#cd8fda text on a black background
contrast 8.54:1
Card sample
#cd8fda text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd8fda;
Background color
Panel with #cd8fda background
background-color: #cd8fda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd8fda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 143, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 143, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd8fda; background: linear-gradient(135deg, #cd8fda, #DA8FB5);