#df4fe8
a balanced, electric magenta / pink · warm · closest name: violet
RGB
223, 79, 232
HSL
297°, 77%, 61%
CMYK
4, 66, 0, 9
Luminance
0.2711
Every format
| HEX | #df4fe8 |
| RGB | rgb(223, 79, 232) |
| HSL | hsl(297, 77%, 61%) |
| CMYK | cmyk(4%, 66%, 0%, 9%) |
| LAB | lab(59.1 74.0 -50.3) |
| LCH | lch(59.1 89.5 325.8) |
| OKLCH | oklch(0.679 0.246 325.4) |
Copy-ready code
/* CSS */
color: #df4fe8;
background-color: #df4fe8;
/* Tailwind (arbitrary) */
class="text-[#df4fe8] bg-[#df4fe8]"
/* SCSS */
$brand: #df4fe8;
/* SwiftUI */
Color(red: 0.875, green: 0.310, blue: 0.910)
/* Android */
Color.parseColor("#df4fe8")Accessibility — WCAG contrast
Aa
#df4fe8 on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4fe8 on black: 6.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green31.0%
Blue91.0%
CMYK percentages
Cyan3.9%
Magenta65.9%
Yellow0.0%
Key (black)9.0%
Color previews
#df4fe8 text on a black background
contrast 6.42:1
Card sample
#df4fe8 text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4fe8;
Background color
Panel with #df4fe8 background
background-color: #df4fe8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4fe8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 79, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 79, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4fe8; background: linear-gradient(135deg, #df4fe8, #E84F8B);