#df98e2
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 152, 226
HSL
298°, 56%, 74%
CMYK
1, 33, 0, 11
Luminance
0.4364
Every format
| HEX | #df98e2 |
| RGB | rgb(223, 152, 226) |
| HSL | hsl(298, 56%, 74%) |
| CMYK | cmyk(1%, 33%, 0%, 11%) |
| LAB | lab(72.0 38.4 -26.8) |
| LCH | lch(72.0 46.8 325.0) |
| OKLCH | oklch(0.774 0.128 325.3) |
Copy-ready code
/* CSS */
color: #df98e2;
background-color: #df98e2;
/* Tailwind (arbitrary) */
class="text-[#df98e2] bg-[#df98e2]"
/* SCSS */
$brand: #df98e2;
/* SwiftUI */
Color(red: 0.875, green: 0.596, blue: 0.886)
/* Android */
Color.parseColor("#df98e2")Accessibility — WCAG contrast
Aa
#df98e2 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df98e2 on black: 9.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green59.6%
Blue88.6%
CMYK percentages
Cyan1.3%
Magenta32.7%
Yellow0.0%
Key (black)11.4%
Color previews
#df98e2 text on a black background
contrast 9.73:1
Card sample
#df98e2 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df98e2;
Background color
Panel with #df98e2 background
background-color: #df98e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df98e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 152, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 152, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df98e2; background: linear-gradient(135deg, #df98e2, #E298B4);