#df4eae
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 78, 174
HSL
320°, 69%, 59%
CMYK
0, 65, 22, 13
Luminance
0.2419
Every format
| HEX | #df4eae |
| RGB | rgb(223, 78, 174) |
| HSL | hsl(320, 69%, 59%) |
| CMYK | cmyk(0%, 65%, 22%, 13%) |
| LAB | lab(56.3 65.6 -21.6) |
| LCH | lch(56.3 69.1 341.8) |
| OKLCH | oklch(0.650 0.205 343.7) |
Copy-ready code
/* CSS */
color: #df4eae;
background-color: #df4eae;
/* Tailwind (arbitrary) */
class="text-[#df4eae] bg-[#df4eae]"
/* SCSS */
$brand: #df4eae;
/* SwiftUI */
Color(red: 0.875, green: 0.306, blue: 0.682)
/* Android */
Color.parseColor("#df4eae")Accessibility — WCAG contrast
Aa
#df4eae on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4eae on black: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green30.6%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta65.0%
Yellow22.0%
Key (black)12.5%
Color previews
#df4eae text on a black background
contrast 5.84:1
Card sample
#df4eae text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4eae;
Background color
Panel with #df4eae background
background-color: #df4eae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4eae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 78, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 78, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4eae; background: linear-gradient(135deg, #df4eae, #DF4F4E);