#cd9fdc
a light, vivid violet · warm · closest name: plum
RGB
205, 159, 220
HSL
285°, 47%, 74%
CMYK
7, 28, 0, 14
Luminance
0.4294
Every format
| HEX | #cd9fdc |
| RGB | rgb(205, 159, 220) |
| HSL | hsl(285, 47%, 74%) |
| CMYK | cmyk(7%, 28%, 0%, 14%) |
| LAB | lab(71.5 27.7 -24.4) |
| LCH | lch(71.5 36.9 318.6) |
| OKLCH | oklch(0.765 0.099 317.7) |
Copy-ready code
/* CSS */
color: #cd9fdc;
background-color: #cd9fdc;
/* Tailwind (arbitrary) */
class="text-[#cd9fdc] bg-[#cd9fdc]"
/* SCSS */
$brand: #cd9fdc;
/* SwiftUI */
Color(red: 0.804, green: 0.624, blue: 0.863)
/* Android */
Color.parseColor("#cd9fdc")Accessibility — WCAG contrast
Aa
#cd9fdc on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd9fdc on black: 9.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green62.4%
Blue86.3%
CMYK percentages
Cyan6.8%
Magenta27.7%
Yellow0.0%
Key (black)13.7%
Color previews
#cd9fdc text on a black background
contrast 9.59:1
Card sample
#cd9fdc text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd9fdc;
Background color
Panel with #cd9fdc background
background-color: #cd9fdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd9fdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 159, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 159, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd9fdc; background: linear-gradient(135deg, #cd9fdc, #DC9FC2);