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