#db5eb3
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
219, 94, 179
HSL
319°, 64%, 61%
CMYK
0, 57, 18, 14
Luminance
0.2632
Every format
| HEX | #db5eb3 |
| RGB | rgb(219, 94, 179) |
| HSL | hsl(319, 64%, 61%) |
| CMYK | cmyk(0%, 57%, 18%, 14%) |
| LAB | lab(58.3 58.4 -21.4) |
| LCH | lch(58.3 62.2 339.9) |
| OKLCH | oklch(0.665 0.183 341.8) |
Copy-ready code
/* CSS */
color: #db5eb3;
background-color: #db5eb3;
/* Tailwind (arbitrary) */
class="text-[#db5eb3] bg-[#db5eb3]"
/* SCSS */
$brand: #db5eb3;
/* SwiftUI */
Color(red: 0.859, green: 0.369, blue: 0.702)
/* Android */
Color.parseColor("#db5eb3")Accessibility — WCAG contrast
Aa
#db5eb3 on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db5eb3 on black: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green36.9%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta57.1%
Yellow18.3%
Key (black)14.1%
Color previews
#db5eb3 text on a black background
contrast 6.26:1
Card sample
#db5eb3 text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db5eb3;
Background color
Panel with #db5eb3 background
background-color: #db5eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db5eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 94, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 94, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db5eb3; background: linear-gradient(135deg, #db5eb3, #DB5E60);