#df4fdf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 79, 223
HSL
300°, 69%, 59%
CMYK
0, 65, 0, 13
Luminance
0.2661
Every format
| HEX | #df4fdf |
| RGB | rgb(223, 79, 223) |
| HSL | hsl(300, 69%, 59%) |
| CMYK | cmyk(0%, 65%, 0%, 13%) |
| LAB | lab(58.6 72.5 -46.0) |
| LCH | lch(58.6 85.9 327.6) |
| OKLCH | oklch(0.674 0.239 327.8) |
Copy-ready code
/* CSS */
color: #df4fdf;
background-color: #df4fdf;
/* Tailwind (arbitrary) */
class="text-[#df4fdf] bg-[#df4fdf]"
/* SCSS */
$brand: #df4fdf;
/* SwiftUI */
Color(red: 0.875, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#df4fdf")Accessibility — WCAG contrast
Aa
#df4fdf on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4fdf on black: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green31.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta64.6%
Yellow0.0%
Key (black)12.5%
Color previews
#df4fdf text on a black background
contrast 6.32:1
Card sample
#df4fdf text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4fdf;
Background color
Panel with #df4fdf background
background-color: #df4fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4fdf; background: linear-gradient(135deg, #df4fdf, #DF4F7F);