#df95eb
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 149, 235
HSL
292°, 68%, 75%
CMYK
5, 37, 0, 8
Luminance
0.4318
Every format
| HEX | #df95eb |
| RGB | rgb(223, 149, 235) |
| HSL | hsl(292, 68%, 75%) |
| CMYK | cmyk(5%, 37%, 0%, 8%) |
| LAB | lab(71.7 41.7 -32.2) |
| LCH | lch(71.7 52.7 322.3) |
| OKLCH | oklch(0.773 0.142 321.8) |
Copy-ready code
/* CSS */
color: #df95eb;
background-color: #df95eb;
/* Tailwind (arbitrary) */
class="text-[#df95eb] bg-[#df95eb]"
/* SCSS */
$brand: #df95eb;
/* SwiftUI */
Color(red: 0.875, green: 0.584, blue: 0.922)
/* Android */
Color.parseColor("#df95eb")Accessibility — WCAG contrast
Aa
#df95eb on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df95eb on black: 9.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green58.4%
Blue92.2%
CMYK percentages
Cyan5.1%
Magenta36.6%
Yellow0.0%
Key (black)7.8%
Color previews
#df95eb text on a black background
contrast 9.64:1
Card sample
#df95eb text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df95eb;
Background color
Panel with #df95eb background
background-color: #df95eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df95eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 149, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 149, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df95eb; background: linear-gradient(135deg, #df95eb, #EB95BE);