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