#db3eb5
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
219, 62, 181
HSL
315°, 69%, 55%
CMYK
0, 72, 17, 14
Luminance
0.2184
Every format
| HEX | #db3eb5 |
| RGB | rgb(219, 62, 181) |
| HSL | hsl(315, 69%, 55%) |
| CMYK | cmyk(0%, 72%, 17%, 14%) |
| LAB | lab(53.9 71.3 -29.5) |
| LCH | lch(53.9 77.1 337.5) |
| OKLCH | oklch(0.632 0.227 339.4) |
Copy-ready code
/* CSS */
color: #db3eb5;
background-color: #db3eb5;
/* Tailwind (arbitrary) */
class="text-[#db3eb5] bg-[#db3eb5]"
/* SCSS */
$brand: #db3eb5;
/* SwiftUI */
Color(red: 0.859, green: 0.243, blue: 0.710)
/* Android */
Color.parseColor("#db3eb5")Accessibility — WCAG contrast
Aa
#db3eb5 on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db3eb5 on black: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green24.3%
Blue71.0%
CMYK percentages
Cyan0.0%
Magenta71.7%
Yellow17.4%
Key (black)14.1%
Color previews
#db3eb5 text on a black background
contrast 5.37:1
Card sample
#db3eb5 text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db3eb5;
Background color
Panel with #db3eb5 background
background-color: #db3eb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db3eb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 62, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 62, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db3eb5; background: linear-gradient(135deg, #db3eb5, #DB3E4C);