#df49c3
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 73, 195
HSL
311°, 70%, 58%
CMYK
0, 67, 13, 13
Luminance
0.2439
Every format
| HEX | #df49c3 |
| RGB | rgb(223, 73, 195) |
| HSL | hsl(311, 70%, 58%) |
| CMYK | cmyk(0%, 67%, 13%, 13%) |
| LAB | lab(56.5 70.4 -33.4) |
| LCH | lch(56.5 77.9 334.6) |
| OKLCH | oklch(0.654 0.225 336.2) |
Copy-ready code
/* CSS */
color: #df49c3;
background-color: #df49c3;
/* Tailwind (arbitrary) */
class="text-[#df49c3] bg-[#df49c3]"
/* SCSS */
$brand: #df49c3;
/* SwiftUI */
Color(red: 0.875, green: 0.286, blue: 0.765)
/* Android */
Color.parseColor("#df49c3")Accessibility — WCAG contrast
Aa
#df49c3 on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df49c3 on black: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green28.6%
Blue76.5%
CMYK percentages
Cyan0.0%
Magenta67.3%
Yellow12.6%
Key (black)12.5%
Color previews
#df49c3 text on a black background
contrast 5.88:1
Card sample
#df49c3 text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df49c3;
Background color
Panel with #df49c3 background
background-color: #df49c3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df49c3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 73, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 73, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df49c3; background: linear-gradient(135deg, #df49c3, #DF495F);