#df4fef
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 79, 239
HSL
294°, 83%, 62%
CMYK
7, 67, 0, 6
Luminance
0.2751
Every format
| HEX | #df4fef |
| RGB | rgb(223, 79, 239) |
| HSL | hsl(294, 83%, 62%) |
| CMYK | cmyk(7%, 67%, 0%, 6%) |
| LAB | lab(59.5 75.2 -53.6) |
| LCH | lch(59.5 92.3 324.5) |
| OKLCH | oklch(0.683 0.252 323.6) |
Copy-ready code
/* CSS */
color: #df4fef;
background-color: #df4fef;
/* Tailwind (arbitrary) */
class="text-[#df4fef] bg-[#df4fef]"
/* SCSS */
$brand: #df4fef;
/* SwiftUI */
Color(red: 0.875, green: 0.310, blue: 0.937)
/* Android */
Color.parseColor("#df4fef")Accessibility — WCAG contrast
Aa
#df4fef on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4fef on black: 6.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green31.0%
Blue93.7%
CMYK percentages
Cyan6.7%
Magenta66.9%
Yellow0.0%
Key (black)6.3%
Color previews
#df4fef text on a black background
contrast 6.50:1
Card sample
#df4fef text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4fef;
Background color
Panel with #df4fef background
background-color: #df4fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 79, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 79, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4fef; background: linear-gradient(135deg, #df4fef, #EF4F94);