#cdafd0
a light, soft magenta / pink · warm · closest name: plum
RGB
205, 175, 208
HSL
295°, 26%, 75%
CMYK
1, 16, 0, 18
Luminance
0.4819
Every format
| HEX | #cdafd0 |
| RGB | rgb(205, 175, 208) |
| HSL | hsl(295, 26%, 75%) |
| CMYK | cmyk(1%, 16%, 0%, 18%) |
| LAB | lab(75.0 16.6 -12.7) |
| LCH | lch(75.0 20.9 322.8) |
| OKLCH | oklch(0.790 0.057 323.2) |
Copy-ready code
/* CSS */
color: #cdafd0;
background-color: #cdafd0;
/* Tailwind (arbitrary) */
class="text-[#cdafd0] bg-[#cdafd0]"
/* SCSS */
$brand: #cdafd0;
/* SwiftUI */
Color(red: 0.804, green: 0.686, blue: 0.816)
/* Android */
Color.parseColor("#cdafd0")Accessibility — WCAG contrast
Aa
#cdafd0 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdafd0 on black: 10.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green68.6%
Blue81.6%
CMYK percentages
Cyan1.4%
Magenta15.9%
Yellow0.0%
Key (black)18.4%
Color previews
#cdafd0 text on a black background
contrast 10.64:1
Card sample
#cdafd0 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdafd0;
Background color
Panel with #cdafd0 background
background-color: #cdafd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdafd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 175, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 175, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdafd0; background: linear-gradient(135deg, #cdafd0, #D0AFBD);