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