#df2c8a
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 44, 138
HSL
329°, 74%, 52%
CMYK
0, 80, 38, 13
Luminance
0.1932
Every format
| HEX | #df2c8a |
| RGB | rgb(223, 44, 138) |
| HSL | hsl(329, 74%, 52%) |
| CMYK | cmyk(0%, 80%, 38%, 13%) |
| LAB | lab(51.1 72.4 -8.3) |
| LCH | lch(51.1 72.9 353.5) |
| OKLCH | oklch(0.608 0.224 354.6) |
Copy-ready code
/* CSS */
color: #df2c8a;
background-color: #df2c8a;
/* Tailwind (arbitrary) */
class="text-[#df2c8a] bg-[#df2c8a]"
/* SCSS */
$brand: #df2c8a;
/* SwiftUI */
Color(red: 0.875, green: 0.173, blue: 0.541)
/* Android */
Color.parseColor("#df2c8a")Accessibility — WCAG contrast
Aa
#df2c8a on white: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df2c8a on black: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green17.3%
Blue54.1%
CMYK percentages
Cyan0.0%
Magenta80.3%
Yellow38.1%
Key (black)12.5%
Color previews
#df2c8a text on a black background
contrast 4.86:1
Card sample
#df2c8a text on a white background
contrast 4.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df2c8a;
Background color
Panel with #df2c8a background
background-color: #df2c8a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df2c8a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 44, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 44, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df2c8a; background: linear-gradient(135deg, #df2c8a, #DF462C);