#cd9ff4
a light, electric violet · warm · closest name: plum
RGB
205, 159, 244
HSL
273°, 79%, 79%
CMYK
16, 35, 0, 4
Luminance
0.4431
Every format
| HEX | #cd9ff4 |
| RGB | rgb(205, 159, 244) |
| HSL | hsl(273, 79%, 79%) |
| CMYK | cmyk(16%, 35%, 0%, 4%) |
| LAB | lab(72.4 32.7 -36.1) |
| LCH | lch(72.4 48.7 312.1) |
| OKLCH | oklch(0.775 0.127 308.5) |
Copy-ready code
/* CSS */
color: #cd9ff4;
background-color: #cd9ff4;
/* Tailwind (arbitrary) */
class="text-[#cd9ff4] bg-[#cd9ff4]"
/* SCSS */
$brand: #cd9ff4;
/* SwiftUI */
Color(red: 0.804, green: 0.624, blue: 0.957)
/* Android */
Color.parseColor("#cd9ff4")Accessibility — WCAG contrast
Aa
#cd9ff4 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd9ff4 on black: 9.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green62.4%
Blue95.7%
CMYK percentages
Cyan16.0%
Magenta34.8%
Yellow0.0%
Key (black)4.3%
Color previews
#cd9ff4 text on a black background
contrast 9.86:1
Card sample
#cd9ff4 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd9ff4;
Background color
Panel with #cd9ff4 background
background-color: #cd9ff4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd9ff4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 159, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 159, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd9ff4; background: linear-gradient(135deg, #cd9ff4, #F49FE2);