#cda7ad
a light, soft red · warm · closest name: pink
RGB
205, 167, 173
HSL
351°, 28%, 73%
CMYK
0, 19, 16, 20
Luminance
0.4363
Every format
| HEX | #cda7ad |
| RGB | rgb(205, 167, 173) |
| HSL | hsl(351, 28%, 73%) |
| CMYK | cmyk(0%, 19%, 16%, 20%) |
| LAB | lab(72.0 14.8 2.2) |
| LCH | lch(72.0 15.0 8.3) |
| OKLCH | oklch(0.764 0.045 7.5) |
Copy-ready code
/* CSS */
color: #cda7ad;
background-color: #cda7ad;
/* Tailwind (arbitrary) */
class="text-[#cda7ad] bg-[#cda7ad]"
/* SCSS */
$brand: #cda7ad;
/* SwiftUI */
Color(red: 0.804, green: 0.655, blue: 0.678)
/* Android */
Color.parseColor("#cda7ad")Accessibility — WCAG contrast
Aa
#cda7ad on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cda7ad on black: 9.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green65.5%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta18.5%
Yellow15.6%
Key (black)19.6%
Color previews
#cda7ad text on a black background
contrast 9.73:1
Card sample
#cda7ad text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cda7ad;
Background color
Panel with #cda7ad background
background-color: #cda7ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cda7ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 167, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 167, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cda7ad; background: linear-gradient(135deg, #cda7ad, #CDBAA7);