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