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