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