#cd96df
a light, vivid violet · warm · closest name: plum
RGB
205, 150, 223
HSL
285°, 53%, 73%
CMYK
8, 33, 0, 13
Luminance
0.4012
Every format
| HEX | #cd96df |
| RGB | rgb(205, 150, 223) |
| HSL | hsl(285, 53%, 73%) |
| CMYK | cmyk(8%, 33%, 0%, 13%) |
| LAB | lab(69.6 33.2 -29.1) |
| LCH | lch(69.6 44.1 318.8) |
| OKLCH | oklch(0.751 0.118 317.6) |
Copy-ready code
/* CSS */
color: #cd96df;
background-color: #cd96df;
/* Tailwind (arbitrary) */
class="text-[#cd96df] bg-[#cd96df]"
/* SCSS */
$brand: #cd96df;
/* SwiftUI */
Color(red: 0.804, green: 0.588, blue: 0.875)
/* Android */
Color.parseColor("#cd96df")Accessibility — WCAG contrast
Aa
#cd96df on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd96df on black: 9.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green58.8%
Blue87.5%
CMYK percentages
Cyan8.1%
Magenta32.7%
Yellow0.0%
Key (black)12.5%
Color previews
#cd96df text on a black background
contrast 9.02:1
Card sample
#cd96df text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd96df;
Background color
Panel with #cd96df background
background-color: #cd96df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd96df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 150, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 150, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd96df; background: linear-gradient(135deg, #cd96df, #DF96C0);