#df6d97
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 109, 151
HSL
338°, 64%, 65%
CMYK
0, 51, 32, 13
Luminance
0.2886
Every format
| HEX | #df6d97 |
| RGB | rgb(223, 109, 151) |
| HSL | hsl(338, 64%, 65%) |
| CMYK | cmyk(0%, 51%, 32%, 13%) |
| LAB | lab(60.7 48.9 -1.7) |
| LCH | lch(60.7 48.9 358.0) |
| OKLCH | oklch(0.680 0.148 358.5) |
Copy-ready code
/* CSS */
color: #df6d97;
background-color: #df6d97;
/* Tailwind (arbitrary) */
class="text-[#df6d97] bg-[#df6d97]"
/* SCSS */
$brand: #df6d97;
/* SwiftUI */
Color(red: 0.875, green: 0.427, blue: 0.592)
/* Android */
Color.parseColor("#df6d97")Accessibility — WCAG contrast
Aa
#df6d97 on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df6d97 on black: 6.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green42.7%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta51.1%
Yellow32.3%
Key (black)12.5%
Color previews
#df6d97 text on a black background
contrast 6.77:1
Card sample
#df6d97 text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6d97;
Background color
Panel with #df6d97 background
background-color: #df6d97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6d97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 109, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 109, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6d97; background: linear-gradient(135deg, #df6d97, #DF8F6D);