#df99eb
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 153, 235
HSL
291°, 67%, 76%
CMYK
5, 35, 0, 8
Luminance
0.4447
Every format
| HEX | #df99eb |
| RGB | rgb(223, 153, 235) |
| HSL | hsl(291, 67%, 76%) |
| CMYK | cmyk(5%, 35%, 0%, 8%) |
| LAB | lab(72.5 39.5 -30.9) |
| LCH | lch(72.5 50.2 322.0) |
| OKLCH | oklch(0.779 0.136 321.5) |
Copy-ready code
/* CSS */
color: #df99eb;
background-color: #df99eb;
/* Tailwind (arbitrary) */
class="text-[#df99eb] bg-[#df99eb]"
/* SCSS */
$brand: #df99eb;
/* SwiftUI */
Color(red: 0.875, green: 0.600, blue: 0.922)
/* Android */
Color.parseColor("#df99eb")Accessibility — WCAG contrast
Aa
#df99eb on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df99eb on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green60.0%
Blue92.2%
CMYK percentages
Cyan5.1%
Magenta34.9%
Yellow0.0%
Key (black)7.8%
Color previews
#df99eb text on a black background
contrast 9.89:1
Card sample
#df99eb text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df99eb;
Background color
Panel with #df99eb background
background-color: #df99eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df99eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 153, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 153, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df99eb; background: linear-gradient(135deg, #df99eb, #EB99C0);