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