#cd91dc
a light, vivid violet · warm · closest name: plum
RGB
205, 145, 220
HSL
288°, 52%, 72%
CMYK
7, 34, 0, 14
Luminance
0.3840
Every format
| HEX | #cd91dc |
| RGB | rgb(205, 145, 220) |
| HSL | hsl(288, 52%, 72%) |
| CMYK | cmyk(7%, 34%, 0%, 14%) |
| LAB | lab(68.3 35.4 -29.3) |
| LCH | lch(68.3 45.9 320.3) |
| OKLCH | oklch(0.741 0.123 319.4) |
Copy-ready code
/* CSS */
color: #cd91dc;
background-color: #cd91dc;
/* Tailwind (arbitrary) */
class="text-[#cd91dc] bg-[#cd91dc]"
/* SCSS */
$brand: #cd91dc;
/* SwiftUI */
Color(red: 0.804, green: 0.569, blue: 0.863)
/* Android */
Color.parseColor("#cd91dc")Accessibility — WCAG contrast
Aa
#cd91dc on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd91dc on black: 8.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green56.9%
Blue86.3%
CMYK percentages
Cyan6.8%
Magenta34.1%
Yellow0.0%
Key (black)13.7%
Color previews
#cd91dc text on a black background
contrast 8.68:1
Card sample
#cd91dc text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd91dc;
Background color
Panel with #cd91dc background
background-color: #cd91dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd91dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 145, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 145, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd91dc; background: linear-gradient(135deg, #cd91dc, #DC91B9);