#cf98da
a light, vivid magenta / pink · warm · closest name: plum
RGB
207, 152, 218
HSL
290°, 47%, 73%
CMYK
5, 30, 0, 15
Luminance
0.4078
Every format
| HEX | #cf98da |
| RGB | rgb(207, 152, 218) |
| HSL | hsl(290, 47%, 73%) |
| CMYK | cmyk(5%, 30%, 0%, 15%) |
| LAB | lab(70.0 31.8 -25.6) |
| LCH | lch(70.0 40.8 321.2) |
| OKLCH | oklch(0.754 0.110 320.7) |
Copy-ready code
/* CSS */
color: #cf98da;
background-color: #cf98da;
/* Tailwind (arbitrary) */
class="text-[#cf98da] bg-[#cf98da]"
/* SCSS */
$brand: #cf98da;
/* SwiftUI */
Color(red: 0.812, green: 0.596, blue: 0.855)
/* Android */
Color.parseColor("#cf98da")Accessibility — WCAG contrast
Aa
#cf98da on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf98da on black: 9.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green59.6%
Blue85.5%
CMYK percentages
Cyan5.0%
Magenta30.3%
Yellow0.0%
Key (black)14.5%
Color previews
#cf98da text on a black background
contrast 9.16:1
Card sample
#cf98da text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf98da;
Background color
Panel with #cf98da background
background-color: #cf98da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf98da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 152, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 152, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf98da; background: linear-gradient(135deg, #cf98da, #DA98B9);