#df7ca7
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 124, 167
HSL
334°, 61%, 68%
CMYK
0, 44, 25, 13
Luminance
0.3289
Every format
| HEX | #df7ca7 |
| RGB | rgb(223, 124, 167) |
| HSL | hsl(334, 61%, 68%) |
| CMYK | cmyk(0%, 44%, 25%, 13%) |
| LAB | lab(64.1 43.4 -5.8) |
| LCH | lch(64.1 43.8 352.4) |
| OKLCH | oklch(0.707 0.132 353.5) |
Copy-ready code
/* CSS */
color: #df7ca7;
background-color: #df7ca7;
/* Tailwind (arbitrary) */
class="text-[#df7ca7] bg-[#df7ca7]"
/* SCSS */
$brand: #df7ca7;
/* SwiftUI */
Color(red: 0.875, green: 0.486, blue: 0.655)
/* Android */
Color.parseColor("#df7ca7")Accessibility — WCAG contrast
Aa
#df7ca7 on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df7ca7 on black: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green48.6%
Blue65.5%
CMYK percentages
Cyan0.0%
Magenta44.4%
Yellow25.1%
Key (black)12.5%
Color previews
#df7ca7 text on a black background
contrast 7.58:1
Card sample
#df7ca7 text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df7ca7;
Background color
Panel with #df7ca7 background
background-color: #df7ca7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df7ca7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 124, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 124, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df7ca7; background: linear-gradient(135deg, #df7ca7, #DF937C);