#df3dff
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 61, 255
HSL
290°, 100%, 62%
CMYK
13, 76, 0, 0
Luminance
0.2625
Every format
| HEX | #df3dff |
| RGB | rgb(223, 61, 255) |
| HSL | hsl(290, 100%, 62%) |
| CMYK | cmyk(13%, 76%, 0%, 0%) |
| LAB | lab(58.3 83.9 -64.4) |
| LCH | lch(58.3 105.8 322.5) |
| OKLCH | oklch(0.677 0.283 320.3) |
Copy-ready code
/* CSS */
color: #df3dff;
background-color: #df3dff;
/* Tailwind (arbitrary) */
class="text-[#df3dff] bg-[#df3dff]"
/* SCSS */
$brand: #df3dff;
/* SwiftUI */
Color(red: 0.875, green: 0.239, blue: 1.000)
/* Android */
Color.parseColor("#df3dff")Accessibility — WCAG contrast
Aa
#df3dff on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df3dff on black: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green23.9%
Blue100.0%
CMYK percentages
Cyan12.5%
Magenta76.1%
Yellow0.0%
Key (black)0.0%
Color previews
#df3dff text on a black background
contrast 6.25:1
Card sample
#df3dff text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df3dff;
Background color
Panel with #df3dff background
background-color: #df3dff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df3dff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 61, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 61, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df3dff; background: linear-gradient(135deg, #df3dff, #FF3D9E);