#df528d
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 82, 141
HSL
335°, 69%, 60%
CMYK
0, 63, 37, 13
Luminance
0.2365
Every format
| HEX | #df528d |
| RGB | rgb(223, 82, 141) |
| HSL | hsl(335, 69%, 60%) |
| CMYK | cmyk(0%, 63%, 37%, 13%) |
| LAB | lab(55.7 60.0 -3.1) |
| LCH | lch(55.7 60.0 357.0) |
| OKLCH | oklch(0.642 0.183 357.7) |
Copy-ready code
/* CSS */
color: #df528d;
background-color: #df528d;
/* Tailwind (arbitrary) */
class="text-[#df528d] bg-[#df528d]"
/* SCSS */
$brand: #df528d;
/* SwiftUI */
Color(red: 0.875, green: 0.322, blue: 0.553)
/* Android */
Color.parseColor("#df528d")Accessibility — WCAG contrast
Aa
#df528d on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df528d on black: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green32.2%
Blue55.3%
CMYK percentages
Cyan0.0%
Magenta63.2%
Yellow36.8%
Key (black)12.5%
Color previews
#df528d text on a black background
contrast 5.73:1
Card sample
#df528d text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df528d;
Background color
Panel with #df528d background
background-color: #df528d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df528d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 82, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 82, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df528d; background: linear-gradient(135deg, #df528d, #DF7552);