#cd9fff
a light, electric violet · warm · closest name: plum
RGB
205, 159, 255
HSL
269°, 100%, 81%
CMYK
20, 38, 0, 0
Luminance
0.4500
Every format
| HEX | #cd9fff |
| RGB | rgb(205, 159, 255) |
| HSL | hsl(269, 100%, 81%) |
| CMYK | cmyk(20%, 38%, 0%, 0%) |
| LAB | lab(72.9 35.1 -41.4) |
| LCH | lch(72.9 54.2 310.3) |
| OKLCH | oklch(0.780 0.141 305.4) |
Copy-ready code
/* CSS */
color: #cd9fff;
background-color: #cd9fff;
/* Tailwind (arbitrary) */
class="text-[#cd9fff] bg-[#cd9fff]"
/* SCSS */
$brand: #cd9fff;
/* SwiftUI */
Color(red: 0.804, green: 0.624, blue: 1.000)
/* Android */
Color.parseColor("#cd9fff")Accessibility — WCAG contrast
Aa
#cd9fff on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd9fff on black: 10.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green62.4%
Blue100.0%
CMYK percentages
Cyan19.6%
Magenta37.6%
Yellow0.0%
Key (black)0.0%
Color previews
#cd9fff text on a black background
contrast 10.00:1
Card sample
#cd9fff text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd9fff;
Background color
Panel with #cd9fff background
background-color: #cd9fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd9fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 159, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 159, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd9fff; background: linear-gradient(135deg, #cd9fff, #FF9FF1);