#df4feb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 79, 235
HSL
295°, 80%, 62%
CMYK
5, 66, 0, 8
Luminance
0.2728
Every format
| HEX | #df4feb |
| RGB | rgb(223, 79, 235) |
| HSL | hsl(295, 80%, 62%) |
| CMYK | cmyk(5%, 66%, 0%, 8%) |
| LAB | lab(59.2 74.5 -51.7) |
| LCH | lch(59.2 90.7 325.2) |
| OKLCH | oklch(0.681 0.248 324.6) |
Copy-ready code
/* CSS */
color: #df4feb;
background-color: #df4feb;
/* Tailwind (arbitrary) */
class="text-[#df4feb] bg-[#df4feb]"
/* SCSS */
$brand: #df4feb;
/* SwiftUI */
Color(red: 0.875, green: 0.310, blue: 0.922)
/* Android */
Color.parseColor("#df4feb")Accessibility — WCAG contrast
Aa
#df4feb on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4feb on black: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green31.0%
Blue92.2%
CMYK percentages
Cyan5.1%
Magenta66.4%
Yellow0.0%
Key (black)7.8%
Color previews
#df4feb text on a black background
contrast 6.46:1
Card sample
#df4feb text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4feb;
Background color
Panel with #df4feb background
background-color: #df4feb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4feb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 79, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 79, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4feb; background: linear-gradient(135deg, #df4feb, #EB4F8F);