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