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