#df4dac
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 77, 172
HSL
321°, 70%, 59%
CMYK
0, 66, 23, 13
Luminance
0.2397
Every format
| HEX | #df4dac |
| RGB | rgb(223, 77, 172) |
| HSL | hsl(321, 70%, 59%) |
| CMYK | cmyk(0%, 66%, 23%, 13%) |
| LAB | lab(56.1 65.7 -20.8) |
| LCH | lch(56.1 68.9 342.5) |
| OKLCH | oklch(0.648 0.205 344.4) |
Copy-ready code
/* CSS */
color: #df4dac;
background-color: #df4dac;
/* Tailwind (arbitrary) */
class="text-[#df4dac] bg-[#df4dac]"
/* SCSS */
$brand: #df4dac;
/* SwiftUI */
Color(red: 0.875, green: 0.302, blue: 0.675)
/* Android */
Color.parseColor("#df4dac")Accessibility — WCAG contrast
Aa
#df4dac on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4dac on black: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green30.2%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta65.5%
Yellow22.9%
Key (black)12.5%
Color previews
#df4dac text on a black background
contrast 5.79:1
Card sample
#df4dac text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4dac;
Background color
Panel with #df4dac background
background-color: #df4dac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4dac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 77, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 77, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4dac; background: linear-gradient(135deg, #df4dac, #DF4F4D);