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