#df1aef
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 26, 239
HSL
296°, 87%, 52%
CMYK
7, 89, 0, 6
Luminance
0.2266
Every format
| HEX | #df1aef |
| RGB | rgb(223, 26, 239) |
| HSL | hsl(296, 87%, 52%) |
| CMYK | cmyk(7%, 89%, 0%, 6%) |
| LAB | lab(54.7 88.8 -61.2) |
| LCH | lch(54.7 107.8 325.4) |
| OKLCH | oklch(0.649 0.294 324.5) |
Copy-ready code
/* CSS */
color: #df1aef;
background-color: #df1aef;
/* Tailwind (arbitrary) */
class="text-[#df1aef] bg-[#df1aef]"
/* SCSS */
$brand: #df1aef;
/* SwiftUI */
Color(red: 0.875, green: 0.102, blue: 0.937)
/* Android */
Color.parseColor("#df1aef")Accessibility — WCAG contrast
Aa
#df1aef on white: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df1aef on black: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green10.2%
Blue93.7%
CMYK percentages
Cyan6.7%
Magenta89.1%
Yellow0.0%
Key (black)6.3%
Color previews
#df1aef text on a black background
contrast 5.53:1
Card sample
#df1aef text on a white background
contrast 3.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df1aef;
Background color
Panel with #df1aef background
background-color: #df1aef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df1aef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 26, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 26, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df1aef; background: linear-gradient(135deg, #df1aef, #EF1A71);