#df6c9b
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
223, 108, 155
HSL
336°, 64%, 65%
CMYK
0, 52, 31, 13
Luminance
0.2878
Every format
| HEX | #df6c9b |
| RGB | rgb(223, 108, 155) |
| HSL | hsl(336, 64%, 65%) |
| CMYK | cmyk(0%, 52%, 31%, 13%) |
| LAB | lab(60.6 49.8 -4.1) |
| LCH | lch(60.6 50.0 355.3) |
| OKLCH | oklch(0.680 0.151 356.1) |
Copy-ready code
/* CSS */
color: #df6c9b;
background-color: #df6c9b;
/* Tailwind (arbitrary) */
class="text-[#df6c9b] bg-[#df6c9b]"
/* SCSS */
$brand: #df6c9b;
/* SwiftUI */
Color(red: 0.875, green: 0.424, blue: 0.608)
/* Android */
Color.parseColor("#df6c9b")Accessibility — WCAG contrast
Aa
#df6c9b on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df6c9b on black: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green42.4%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta51.6%
Yellow30.5%
Key (black)12.5%
Color previews
#df6c9b text on a black background
contrast 6.76:1
Card sample
#df6c9b text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6c9b;
Background color
Panel with #df6c9b background
background-color: #df6c9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6c9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 108, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 108, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6c9b; background: linear-gradient(135deg, #df6c9b, #DF8A6C);