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