#db9cbf
a light, vivid magenta / pink · warm · closest name: plum
RGB
219, 156, 191
HSL
327°, 47%, 74%
CMYK
0, 29, 13, 14
Luminance
0.4260
Every format
| HEX | #db9cbf |
| RGB | rgb(219, 156, 191) |
| HSL | hsl(327, 47%, 74%) |
| CMYK | cmyk(0%, 29%, 13%, 14%) |
| LAB | lab(71.3 28.8 -8.6) |
| LCH | lch(71.3 30.0 343.3) |
| OKLCH | oklch(0.764 0.087 345.0) |
Copy-ready code
/* CSS */
color: #db9cbf;
background-color: #db9cbf;
/* Tailwind (arbitrary) */
class="text-[#db9cbf] bg-[#db9cbf]"
/* SCSS */
$brand: #db9cbf;
/* SwiftUI */
Color(red: 0.859, green: 0.612, blue: 0.749)
/* Android */
Color.parseColor("#db9cbf")Accessibility — WCAG contrast
Aa
#db9cbf on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db9cbf on black: 9.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green61.2%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta28.8%
Yellow12.8%
Key (black)14.1%
Color previews
#db9cbf text on a black background
contrast 9.52:1
Card sample
#db9cbf text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db9cbf;
Background color
Panel with #db9cbf background
background-color: #db9cbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db9cbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 156, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 156, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db9cbf; background: linear-gradient(135deg, #db9cbf, #DBA39C);