#cdaad2
a light, soft magenta / pink · warm · closest name: plum
RGB
205, 170, 210
HSL
293°, 31%, 75%
CMYK
2, 19, 0, 18
Luminance
0.4638
Every format
| HEX | #cdaad2 |
| RGB | rgb(205, 170, 210) |
| HSL | hsl(293, 31%, 75%) |
| CMYK | cmyk(2%, 19%, 0%, 18%) |
| LAB | lab(73.8 19.8 -15.5) |
| LCH | lch(73.8 25.1 321.9) |
| OKLCH | oklch(0.782 0.068 322.1) |
Copy-ready code
/* CSS */
color: #cdaad2;
background-color: #cdaad2;
/* Tailwind (arbitrary) */
class="text-[#cdaad2] bg-[#cdaad2]"
/* SCSS */
$brand: #cdaad2;
/* SwiftUI */
Color(red: 0.804, green: 0.667, blue: 0.824)
/* Android */
Color.parseColor("#cdaad2")Accessibility — WCAG contrast
Aa
#cdaad2 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdaad2 on black: 10.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green66.7%
Blue82.4%
CMYK percentages
Cyan2.4%
Magenta19.0%
Yellow0.0%
Key (black)17.6%
Color previews
#cdaad2 text on a black background
contrast 10.28:1
Card sample
#cdaad2 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdaad2;
Background color
Panel with #cdaad2 background
background-color: #cdaad2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdaad2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 170, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 170, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdaad2; background: linear-gradient(135deg, #cdaad2, #D2AABC);