#df449d
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 68, 157
HSL
326°, 71%, 57%
CMYK
0, 70, 30, 13
Luminance
0.2226
Every format
| HEX | #df449d |
| RGB | rgb(223, 68, 157) |
| HSL | hsl(326, 71%, 57%) |
| CMYK | cmyk(0%, 70%, 30%, 13%) |
| LAB | lab(54.3 67.2 -14.7) |
| LCH | lch(54.3 68.8 347.7) |
| OKLCH | oklch(0.634 0.208 349.4) |
Copy-ready code
/* CSS */
color: #df449d;
background-color: #df449d;
/* Tailwind (arbitrary) */
class="text-[#df449d] bg-[#df449d]"
/* SCSS */
$brand: #df449d;
/* SwiftUI */
Color(red: 0.875, green: 0.267, blue: 0.616)
/* Android */
Color.parseColor("#df449d")Accessibility — WCAG contrast
Aa
#df449d on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df449d on black: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green26.7%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta69.5%
Yellow29.6%
Key (black)12.5%
Color previews
#df449d text on a black background
contrast 5.45:1
Card sample
#df449d text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df449d;
Background color
Panel with #df449d background
background-color: #df449d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df449d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 68, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 68, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df449d; background: linear-gradient(135deg, #df449d, #DF5244);