#cd8dda
a light, vivid violet · warm · closest name: plum
RGB
205, 141, 218
HSL
290°, 51%, 70%
CMYK
6, 35, 0, 15
Luminance
0.3709
Every format
| HEX | #cd8dda |
| RGB | rgb(205, 141, 218) |
| HSL | hsl(290, 51%, 70%) |
| CMYK | cmyk(6%, 35%, 0%, 15%) |
| LAB | lab(67.3 37.1 -29.7) |
| LCH | lch(67.3 47.6 321.3) |
| OKLCH | oklch(0.733 0.128 320.7) |
Copy-ready code
/* CSS */
color: #cd8dda;
background-color: #cd8dda;
/* Tailwind (arbitrary) */
class="text-[#cd8dda] bg-[#cd8dda]"
/* SCSS */
$brand: #cd8dda;
/* SwiftUI */
Color(red: 0.804, green: 0.553, blue: 0.855)
/* Android */
Color.parseColor("#cd8dda")Accessibility — WCAG contrast
Aa
#cd8dda on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd8dda on black: 8.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green55.3%
Blue85.5%
CMYK percentages
Cyan6.0%
Magenta35.3%
Yellow0.0%
Key (black)14.5%
Color previews
#cd8dda text on a black background
contrast 8.42:1
Card sample
#cd8dda text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd8dda;
Background color
Panel with #cd8dda background
background-color: #cd8dda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd8dda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 141, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 141, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd8dda; background: linear-gradient(135deg, #cd8dda, #DA8DB4);