#cda2af
a light, soft magenta / pink · warm · closest name: pink
RGB
205, 162, 175
HSL
342°, 30%, 72%
CMYK
0, 21, 15, 20
Luminance
0.4191
Every format
| HEX | #cda2af |
| RGB | rgb(205, 162, 175) |
| HSL | hsl(342, 30%, 72%) |
| CMYK | cmyk(0%, 21%, 15%, 20%) |
| LAB | lab(70.8 17.9 -0.6) |
| LCH | lch(70.8 17.9 358.0) |
| OKLCH | oklch(0.755 0.053 358.5) |
Copy-ready code
/* CSS */
color: #cda2af;
background-color: #cda2af;
/* Tailwind (arbitrary) */
class="text-[#cda2af] bg-[#cda2af]"
/* SCSS */
$brand: #cda2af;
/* SwiftUI */
Color(red: 0.804, green: 0.635, blue: 0.686)
/* Android */
Color.parseColor("#cda2af")Accessibility — WCAG contrast
Aa
#cda2af on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cda2af on black: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green63.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta21.0%
Yellow14.6%
Key (black)19.6%
Color previews
#cda2af text on a black background
contrast 9.38:1
Card sample
#cda2af text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cda2af;
Background color
Panel with #cda2af background
background-color: #cda2af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cda2af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 162, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 162, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cda2af; background: linear-gradient(135deg, #cda2af, #CDB2A2);