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