#cda8af
a light, soft red · warm · closest name: pink
RGB
205, 168, 175
HSL
349°, 27%, 73%
CMYK
0, 18, 15, 20
Luminance
0.4408
Every format
| HEX | #cda8af |
| RGB | rgb(205, 168, 175) |
| HSL | hsl(349, 27%, 73%) |
| CMYK | cmyk(0%, 18%, 15%, 20%) |
| LAB | lab(72.3 14.6 1.5) |
| LCH | lch(72.3 14.7 5.9) |
| OKLCH | oklch(0.767 0.044 5.4) |
Copy-ready code
/* CSS */
color: #cda8af;
background-color: #cda8af;
/* Tailwind (arbitrary) */
class="text-[#cda8af] bg-[#cda8af]"
/* SCSS */
$brand: #cda8af;
/* SwiftUI */
Color(red: 0.804, green: 0.659, blue: 0.686)
/* Android */
Color.parseColor("#cda8af")Accessibility — WCAG contrast
Aa
#cda8af on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cda8af on black: 9.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green65.9%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta18.0%
Yellow14.6%
Key (black)19.6%
Color previews
#cda8af text on a black background
contrast 9.82:1
Card sample
#cda8af text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cda8af;
Background color
Panel with #cda8af background
background-color: #cda8af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cda8af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 168, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 168, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cda8af; background: linear-gradient(135deg, #cda8af, #CDBAA8);