#cf98bc
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 152, 188
HSL
321°, 36%, 70%
CMYK
0, 27, 9, 19
Luminance
0.3935
Every format
| HEX | #cf98bc |
| RGB | rgb(207, 152, 188) |
| HSL | hsl(321, 36%, 70%) |
| CMYK | cmyk(0%, 27%, 9%, 19%) |
| LAB | lab(69.0 26.3 -10.5) |
| LCH | lch(69.0 28.3 338.2) |
| OKLCH | oklch(0.743 0.081 339.9) |
Copy-ready code
/* CSS */
color: #cf98bc;
background-color: #cf98bc;
/* Tailwind (arbitrary) */
class="text-[#cf98bc] bg-[#cf98bc]"
/* SCSS */
$brand: #cf98bc;
/* SwiftUI */
Color(red: 0.812, green: 0.596, blue: 0.737)
/* Android */
Color.parseColor("#cf98bc")Accessibility — WCAG contrast
Aa
#cf98bc on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf98bc on black: 8.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green59.6%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta26.6%
Yellow9.2%
Key (black)18.8%
Color previews
#cf98bc text on a black background
contrast 8.87:1
Card sample
#cf98bc text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf98bc;
Background color
Panel with #cf98bc background
background-color: #cf98bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf98bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 152, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 152, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf98bc; background: linear-gradient(135deg, #cf98bc, #CF9998);