#db4eb6
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
219, 78, 182
HSL
316°, 66%, 58%
CMYK
0, 64, 17, 14
Luminance
0.2389
Every format
| HEX | #db4eb6 |
| RGB | rgb(219, 78, 182) |
| HSL | hsl(316, 66%, 58%) |
| CMYK | cmyk(0%, 64%, 17%, 14%) |
| LAB | lab(56.0 65.6 -26.8) |
| LCH | lch(56.0 70.9 337.8) |
| OKLCH | oklch(0.648 0.208 339.7) |
Copy-ready code
/* CSS */
color: #db4eb6;
background-color: #db4eb6;
/* Tailwind (arbitrary) */
class="text-[#db4eb6] bg-[#db4eb6]"
/* SCSS */
$brand: #db4eb6;
/* SwiftUI */
Color(red: 0.859, green: 0.306, blue: 0.714)
/* Android */
Color.parseColor("#db4eb6")Accessibility — WCAG contrast
Aa
#db4eb6 on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db4eb6 on black: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green30.6%
Blue71.4%
CMYK percentages
Cyan0.0%
Magenta64.4%
Yellow16.9%
Key (black)14.1%
Color previews
#db4eb6 text on a black background
contrast 5.78:1
Card sample
#db4eb6 text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db4eb6;
Background color
Panel with #db4eb6 background
background-color: #db4eb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db4eb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 78, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 78, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db4eb6; background: linear-gradient(135deg, #db4eb6, #DB4E58);