#db9cb2
a light, vivid magenta / pink · warm · closest name: pink
RGB
219, 156, 178
HSL
339°, 47%, 74%
CMYK
0, 29, 19, 14
Luminance
0.4205
Every format
| HEX | #db9cb2 |
| RGB | rgb(219, 156, 178) |
| HSL | hsl(339, 47%, 74%) |
| CMYK | cmyk(0%, 29%, 19%, 14%) |
| LAB | lab(70.9 26.7 -2.0) |
| LCH | lch(70.9 26.8 355.7) |
| OKLCH | oklch(0.759 0.080 356.5) |
Copy-ready code
/* CSS */
color: #db9cb2;
background-color: #db9cb2;
/* Tailwind (arbitrary) */
class="text-[#db9cb2] bg-[#db9cb2]"
/* SCSS */
$brand: #db9cb2;
/* SwiftUI */
Color(red: 0.859, green: 0.612, blue: 0.698)
/* Android */
Color.parseColor("#db9cb2")Accessibility — WCAG contrast
Aa
#db9cb2 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db9cb2 on black: 9.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green61.2%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta28.8%
Yellow18.7%
Key (black)14.1%
Color previews
#db9cb2 text on a black background
contrast 9.41:1
Card sample
#db9cb2 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db9cb2;
Background color
Panel with #db9cb2 background
background-color: #db9cb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db9cb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 156, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 156, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db9cb2; background: linear-gradient(135deg, #db9cb2, #DBB09C);