#db5eb1
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
219, 94, 177
HSL
320°, 64%, 61%
CMYK
0, 57, 19, 14
Luminance
0.2624
Every format
| HEX | #db5eb1 |
| RGB | rgb(219, 94, 177) |
| HSL | hsl(320, 64%, 61%) |
| CMYK | cmyk(0%, 57%, 19%, 14%) |
| LAB | lab(58.3 58.1 -20.4) |
| LCH | lch(58.3 61.6 340.7) |
| OKLCH | oklch(0.664 0.182 342.6) |
Copy-ready code
/* CSS */
color: #db5eb1;
background-color: #db5eb1;
/* Tailwind (arbitrary) */
class="text-[#db5eb1] bg-[#db5eb1]"
/* SCSS */
$brand: #db5eb1;
/* SwiftUI */
Color(red: 0.859, green: 0.369, blue: 0.694)
/* Android */
Color.parseColor("#db5eb1")Accessibility — WCAG contrast
Aa
#db5eb1 on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db5eb1 on black: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green36.9%
Blue69.4%
CMYK percentages
Cyan0.0%
Magenta57.1%
Yellow19.2%
Key (black)14.1%
Color previews
#db5eb1 text on a black background
contrast 6.25:1
Card sample
#db5eb1 text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db5eb1;
Background color
Panel with #db5eb1 background
background-color: #db5eb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db5eb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 94, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 94, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db5eb1; background: linear-gradient(135deg, #db5eb1, #DB5E5E);