#df3def
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 61, 239
HSL
295°, 85%, 59%
CMYK
7, 75, 0, 6
Luminance
0.2526
Every format
| HEX | #df3def |
| RGB | rgb(223, 61, 239) |
| HSL | hsl(295, 85%, 59%) |
| CMYK | cmyk(7%, 75%, 0%, 6%) |
| LAB | lab(57.3 81.2 -57.0) |
| LCH | lch(57.3 99.2 324.9) |
| OKLCH | oklch(0.668 0.271 324.0) |
Copy-ready code
/* CSS */
color: #df3def;
background-color: #df3def;
/* Tailwind (arbitrary) */
class="text-[#df3def] bg-[#df3def]"
/* SCSS */
$brand: #df3def;
/* SwiftUI */
Color(red: 0.875, green: 0.239, blue: 0.937)
/* Android */
Color.parseColor("#df3def")Accessibility — WCAG contrast
Aa
#df3def on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df3def on black: 6.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green23.9%
Blue93.7%
CMYK percentages
Cyan6.7%
Magenta74.5%
Yellow0.0%
Key (black)6.3%
Color previews
#df3def text on a black background
contrast 6.05:1
Card sample
#df3def text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df3def;
Background color
Panel with #df3def background
background-color: #df3def;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df3def;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 61, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 61, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df3def; background: linear-gradient(135deg, #df3def, #EF3D88);