#db9fc7
a light, vivid magenta / pink · warm · closest name: plum
RGB
219, 159, 199
HSL
320°, 46%, 74%
CMYK
0, 27, 9, 14
Luminance
0.4398
Every format
| HEX | #db9fc7 |
| RGB | rgb(219, 159, 199) |
| HSL | hsl(320, 46%, 74%) |
| CMYK | cmyk(0%, 27%, 9%, 14%) |
| LAB | lab(72.2 28.5 -11.7) |
| LCH | lch(72.2 30.8 337.7) |
| OKLCH | oklch(0.772 0.088 339.4) |
Copy-ready code
/* CSS */
color: #db9fc7;
background-color: #db9fc7;
/* Tailwind (arbitrary) */
class="text-[#db9fc7] bg-[#db9fc7]"
/* SCSS */
$brand: #db9fc7;
/* SwiftUI */
Color(red: 0.859, green: 0.624, blue: 0.780)
/* Android */
Color.parseColor("#db9fc7")Accessibility — WCAG contrast
Aa
#db9fc7 on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db9fc7 on black: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green62.4%
Blue78.0%
CMYK percentages
Cyan0.0%
Magenta27.4%
Yellow9.1%
Key (black)14.1%
Color previews
#db9fc7 text on a black background
contrast 9.80:1
Card sample
#db9fc7 text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db9fc7;
Background color
Panel with #db9fc7 background
background-color: #db9fc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db9fc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 159, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 159, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db9fc7; background: linear-gradient(135deg, #db9fc7, #DB9F9F);