#df2ead
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 46, 173
HSL
317°, 73%, 53%
CMYK
0, 79, 22, 13
Luminance
0.2066
Every format
| HEX | #df2ead |
| RGB | rgb(223, 46, 173) |
| HSL | hsl(317, 73%, 53%) |
| CMYK | cmyk(0%, 79%, 22%, 13%) |
| LAB | lab(52.6 75.8 -26.7) |
| LCH | lch(52.6 80.4 340.6) |
| OKLCH | oklch(0.623 0.239 342.6) |
Copy-ready code
/* CSS */
color: #df2ead;
background-color: #df2ead;
/* Tailwind (arbitrary) */
class="text-[#df2ead] bg-[#df2ead]"
/* SCSS */
$brand: #df2ead;
/* SwiftUI */
Color(red: 0.875, green: 0.180, blue: 0.678)
/* Android */
Color.parseColor("#df2ead")Accessibility — WCAG contrast
Aa
#df2ead on white: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df2ead on black: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green18.0%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta79.4%
Yellow22.4%
Key (black)12.5%
Color previews
#df2ead text on a black background
contrast 5.13:1
Card sample
#df2ead text on a white background
contrast 4.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df2ead;
Background color
Panel with #df2ead background
background-color: #df2ead;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df2ead;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 46, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 46, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df2ead; background: linear-gradient(135deg, #df2ead, #DF2E37);