#db0eb8
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
219, 14, 184
HSL
310°, 88%, 46%
CMYK
0, 94, 16, 14
Luminance
0.1883
Every format
| HEX | #db0eb8 |
| RGB | rgb(219, 14, 184) |
| HSL | hsl(310, 88%, 46%) |
| CMYK | cmyk(0%, 94%, 16%, 14%) |
| LAB | lab(50.5 81.8 -36.5) |
| LCH | lch(50.5 89.5 336.0) |
| OKLCH | oklch(0.609 0.262 337.7) |
Copy-ready code
/* CSS */
color: #db0eb8;
background-color: #db0eb8;
/* Tailwind (arbitrary) */
class="text-[#db0eb8] bg-[#db0eb8]"
/* SCSS */
$brand: #db0eb8;
/* SwiftUI */
Color(red: 0.859, green: 0.055, blue: 0.722)
/* Android */
Color.parseColor("#db0eb8")Accessibility — WCAG contrast
Aa
#db0eb8 on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db0eb8 on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green5.5%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta93.6%
Yellow16.0%
Key (black)14.1%
Color previews
#db0eb8 text on a black background
contrast 4.77:1
Card sample
#db0eb8 text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db0eb8;
Background color
Panel with #db0eb8 background
background-color: #db0eb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db0eb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 14, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 14, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db0eb8; background: linear-gradient(135deg, #db0eb8, #DB0E2F);