#df3bfe
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 59, 254
HSL
291°, 99%, 61%
CMYK
12, 77, 0, 0
Luminance
0.2597
Every format
| HEX | #df3bfe |
| RGB | rgb(223, 59, 254) |
| HSL | hsl(291, 99%, 61%) |
| CMYK | cmyk(12%, 77%, 0%, 0%) |
| LAB | lab(58.0 84.3 -64.3) |
| LCH | lch(58.0 106.0 322.7) |
| OKLCH | oklch(0.675 0.284 320.6) |
Copy-ready code
/* CSS */
color: #df3bfe;
background-color: #df3bfe;
/* Tailwind (arbitrary) */
class="text-[#df3bfe] bg-[#df3bfe]"
/* SCSS */
$brand: #df3bfe;
/* SwiftUI */
Color(red: 0.875, green: 0.231, blue: 0.996)
/* Android */
Color.parseColor("#df3bfe")Accessibility — WCAG contrast
Aa
#df3bfe on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df3bfe on black: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green23.1%
Blue99.6%
CMYK percentages
Cyan12.2%
Magenta76.8%
Yellow0.0%
Key (black)0.4%
Color previews
#df3bfe text on a black background
contrast 6.19:1
Card sample
#df3bfe text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df3bfe;
Background color
Panel with #df3bfe background
background-color: #df3bfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df3bfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 59, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 59, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df3bfe; background: linear-gradient(135deg, #df3bfe, #FE3B9B);