#cd94dc
a light, vivid violet · warm · closest name: plum
RGB
205, 148, 220
HSL
288°, 51%, 72%
CMYK
7, 33, 0, 14
Luminance
0.3933
Every format
| HEX | #cd94dc |
| RGB | rgb(205, 148, 220) |
| HSL | hsl(288, 51%, 72%) |
| CMYK | cmyk(7%, 33%, 0%, 14%) |
| LAB | lab(69.0 33.7 -28.3) |
| LCH | lch(69.0 44.0 320.0) |
| OKLCH | oklch(0.746 0.118 319.1) |
Copy-ready code
/* CSS */
color: #cd94dc;
background-color: #cd94dc;
/* Tailwind (arbitrary) */
class="text-[#cd94dc] bg-[#cd94dc]"
/* SCSS */
$brand: #cd94dc;
/* SwiftUI */
Color(red: 0.804, green: 0.580, blue: 0.863)
/* Android */
Color.parseColor("#cd94dc")Accessibility — WCAG contrast
Aa
#cd94dc on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd94dc on black: 8.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green58.0%
Blue86.3%
CMYK percentages
Cyan6.8%
Magenta32.7%
Yellow0.0%
Key (black)13.7%
Color previews
#cd94dc text on a black background
contrast 8.87:1
Card sample
#cd94dc text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd94dc;
Background color
Panel with #cd94dc background
background-color: #cd94dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd94dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 148, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 148, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd94dc; background: linear-gradient(135deg, #cd94dc, #DC94BB);