#cf98cb
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 152, 203
HSL
304°, 36%, 70%
CMYK
0, 27, 2, 19
Luminance
0.4003
Every format
| HEX | #cf98cb |
| RGB | rgb(207, 152, 203) |
| HSL | hsl(304, 36%, 70%) |
| CMYK | cmyk(0%, 27%, 2%, 19%) |
| LAB | lab(69.5 28.9 -18.1) |
| LCH | lch(69.5 34.1 328.0) |
| OKLCH | oklch(0.748 0.094 328.9) |
Copy-ready code
/* CSS */
color: #cf98cb;
background-color: #cf98cb;
/* Tailwind (arbitrary) */
class="text-[#cf98cb] bg-[#cf98cb]"
/* SCSS */
$brand: #cf98cb;
/* SwiftUI */
Color(red: 0.812, green: 0.596, blue: 0.796)
/* Android */
Color.parseColor("#cf98cb")Accessibility — WCAG contrast
Aa
#cf98cb on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf98cb on black: 9.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green59.6%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta26.6%
Yellow1.9%
Key (black)18.8%
Color previews
#cf98cb text on a black background
contrast 9.01:1
Card sample
#cf98cb text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf98cb;
Background color
Panel with #cf98cb background
background-color: #cf98cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf98cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 152, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 152, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf98cb; background: linear-gradient(135deg, #cf98cb, #CF98A6);