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