#cd7daf
a balanced, soft magenta / pink · warm · closest name: plum
RGB
205, 125, 175
HSL
323°, 44%, 65%
CMYK
0, 39, 15, 20
Luminance
0.3074
Every format
| HEX | #cd7daf |
| RGB | rgb(205, 125, 175) |
| HSL | hsl(323, 44%, 65%) |
| CMYK | cmyk(0%, 39%, 15%, 20%) |
| LAB | lab(62.3 38.0 -13.3) |
| LCH | lch(62.3 40.3 340.7) |
| OKLCH | oklch(0.690 0.117 342.5) |
Copy-ready code
/* CSS */
color: #cd7daf;
background-color: #cd7daf;
/* Tailwind (arbitrary) */
class="text-[#cd7daf] bg-[#cd7daf]"
/* SCSS */
$brand: #cd7daf;
/* SwiftUI */
Color(red: 0.804, green: 0.490, blue: 0.686)
/* Android */
Color.parseColor("#cd7daf")Accessibility — WCAG contrast
Aa
#cd7daf on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd7daf on black: 7.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green49.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta39.0%
Yellow14.6%
Key (black)19.6%
Color previews
#cd7daf text on a black background
contrast 7.15:1
Card sample
#cd7daf text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd7daf;
Background color
Panel with #cd7daf background
background-color: #cd7daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd7daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 125, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 125, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd7daf; background: linear-gradient(135deg, #cd7daf, #CD807D);