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