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