#db8eb2
a light, vivid magenta / pink · warm · closest name: plum
RGB
219, 142, 178
HSL
332°, 52%, 71%
CMYK
0, 35, 19, 14
Luminance
0.3762
Every format
| HEX | #db8eb2 |
| RGB | rgb(219, 142, 178) |
| HSL | hsl(332, 52%, 71%) |
| CMYK | cmyk(0%, 35%, 19%, 14%) |
| LAB | lab(67.7 34.2 -6.7) |
| LCH | lch(67.7 34.9 349.0) |
| OKLCH | oklch(0.735 0.103 350.4) |
Copy-ready code
/* CSS */
color: #db8eb2;
background-color: #db8eb2;
/* Tailwind (arbitrary) */
class="text-[#db8eb2] bg-[#db8eb2]"
/* SCSS */
$brand: #db8eb2;
/* SwiftUI */
Color(red: 0.859, green: 0.557, blue: 0.698)
/* Android */
Color.parseColor("#db8eb2")Accessibility — WCAG contrast
Aa
#db8eb2 on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db8eb2 on black: 8.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green55.7%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta35.2%
Yellow18.7%
Key (black)14.1%
Color previews
#db8eb2 text on a black background
contrast 8.52:1
Card sample
#db8eb2 text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db8eb2;
Background color
Panel with #db8eb2 background
background-color: #db8eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db8eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 142, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 142, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db8eb2; background: linear-gradient(135deg, #db8eb2, #DB9D8E);