#cda0af
a light, soft magenta / pink · warm · closest name: pink
RGB
205, 160, 175
HSL
340°, 31%, 72%
CMYK
0, 22, 15, 20
Luminance
0.4122
Every format
| HEX | #cda0af |
| RGB | rgb(205, 160, 175) |
| HSL | hsl(340, 31%, 72%) |
| CMYK | cmyk(0%, 22%, 15%, 20%) |
| LAB | lab(70.3 19.0 -1.4) |
| LCH | lch(70.3 19.0 355.9) |
| OKLCH | oklch(0.751 0.057 356.7) |
Copy-ready code
/* CSS */
color: #cda0af;
background-color: #cda0af;
/* Tailwind (arbitrary) */
class="text-[#cda0af] bg-[#cda0af]"
/* SCSS */
$brand: #cda0af;
/* SwiftUI */
Color(red: 0.804, green: 0.627, blue: 0.686)
/* Android */
Color.parseColor("#cda0af")Accessibility — WCAG contrast
Aa
#cda0af on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cda0af on black: 9.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green62.7%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta22.0%
Yellow14.6%
Key (black)19.6%
Color previews
#cda0af text on a black background
contrast 9.24:1
Card sample
#cda0af text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cda0af;
Background color
Panel with #cda0af background
background-color: #cda0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cda0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 160, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 160, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cda0af; background: linear-gradient(135deg, #cda0af, #CDAFA0);