#db7eb2
a light, vivid magenta / pink · warm · closest name: plum
RGB
219, 126, 178
HSL
327°, 56%, 68%
CMYK
0, 43, 19, 14
Luminance
0.3320
Every format
| HEX | #db7eb2 |
| RGB | rgb(219, 126, 178) |
| HSL | hsl(327, 56%, 68%) |
| CMYK | cmyk(0%, 43%, 19%, 14%) |
| LAB | lab(64.3 42.6 -11.8) |
| LCH | lch(64.3 44.2 344.6) |
| OKLCH | oklch(0.709 0.131 346.3) |
Copy-ready code
/* CSS */
color: #db7eb2;
background-color: #db7eb2;
/* Tailwind (arbitrary) */
class="text-[#db7eb2] bg-[#db7eb2]"
/* SCSS */
$brand: #db7eb2;
/* SwiftUI */
Color(red: 0.859, green: 0.494, blue: 0.698)
/* Android */
Color.parseColor("#db7eb2")Accessibility — WCAG contrast
Aa
#db7eb2 on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db7eb2 on black: 7.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green49.4%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta42.5%
Yellow18.7%
Key (black)14.1%
Color previews
#db7eb2 text on a black background
contrast 7.64:1
Card sample
#db7eb2 text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db7eb2;
Background color
Panel with #db7eb2 background
background-color: #db7eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db7eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 126, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 126, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db7eb2; background: linear-gradient(135deg, #db7eb2, #DB887E);