#cd98af
a light, soft magenta / pink · warm · closest name: pink
RGB
205, 152, 175
HSL
334°, 35%, 70%
CMYK
0, 26, 15, 20
Luminance
0.3853
Every format
| HEX | #cd98af |
| RGB | rgb(205, 152, 175) |
| HSL | hsl(334, 35%, 70%) |
| CMYK | cmyk(0%, 26%, 15%, 20%) |
| LAB | lab(68.4 23.4 -4.2) |
| LCH | lch(68.4 23.7 349.9) |
| OKLCH | oklch(0.737 0.070 351.2) |
Copy-ready code
/* CSS */
color: #cd98af;
background-color: #cd98af;
/* Tailwind (arbitrary) */
class="text-[#cd98af] bg-[#cd98af]"
/* SCSS */
$brand: #cd98af;
/* SwiftUI */
Color(red: 0.804, green: 0.596, blue: 0.686)
/* Android */
Color.parseColor("#cd98af")Accessibility — WCAG contrast
Aa
#cd98af on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd98af on black: 8.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green59.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta25.9%
Yellow14.6%
Key (black)19.6%
Color previews
#cd98af text on a black background
contrast 8.71:1
Card sample
#cd98af text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd98af;
Background color
Panel with #cd98af background
background-color: #cd98af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd98af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 152, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 152, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd98af; background: linear-gradient(135deg, #cd98af, #CDA498);