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