#cd9fd9
a light, soft violet · warm · closest name: plum
RGB
205, 159, 217
HSL
288°, 43%, 74%
CMYK
6, 27, 0, 15
Luminance
0.4279
Every format
| HEX | #cd9fd9 |
| RGB | rgb(205, 159, 217) |
| HSL | hsl(288, 43%, 74%) |
| CMYK | cmyk(6%, 27%, 0%, 15%) |
| LAB | lab(71.4 27.1 -22.9) |
| LCH | lch(71.4 35.5 319.8) |
| OKLCH | oklch(0.764 0.095 319.2) |
Copy-ready code
/* CSS */
color: #cd9fd9;
background-color: #cd9fd9;
/* Tailwind (arbitrary) */
class="text-[#cd9fd9] bg-[#cd9fd9]"
/* SCSS */
$brand: #cd9fd9;
/* SwiftUI */
Color(red: 0.804, green: 0.624, blue: 0.851)
/* Android */
Color.parseColor("#cd9fd9")Accessibility — WCAG contrast
Aa
#cd9fd9 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd9fd9 on black: 9.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green62.4%
Blue85.1%
CMYK percentages
Cyan5.5%
Magenta26.7%
Yellow0.0%
Key (black)14.9%
Color previews
#cd9fd9 text on a black background
contrast 9.56:1
Card sample
#cd9fd9 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd9fd9;
Background color
Panel with #cd9fd9 background
background-color: #cd9fd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd9fd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 159, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 159, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd9fd9; background: linear-gradient(135deg, #cd9fd9, #D99FBE);