#cd9dfe
a light, electric violet · warm · closest name: plum
RGB
205, 157, 254
HSL
270°, 98%, 81%
CMYK
19, 38, 0, 0
Luminance
0.4425
Every format
| HEX | #cd9dfe |
| RGB | rgb(205, 157, 254) |
| HSL | hsl(270, 98%, 81%) |
| CMYK | cmyk(19%, 38%, 0%, 0%) |
| LAB | lab(72.4 36.0 -41.6) |
| LCH | lch(72.4 55.0 310.8) |
| OKLCH | oklch(0.776 0.143 306.1) |
Copy-ready code
/* CSS */
color: #cd9dfe;
background-color: #cd9dfe;
/* Tailwind (arbitrary) */
class="text-[#cd9dfe] bg-[#cd9dfe]"
/* SCSS */
$brand: #cd9dfe;
/* SwiftUI */
Color(red: 0.804, green: 0.616, blue: 0.996)
/* Android */
Color.parseColor("#cd9dfe")Accessibility — WCAG contrast
Aa
#cd9dfe on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd9dfe on black: 9.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green61.6%
Blue99.6%
CMYK percentages
Cyan19.3%
Magenta38.2%
Yellow0.0%
Key (black)0.4%
Color previews
#cd9dfe text on a black background
contrast 9.85:1
Card sample
#cd9dfe text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd9dfe;
Background color
Panel with #cd9dfe background
background-color: #cd9dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd9dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 157, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 157, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd9dfe; background: linear-gradient(135deg, #cd9dfe, #FE9DEE);