#df4ce7
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 76, 231
HSL
297°, 76%, 60%
CMYK
4, 67, 0, 9
Luminance
0.2663
Every format
| HEX | #df4ce7 |
| RGB | rgb(223, 76, 231) |
| HSL | hsl(297, 76%, 60%) |
| CMYK | cmyk(4%, 67%, 0%, 9%) |
| LAB | lab(58.6 74.9 -50.5) |
| LCH | lch(58.6 90.3 326.0) |
| OKLCH | oklch(0.676 0.249 325.7) |
Copy-ready code
/* CSS */
color: #df4ce7;
background-color: #df4ce7;
/* Tailwind (arbitrary) */
class="text-[#df4ce7] bg-[#df4ce7]"
/* SCSS */
$brand: #df4ce7;
/* SwiftUI */
Color(red: 0.875, green: 0.298, blue: 0.906)
/* Android */
Color.parseColor("#df4ce7")Accessibility — WCAG contrast
Aa
#df4ce7 on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4ce7 on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green29.8%
Blue90.6%
CMYK percentages
Cyan3.5%
Magenta67.1%
Yellow0.0%
Key (black)9.4%
Color previews
#df4ce7 text on a black background
contrast 6.33:1
Card sample
#df4ce7 text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4ce7;
Background color
Panel with #df4ce7 background
background-color: #df4ce7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4ce7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 76, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 76, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4ce7; background: linear-gradient(135deg, #df4ce7, #E74C88);