#cf98ad
a light, soft magenta / pink · warm · closest name: pink
RGB
207, 152, 173
HSL
337°, 36%, 70%
CMYK
0, 27, 16, 19
Luminance
0.3874
Every format
| HEX | #cf98ad |
| RGB | rgb(207, 152, 173) |
| HSL | hsl(337, 36%, 70%) |
| CMYK | cmyk(0%, 27%, 16%, 19%) |
| LAB | lab(68.6 23.8 -2.8) |
| LCH | lch(68.6 23.9 353.3) |
| OKLCH | oklch(0.738 0.071 354.3) |
Copy-ready code
/* CSS */
color: #cf98ad;
background-color: #cf98ad;
/* Tailwind (arbitrary) */
class="text-[#cf98ad] bg-[#cf98ad]"
/* SCSS */
$brand: #cf98ad;
/* SwiftUI */
Color(red: 0.812, green: 0.596, blue: 0.678)
/* Android */
Color.parseColor("#cf98ad")Accessibility — WCAG contrast
Aa
#cf98ad on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf98ad on black: 8.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green59.6%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta26.6%
Yellow16.4%
Key (black)18.8%
Color previews
#cf98ad text on a black background
contrast 8.75:1
Card sample
#cf98ad text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf98ad;
Background color
Panel with #cf98ad background
background-color: #cf98ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf98ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 152, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 152, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf98ad; background: linear-gradient(135deg, #cf98ad, #CFA898);