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