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