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