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