#db496e
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
219, 73, 110
HSL
345°, 67%, 57%
CMYK
0, 67, 50, 14
Luminance
0.2095
Every format
| HEX | #db496e |
| RGB | rgb(219, 73, 110) |
| HSL | hsl(345, 67%, 57%) |
| CMYK | cmyk(0%, 67%, 50%, 14%) |
| LAB | lab(52.9 59.4 11.1) |
| LCH | lch(52.9 60.4 10.6) |
| OKLCH | oklch(0.617 0.183 9.0) |
Copy-ready code
/* CSS */
color: #db496e;
background-color: #db496e;
/* Tailwind (arbitrary) */
class="text-[#db496e] bg-[#db496e]"
/* SCSS */
$brand: #db496e;
/* SwiftUI */
Color(red: 0.859, green: 0.286, blue: 0.431)
/* Android */
Color.parseColor("#db496e")Accessibility — WCAG contrast
Aa
#db496e on white: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db496e on black: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green28.6%
Blue43.1%
CMYK percentages
Cyan0.0%
Magenta66.7%
Yellow49.8%
Key (black)14.1%
Color previews
#db496e text on a black background
contrast 5.19:1
Card sample
#db496e text on a white background
contrast 4.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db496e;
Background color
Panel with #db496e background
background-color: #db496e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db496e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 73, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 73, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db496e; background: linear-gradient(135deg, #db496e, #DB8549);