#cd8e9f
a light, soft magenta / pink · warm · closest name: pink
RGB
205, 142, 159
HSL
344°, 39%, 68%
CMYK
0, 31, 22, 20
Luminance
0.3483
Every format
| HEX | #cd8e9f |
| RGB | rgb(205, 142, 159) |
| HSL | hsl(344, 39%, 68%) |
| CMYK | cmyk(0%, 31%, 22%, 20%) |
| LAB | lab(65.6 26.3 0.7) |
| LCH | lch(65.6 26.3 1.5) |
| OKLCH | oklch(0.714 0.079 1.6) |
Copy-ready code
/* CSS */
color: #cd8e9f;
background-color: #cd8e9f;
/* Tailwind (arbitrary) */
class="text-[#cd8e9f] bg-[#cd8e9f]"
/* SCSS */
$brand: #cd8e9f;
/* SwiftUI */
Color(red: 0.804, green: 0.557, blue: 0.624)
/* Android */
Color.parseColor("#cd8e9f")Accessibility — WCAG contrast
Aa
#cd8e9f on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd8e9f on black: 7.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green55.7%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta30.7%
Yellow22.4%
Key (black)19.6%
Color previews
#cd8e9f text on a black background
contrast 7.97:1
Card sample
#cd8e9f text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd8e9f;
Background color
Panel with #cd8e9f background
background-color: #cd8e9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd8e9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 142, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 142, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd8e9f; background: linear-gradient(135deg, #cd8e9f, #CDA78E);