#df0aeb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 10, 235
HSL
297°, 92%, 48%
CMYK
5, 96, 0, 8
Luminance
0.2190
Every format
| HEX | #df0aeb |
| RGB | rgb(223, 10, 235) |
| HSL | hsl(297, 92%, 48%) |
| CMYK | cmyk(5%, 96%, 0%, 8%) |
| LAB | lab(53.9 89.8 -60.2) |
| LCH | lch(53.9 108.1 326.2) |
| OKLCH | oklch(0.643 0.297 325.5) |
Copy-ready code
/* CSS */
color: #df0aeb;
background-color: #df0aeb;
/* Tailwind (arbitrary) */
class="text-[#df0aeb] bg-[#df0aeb]"
/* SCSS */
$brand: #df0aeb;
/* SwiftUI */
Color(red: 0.875, green: 0.039, blue: 0.922)
/* Android */
Color.parseColor("#df0aeb")Accessibility — WCAG contrast
Aa
#df0aeb on white: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df0aeb on black: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green3.9%
Blue92.2%
CMYK percentages
Cyan5.1%
Magenta95.7%
Yellow0.0%
Key (black)7.8%
Color previews
#df0aeb text on a black background
contrast 5.38:1
Card sample
#df0aeb text on a white background
contrast 3.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df0aeb;
Background color
Panel with #df0aeb background
background-color: #df0aeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df0aeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 10, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 10, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df0aeb; background: linear-gradient(135deg, #df0aeb, #EB0A61);