#df3aff
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 58, 255
HSL
290°, 100%, 61%
CMYK
13, 77, 0, 0
Luminance
0.2593
Every format
| HEX | #df3aff |
| RGB | rgb(223, 58, 255) |
| HSL | hsl(290, 100%, 61%) |
| CMYK | cmyk(13%, 77%, 0%, 0%) |
| LAB | lab(58.0 84.7 -64.9) |
| LCH | lch(58.0 106.7 322.6) |
| OKLCH | oklch(0.675 0.285 320.4) |
Copy-ready code
/* CSS */
color: #df3aff;
background-color: #df3aff;
/* Tailwind (arbitrary) */
class="text-[#df3aff] bg-[#df3aff]"
/* SCSS */
$brand: #df3aff;
/* SwiftUI */
Color(red: 0.875, green: 0.227, blue: 1.000)
/* Android */
Color.parseColor("#df3aff")Accessibility — WCAG contrast
Aa
#df3aff on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df3aff on black: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green22.7%
Blue100.0%
CMYK percentages
Cyan12.5%
Magenta77.3%
Yellow0.0%
Key (black)0.0%
Color previews
#df3aff text on a black background
contrast 6.19:1
Card sample
#df3aff text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df3aff;
Background color
Panel with #df3aff background
background-color: #df3aff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df3aff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 58, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 58, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df3aff; background: linear-gradient(135deg, #df3aff, #FF3A9C);