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