#cd95af
a light, soft magenta / pink · warm · closest name: pink
RGB
205, 149, 175
HSL
332°, 36%, 69%
CMYK
0, 27, 15, 20
Luminance
0.3757
Every format
| HEX | #cd95af |
| RGB | rgb(205, 149, 175) |
| HSL | hsl(332, 36%, 69%) |
| CMYK | cmyk(0%, 27%, 15%, 20%) |
| LAB | lab(67.7 25.0 -5.2) |
| LCH | lch(67.7 25.6 348.2) |
| OKLCH | oklch(0.731 0.075 349.6) |
Copy-ready code
/* CSS */
color: #cd95af;
background-color: #cd95af;
/* Tailwind (arbitrary) */
class="text-[#cd95af] bg-[#cd95af]"
/* SCSS */
$brand: #cd95af;
/* SwiftUI */
Color(red: 0.804, green: 0.584, blue: 0.686)
/* Android */
Color.parseColor("#cd95af")Accessibility — WCAG contrast
Aa
#cd95af on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd95af on black: 8.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green58.4%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta27.3%
Yellow14.6%
Key (black)19.6%
Color previews
#cd95af text on a black background
contrast 8.51:1
Card sample
#cd95af text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd95af;
Background color
Panel with #cd95af background
background-color: #cd95af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd95af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 149, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 149, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd95af; background: linear-gradient(135deg, #cd95af, #CDA095);