#df488d
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 72, 141
HSL
333°, 70%, 58%
CMYK
0, 68, 37, 13
Luminance
0.2225
Every format
| HEX | #df488d |
| RGB | rgb(223, 72, 141) |
| HSL | hsl(333, 70%, 58%) |
| CMYK | cmyk(0%, 68%, 37%, 13%) |
| LAB | lab(54.3 63.9 -5.3) |
| LCH | lch(54.3 64.2 355.3) |
| OKLCH | oklch(0.632 0.196 356.2) |
Copy-ready code
/* CSS */
color: #df488d;
background-color: #df488d;
/* Tailwind (arbitrary) */
class="text-[#df488d] bg-[#df488d]"
/* SCSS */
$brand: #df488d;
/* SwiftUI */
Color(red: 0.875, green: 0.282, blue: 0.553)
/* Android */
Color.parseColor("#df488d")Accessibility — WCAG contrast
Aa
#df488d on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df488d on black: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green28.2%
Blue55.3%
CMYK percentages
Cyan0.0%
Magenta67.7%
Yellow36.8%
Key (black)12.5%
Color previews
#df488d text on a black background
contrast 5.45:1
Card sample
#df488d text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df488d;
Background color
Panel with #df488d background
background-color: #df488d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df488d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 72, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 72, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df488d; background: linear-gradient(135deg, #df488d, #DF6848);