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