#db7fac
a light, vivid magenta / pink · warm · closest name: plum
RGB
219, 127, 172
HSL
331°, 56%, 68%
CMYK
0, 42, 22, 14
Luminance
0.3322
Every format
| HEX | #db7fac |
| RGB | rgb(219, 127, 172) |
| HSL | hsl(331, 56%, 68%) |
| CMYK | cmyk(0%, 42%, 22%, 14%) |
| LAB | lab(64.3 41.2 -8.3) |
| LCH | lch(64.3 42.1 348.6) |
| OKLCH | oklch(0.709 0.125 350.1) |
Copy-ready code
/* CSS */
color: #db7fac;
background-color: #db7fac;
/* Tailwind (arbitrary) */
class="text-[#db7fac] bg-[#db7fac]"
/* SCSS */
$brand: #db7fac;
/* SwiftUI */
Color(red: 0.859, green: 0.498, blue: 0.675)
/* Android */
Color.parseColor("#db7fac")Accessibility — WCAG contrast
Aa
#db7fac on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db7fac on black: 7.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green49.8%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta42.0%
Yellow21.5%
Key (black)14.1%
Color previews
#db7fac text on a black background
contrast 7.64:1
Card sample
#db7fac text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db7fac;
Background color
Panel with #db7fac background
background-color: #db7fac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db7fac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 127, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 127, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db7fac; background: linear-gradient(135deg, #db7fac, #DB8F7F);