#df759d
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 117, 157
HSL
337°, 62%, 67%
CMYK
0, 48, 30, 13
Luminance
0.3084
Every format
| HEX | #df759d |
| RGB | rgb(223, 117, 157) |
| HSL | hsl(337, 62%, 67%) |
| CMYK | cmyk(0%, 48%, 30%, 13%) |
| LAB | lab(62.4 45.6 -2.6) |
| LCH | lch(62.4 45.7 356.7) |
| OKLCH | oklch(0.694 0.138 357.4) |
Copy-ready code
/* CSS */
color: #df759d;
background-color: #df759d;
/* Tailwind (arbitrary) */
class="text-[#df759d] bg-[#df759d]"
/* SCSS */
$brand: #df759d;
/* SwiftUI */
Color(red: 0.875, green: 0.459, blue: 0.616)
/* Android */
Color.parseColor("#df759d")Accessibility — WCAG contrast
Aa
#df759d on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df759d on black: 7.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green45.9%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta47.5%
Yellow29.6%
Key (black)12.5%
Color previews
#df759d text on a black background
contrast 7.17:1
Card sample
#df759d text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df759d;
Background color
Panel with #df759d background
background-color: #df759d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df759d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 117, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 117, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df759d; background: linear-gradient(135deg, #df759d, #DF9475);