#db709f
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
219, 112, 159
HSL
334°, 60%, 65%
CMYK
0, 49, 27, 14
Luminance
0.2915
Every format
| HEX | #db709f |
| RGB | rgb(219, 112, 159) |
| HSL | hsl(334, 60%, 65%) |
| CMYK | cmyk(0%, 49%, 27%, 14%) |
| LAB | lab(60.9 47.1 -6.0) |
| LCH | lch(60.9 47.5 352.7) |
| OKLCH | oklch(0.682 0.143 353.9) |
Copy-ready code
/* CSS */
color: #db709f;
background-color: #db709f;
/* Tailwind (arbitrary) */
class="text-[#db709f] bg-[#db709f]"
/* SCSS */
$brand: #db709f;
/* SwiftUI */
Color(red: 0.859, green: 0.439, blue: 0.624)
/* Android */
Color.parseColor("#db709f")Accessibility — WCAG contrast
Aa
#db709f on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db709f on black: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green43.9%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta48.9%
Yellow27.4%
Key (black)14.1%
Color previews
#db709f text on a black background
contrast 6.83:1
Card sample
#db709f text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db709f;
Background color
Panel with #db709f background
background-color: #db709f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db709f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 112, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 112, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db709f; background: linear-gradient(135deg, #db709f, #DB8870);