#cd9ada
a light, vivid violet · warm · closest name: plum
RGB
205, 154, 218
HSL
288°, 46%, 73%
CMYK
6, 29, 0, 15
Luminance
0.4115
Every format
| HEX | #cd9ada |
| RGB | rgb(205, 154, 218) |
| HSL | hsl(288, 46%, 73%) |
| CMYK | cmyk(6%, 29%, 0%, 15%) |
| LAB | lab(70.3 30.1 -25.2) |
| LCH | lch(70.3 39.2 320.0) |
| OKLCH | oklch(0.756 0.105 319.3) |
Copy-ready code
/* CSS */
color: #cd9ada;
background-color: #cd9ada;
/* Tailwind (arbitrary) */
class="text-[#cd9ada] bg-[#cd9ada]"
/* SCSS */
$brand: #cd9ada;
/* SwiftUI */
Color(red: 0.804, green: 0.604, blue: 0.855)
/* Android */
Color.parseColor("#cd9ada")Accessibility — WCAG contrast
Aa
#cd9ada on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd9ada on black: 9.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green60.4%
Blue85.5%
CMYK percentages
Cyan6.0%
Magenta29.4%
Yellow0.0%
Key (black)14.5%
Color previews
#cd9ada text on a black background
contrast 9.23:1
Card sample
#cd9ada text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd9ada;
Background color
Panel with #cd9ada background
background-color: #cd9ada;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd9ada;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 154, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 154, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd9ada; background: linear-gradient(135deg, #cd9ada, #DA9ABC);