#df98eb
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 152, 235
HSL
291°, 68%, 76%
CMYK
5, 35, 0, 8
Luminance
0.4414
Every format
| HEX | #df98eb |
| RGB | rgb(223, 152, 235) |
| HSL | hsl(291, 68%, 76%) |
| CMYK | cmyk(5%, 35%, 0%, 8%) |
| LAB | lab(72.3 40.1 -31.2) |
| LCH | lch(72.3 50.8 322.1) |
| OKLCH | oklch(0.777 0.137 321.6) |
Copy-ready code
/* CSS */
color: #df98eb;
background-color: #df98eb;
/* Tailwind (arbitrary) */
class="text-[#df98eb] bg-[#df98eb]"
/* SCSS */
$brand: #df98eb;
/* SwiftUI */
Color(red: 0.875, green: 0.596, blue: 0.922)
/* Android */
Color.parseColor("#df98eb")Accessibility — WCAG contrast
Aa
#df98eb on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df98eb on black: 9.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green59.6%
Blue92.2%
CMYK percentages
Cyan5.1%
Magenta35.3%
Yellow0.0%
Key (black)7.8%
Color previews
#df98eb text on a black background
contrast 9.83:1
Card sample
#df98eb text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df98eb;
Background color
Panel with #df98eb background
background-color: #df98eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df98eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 152, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 152, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df98eb; background: linear-gradient(135deg, #df98eb, #EB98C0);