#df4aeb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 74, 235
HSL
296°, 80%, 61%
CMYK
5, 69, 0, 8
Luminance
0.2658
Every format
| HEX | #df4aeb |
| RGB | rgb(223, 74, 235) |
| HSL | hsl(296, 80%, 61%) |
| CMYK | cmyk(5%, 69%, 0%, 8%) |
| LAB | lab(58.6 76.3 -52.8) |
| LCH | lch(58.6 92.8 325.3) |
| OKLCH | oklch(0.676 0.254 324.7) |
Copy-ready code
/* CSS */
color: #df4aeb;
background-color: #df4aeb;
/* Tailwind (arbitrary) */
class="text-[#df4aeb] bg-[#df4aeb]"
/* SCSS */
$brand: #df4aeb;
/* SwiftUI */
Color(red: 0.875, green: 0.290, blue: 0.922)
/* Android */
Color.parseColor("#df4aeb")Accessibility — WCAG contrast
Aa
#df4aeb on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4aeb on black: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green29.0%
Blue92.2%
CMYK percentages
Cyan5.1%
Magenta68.5%
Yellow0.0%
Key (black)7.8%
Color previews
#df4aeb text on a black background
contrast 6.32:1
Card sample
#df4aeb text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4aeb;
Background color
Panel with #df4aeb background
background-color: #df4aeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4aeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 74, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 74, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4aeb; background: linear-gradient(135deg, #df4aeb, #EB4A8C);