#df448e
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 68, 142
HSL
331°, 71%, 57%
CMYK
0, 70, 36, 13
Luminance
0.2178
Every format
| HEX | #df448e |
| RGB | rgb(223, 68, 142) |
| HSL | hsl(331, 71%, 57%) |
| CMYK | cmyk(0%, 70%, 36%, 13%) |
| LAB | lab(53.8 65.5 -6.6) |
| LCH | lch(53.8 65.8 354.3) |
| OKLCH | oklch(0.628 0.201 355.3) |
Copy-ready code
/* CSS */
color: #df448e;
background-color: #df448e;
/* Tailwind (arbitrary) */
class="text-[#df448e] bg-[#df448e]"
/* SCSS */
$brand: #df448e;
/* SwiftUI */
Color(red: 0.875, green: 0.267, blue: 0.557)
/* Android */
Color.parseColor("#df448e")Accessibility — WCAG contrast
Aa
#df448e on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df448e on black: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green26.7%
Blue55.7%
CMYK percentages
Cyan0.0%
Magenta69.5%
Yellow36.3%
Key (black)12.5%
Color previews
#df448e text on a black background
contrast 5.36:1
Card sample
#df448e text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df448e;
Background color
Panel with #df448e background
background-color: #df448e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df448e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 68, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 68, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df448e; background: linear-gradient(135deg, #df448e, #DF6244);