#cd9baf
a light, soft magenta / pink · warm · closest name: pink
RGB
205, 155, 175
HSL
336°, 33%, 71%
CMYK
0, 24, 15, 20
Luminance
0.3952
Every format
| HEX | #cd9baf |
| RGB | rgb(205, 155, 175) |
| HSL | hsl(336, 33%, 71%) |
| CMYK | cmyk(0%, 24%, 15%, 20%) |
| LAB | lab(69.1 21.7 -3.1) |
| LCH | lch(69.1 21.9 351.9) |
| OKLCH | oklch(0.742 0.065 353.0) |
Copy-ready code
/* CSS */
color: #cd9baf;
background-color: #cd9baf;
/* Tailwind (arbitrary) */
class="text-[#cd9baf] bg-[#cd9baf]"
/* SCSS */
$brand: #cd9baf;
/* SwiftUI */
Color(red: 0.804, green: 0.608, blue: 0.686)
/* Android */
Color.parseColor("#cd9baf")Accessibility — WCAG contrast
Aa
#cd9baf on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd9baf on black: 8.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green60.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta24.4%
Yellow14.6%
Key (black)19.6%
Color previews
#cd9baf text on a black background
contrast 8.90:1
Card sample
#cd9baf text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd9baf;
Background color
Panel with #cd9baf background
background-color: #cd9baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd9baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 155, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 155, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd9baf; background: linear-gradient(135deg, #cd9baf, #CDA89B);