#cda4af
a light, soft magenta / pink · warm · closest name: pink
RGB
205, 164, 175
HSL
344°, 29%, 72%
CMYK
0, 20, 15, 20
Luminance
0.4263
Every format
| HEX | #cda4af |
| RGB | rgb(205, 164, 175) |
| HSL | hsl(344, 29%, 72%) |
| CMYK | cmyk(0%, 20%, 15%, 20%) |
| LAB | lab(71.3 16.8 0.1) |
| LCH | lch(71.3 16.8 0.3) |
| OKLCH | oklch(0.759 0.050 0.5) |
Copy-ready code
/* CSS */
color: #cda4af;
background-color: #cda4af;
/* Tailwind (arbitrary) */
class="text-[#cda4af] bg-[#cda4af]"
/* SCSS */
$brand: #cda4af;
/* SwiftUI */
Color(red: 0.804, green: 0.643, blue: 0.686)
/* Android */
Color.parseColor("#cda4af")Accessibility — WCAG contrast
Aa
#cda4af on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cda4af on black: 9.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green64.3%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta20.0%
Yellow14.6%
Key (black)19.6%
Color previews
#cda4af text on a black background
contrast 9.53:1
Card sample
#cda4af text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cda4af;
Background color
Panel with #cda4af background
background-color: #cda4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cda4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 164, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 164, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cda4af; background: linear-gradient(135deg, #cda4af, #CDB4A4);