#df6c9f
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
223, 108, 159
HSL
333°, 64%, 65%
CMYK
0, 52, 29, 13
Luminance
0.2892
Every format
| HEX | #df6c9f |
| RGB | rgb(223, 108, 159) |
| HSL | hsl(333, 64%, 65%) |
| CMYK | cmyk(0%, 52%, 29%, 13%) |
| LAB | lab(60.7 50.4 -6.2) |
| LCH | lch(60.7 50.7 352.9) |
| OKLCH | oklch(0.681 0.153 354.1) |
Copy-ready code
/* CSS */
color: #df6c9f;
background-color: #df6c9f;
/* Tailwind (arbitrary) */
class="text-[#df6c9f] bg-[#df6c9f]"
/* SCSS */
$brand: #df6c9f;
/* SwiftUI */
Color(red: 0.875, green: 0.424, blue: 0.624)
/* Android */
Color.parseColor("#df6c9f")Accessibility — WCAG contrast
Aa
#df6c9f on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df6c9f on black: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green42.4%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta51.6%
Yellow28.7%
Key (black)12.5%
Color previews
#df6c9f text on a black background
contrast 6.78:1
Card sample
#df6c9f text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6c9f;
Background color
Panel with #df6c9f background
background-color: #df6c9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6c9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 108, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 108, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6c9f; background: linear-gradient(135deg, #df6c9f, #DF866C);