#db4eb4
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
219, 78, 180
HSL
317°, 66%, 58%
CMYK
0, 64, 18, 14
Luminance
0.2380
Every format
| HEX | #db4eb4 |
| RGB | rgb(219, 78, 180) |
| HSL | hsl(317, 66%, 58%) |
| CMYK | cmyk(0%, 64%, 18%, 14%) |
| LAB | lab(55.9 65.3 -25.7) |
| LCH | lch(55.9 70.2 338.5) |
| OKLCH | oklch(0.647 0.206 340.4) |
Copy-ready code
/* CSS */
color: #db4eb4;
background-color: #db4eb4;
/* Tailwind (arbitrary) */
class="text-[#db4eb4] bg-[#db4eb4]"
/* SCSS */
$brand: #db4eb4;
/* SwiftUI */
Color(red: 0.859, green: 0.306, blue: 0.706)
/* Android */
Color.parseColor("#db4eb4")Accessibility — WCAG contrast
Aa
#db4eb4 on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db4eb4 on black: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green30.6%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta64.4%
Yellow17.8%
Key (black)14.1%
Color previews
#db4eb4 text on a black background
contrast 5.76:1
Card sample
#db4eb4 text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db4eb4;
Background color
Panel with #db4eb4 background
background-color: #db4eb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db4eb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 78, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 78, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db4eb4; background: linear-gradient(135deg, #db4eb4, #DB4E56);