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