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