#cd9ff5
a light, electric violet · warm · closest name: plum
RGB
205, 159, 245
HSL
272°, 81%, 79%
CMYK
16, 35, 0, 4
Luminance
0.4437
Every format
| HEX | #cd9ff5 |
| RGB | rgb(205, 159, 245) |
| HSL | hsl(272, 81%, 79%) |
| CMYK | cmyk(16%, 35%, 0%, 4%) |
| LAB | lab(72.5 32.9 -36.6) |
| LCH | lch(72.5 49.2 312.0) |
| OKLCH | oklch(0.776 0.128 308.2) |
Copy-ready code
/* CSS */
color: #cd9ff5;
background-color: #cd9ff5;
/* Tailwind (arbitrary) */
class="text-[#cd9ff5] bg-[#cd9ff5]"
/* SCSS */
$brand: #cd9ff5;
/* SwiftUI */
Color(red: 0.804, green: 0.624, blue: 0.961)
/* Android */
Color.parseColor("#cd9ff5")Accessibility — WCAG contrast
Aa
#cd9ff5 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd9ff5 on black: 9.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green62.4%
Blue96.1%
CMYK percentages
Cyan16.3%
Magenta35.1%
Yellow0.0%
Key (black)3.9%
Color previews
#cd9ff5 text on a black background
contrast 9.87:1
Card sample
#cd9ff5 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd9ff5;
Background color
Panel with #cd9ff5 background
background-color: #cd9ff5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd9ff5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 159, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 159, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd9ff5; background: linear-gradient(135deg, #cd9ff5, #F59FE4);