#db8cbf
a light, vivid magenta / pink · warm · closest name: plum
RGB
219, 140, 191
HSL
321°, 52%, 70%
CMYK
0, 36, 13, 14
Luminance
0.3758
Every format
| HEX | #db8cbf |
| RGB | rgb(219, 140, 191) |
| HSL | hsl(321, 52%, 70%) |
| CMYK | cmyk(0%, 36%, 13%, 14%) |
| LAB | lab(67.7 37.3 -14.0) |
| LCH | lch(67.7 39.9 339.5) |
| OKLCH | oklch(0.736 0.115 341.2) |
Copy-ready code
/* CSS */
color: #db8cbf;
background-color: #db8cbf;
/* Tailwind (arbitrary) */
class="text-[#db8cbf] bg-[#db8cbf]"
/* SCSS */
$brand: #db8cbf;
/* SwiftUI */
Color(red: 0.859, green: 0.549, blue: 0.749)
/* Android */
Color.parseColor("#db8cbf")Accessibility — WCAG contrast
Aa
#db8cbf on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db8cbf on black: 8.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green54.9%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta36.1%
Yellow12.8%
Key (black)14.1%
Color previews
#db8cbf text on a black background
contrast 8.52:1
Card sample
#db8cbf text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db8cbf;
Background color
Panel with #db8cbf background
background-color: #db8cbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db8cbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 140, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 140, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db8cbf; background: linear-gradient(135deg, #db8cbf, #DB8E8C);