#db296f
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
219, 41, 111
HSL
336°, 71%, 51%
CMYK
0, 81, 49, 14
Luminance
0.1779
Every format
| HEX | #db296f |
| RGB | rgb(219, 41, 111) |
| HSL | hsl(336, 71%, 51%) |
| CMYK | cmyk(0%, 81%, 49%, 14%) |
| LAB | lab(49.3 69.7 5.4) |
| LCH | lch(49.3 70.0 4.4) |
| OKLCH | oklch(0.591 0.214 3.8) |
Copy-ready code
/* CSS */
color: #db296f;
background-color: #db296f;
/* Tailwind (arbitrary) */
class="text-[#db296f] bg-[#db296f]"
/* SCSS */
$brand: #db296f;
/* SwiftUI */
Color(red: 0.859, green: 0.161, blue: 0.435)
/* Android */
Color.parseColor("#db296f")Accessibility — WCAG contrast
Aa
#db296f on white: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#db296f on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green16.1%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta81.3%
Yellow49.3%
Key (black)14.1%
Color previews
#db296f text on a black background
contrast 4.56:1
Card sample
#db296f text on a white background
contrast 4.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db296f;
Background color
Panel with #db296f background
background-color: #db296f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db296f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 41, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 41, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db296f; background: linear-gradient(135deg, #db296f, #DB5A29);