#cda6af
a light, soft red · warm · closest name: pink
RGB
205, 166, 175
HSL
346°, 28%, 73%
CMYK
0, 19, 15, 20
Luminance
0.4335
Every format
| HEX | #cda6af |
| RGB | rgb(205, 166, 175) |
| HSL | hsl(346, 28%, 73%) |
| CMYK | cmyk(0%, 19%, 15%, 20%) |
| LAB | lab(71.8 15.7 0.8) |
| LCH | lch(71.8 15.7 2.9) |
| OKLCH | oklch(0.763 0.047 2.8) |
Copy-ready code
/* CSS */
color: #cda6af;
background-color: #cda6af;
/* Tailwind (arbitrary) */
class="text-[#cda6af] bg-[#cda6af]"
/* SCSS */
$brand: #cda6af;
/* SwiftUI */
Color(red: 0.804, green: 0.651, blue: 0.686)
/* Android */
Color.parseColor("#cda6af")Accessibility — WCAG contrast
Aa
#cda6af on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cda6af on black: 9.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green65.1%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow14.6%
Key (black)19.6%
Color previews
#cda6af text on a black background
contrast 9.67:1
Card sample
#cda6af text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cda6af;
Background color
Panel with #cda6af background
background-color: #cda6af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cda6af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 166, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 166, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cda6af; background: linear-gradient(135deg, #cda6af, #CDB7A6);