#df1def
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 29, 239
HSL
295°, 87%, 53%
CMYK
7, 88, 0, 6
Luminance
0.2280
Every format
| HEX | #df1def |
| RGB | rgb(223, 29, 239) |
| HSL | hsl(295, 87%, 53%) |
| CMYK | cmyk(7%, 88%, 0%, 6%) |
| LAB | lab(54.9 88.4 -61.0) |
| LCH | lch(54.9 107.3 325.4) |
| OKLCH | oklch(0.650 0.293 324.5) |
Copy-ready code
/* CSS */
color: #df1def;
background-color: #df1def;
/* Tailwind (arbitrary) */
class="text-[#df1def] bg-[#df1def]"
/* SCSS */
$brand: #df1def;
/* SwiftUI */
Color(red: 0.875, green: 0.114, blue: 0.937)
/* Android */
Color.parseColor("#df1def")Accessibility — WCAG contrast
Aa
#df1def on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df1def on black: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green11.4%
Blue93.7%
CMYK percentages
Cyan6.7%
Magenta87.9%
Yellow0.0%
Key (black)6.3%
Color previews
#df1def text on a black background
contrast 5.56:1
Card sample
#df1def text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df1def;
Background color
Panel with #df1def background
background-color: #df1def;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df1def;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 29, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 29, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df1def; background: linear-gradient(135deg, #df1def, #EF1D73);