#df3ce5
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 60, 229
HSL
298°, 77%, 57%
CMYK
3, 74, 0, 10
Luminance
0.2458
Every format
| HEX | #df3ce5 |
| RGB | rgb(223, 60, 229) |
| HSL | hsl(298, 77%, 57%) |
| CMYK | cmyk(3%, 74%, 0%, 10%) |
| LAB | lab(56.7 79.9 -52.5) |
| LCH | lch(56.7 95.6 326.7) |
| OKLCH | oklch(0.661 0.264 326.5) |
Copy-ready code
/* CSS */
color: #df3ce5;
background-color: #df3ce5;
/* Tailwind (arbitrary) */
class="text-[#df3ce5] bg-[#df3ce5]"
/* SCSS */
$brand: #df3ce5;
/* SwiftUI */
Color(red: 0.875, green: 0.235, blue: 0.898)
/* Android */
Color.parseColor("#df3ce5")Accessibility — WCAG contrast
Aa
#df3ce5 on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df3ce5 on black: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green23.5%
Blue89.8%
CMYK percentages
Cyan2.6%
Magenta73.8%
Yellow0.0%
Key (black)10.2%
Color previews
#df3ce5 text on a black background
contrast 5.92:1
Card sample
#df3ce5 text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df3ce5;
Background color
Panel with #df3ce5 background
background-color: #df3ce5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df3ce5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 60, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 60, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df3ce5; background: linear-gradient(135deg, #df3ce5, #E53C7A);