#cd99af
a light, soft magenta / pink · warm · closest name: pink
RGB
205, 153, 175
HSL
335°, 34%, 70%
CMYK
0, 25, 15, 20
Luminance
0.3886
Every format
| HEX | #cd99af |
| RGB | rgb(205, 153, 175) |
| HSL | hsl(335, 34%, 70%) |
| CMYK | cmyk(0%, 25%, 15%, 20%) |
| LAB | lab(68.7 22.8 -3.8) |
| LCH | lch(68.7 23.1 350.5) |
| OKLCH | oklch(0.739 0.068 351.8) |
Copy-ready code
/* CSS */
color: #cd99af;
background-color: #cd99af;
/* Tailwind (arbitrary) */
class="text-[#cd99af] bg-[#cd99af]"
/* SCSS */
$brand: #cd99af;
/* SwiftUI */
Color(red: 0.804, green: 0.600, blue: 0.686)
/* Android */
Color.parseColor("#cd99af")Accessibility — WCAG contrast
Aa
#cd99af on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd99af on black: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green60.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta25.4%
Yellow14.6%
Key (black)19.6%
Color previews
#cd99af text on a black background
contrast 8.77:1
Card sample
#cd99af text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd99af;
Background color
Panel with #cd99af background
background-color: #cd99af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd99af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 153, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 153, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd99af; background: linear-gradient(135deg, #cd99af, #CDA699);