#df3fe7
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 63, 231
HSL
297°, 78%, 58%
CMYK
4, 73, 0, 9
Luminance
0.2501
Every format
| HEX | #df3fe7 |
| RGB | rgb(223, 63, 231) |
| HSL | hsl(297, 78%, 58%) |
| CMYK | cmyk(4%, 73%, 0%, 9%) |
| LAB | lab(57.1 79.3 -52.9) |
| LCH | lch(57.1 95.3 326.3) |
| OKLCH | oklch(0.665 0.263 325.9) |
Copy-ready code
/* CSS */
color: #df3fe7;
background-color: #df3fe7;
/* Tailwind (arbitrary) */
class="text-[#df3fe7] bg-[#df3fe7]"
/* SCSS */
$brand: #df3fe7;
/* SwiftUI */
Color(red: 0.875, green: 0.247, blue: 0.906)
/* Android */
Color.parseColor("#df3fe7")Accessibility — WCAG contrast
Aa
#df3fe7 on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df3fe7 on black: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green24.7%
Blue90.6%
CMYK percentages
Cyan3.5%
Magenta72.7%
Yellow0.0%
Key (black)9.4%
Color previews
#df3fe7 text on a black background
contrast 6.00:1
Card sample
#df3fe7 text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df3fe7;
Background color
Panel with #df3fe7 background
background-color: #df3fe7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df3fe7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 63, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 63, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df3fe7; background: linear-gradient(135deg, #df3fe7, #E73F7F);