#db2eb2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
219, 46, 178
HSL
314°, 71%, 52%
CMYK
0, 79, 19, 14
Luminance
0.2023
Every format
| HEX | #db2eb2 |
| RGB | rgb(219, 46, 178) |
| HSL | hsl(314, 71%, 52%) |
| CMYK | cmyk(0%, 79%, 19%, 14%) |
| LAB | lab(52.1 75.5 -30.4) |
| LCH | lch(52.1 81.5 338.0) |
| OKLCH | oklch(0.619 0.240 340.0) |
Copy-ready code
/* CSS */
color: #db2eb2;
background-color: #db2eb2;
/* Tailwind (arbitrary) */
class="text-[#db2eb2] bg-[#db2eb2]"
/* SCSS */
$brand: #db2eb2;
/* SwiftUI */
Color(red: 0.859, green: 0.180, blue: 0.698)
/* Android */
Color.parseColor("#db2eb2")Accessibility — WCAG contrast
Aa
#db2eb2 on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db2eb2 on black: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green18.0%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta79.0%
Yellow18.7%
Key (black)14.1%
Color previews
#db2eb2 text on a black background
contrast 5.05:1
Card sample
#db2eb2 text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db2eb2;
Background color
Panel with #db2eb2 background
background-color: #db2eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db2eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 46, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 46, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db2eb2; background: linear-gradient(135deg, #db2eb2, #DB2E3F);