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