#db9fcf
a light, vivid magenta / pink · warm · closest name: plum
RGB
219, 159, 207
HSL
312°, 46%, 74%
CMYK
0, 27, 6, 14
Luminance
0.4436
Every format
| HEX | #db9fcf |
| RGB | rgb(219, 159, 207) |
| HSL | hsl(312, 46%, 74%) |
| CMYK | cmyk(0%, 27%, 6%, 14%) |
| LAB | lab(72.5 29.9 -15.7) |
| LCH | lch(72.5 33.8 332.3) |
| OKLCH | oklch(0.774 0.095 333.7) |
Copy-ready code
/* CSS */
color: #db9fcf;
background-color: #db9fcf;
/* Tailwind (arbitrary) */
class="text-[#db9fcf] bg-[#db9fcf]"
/* SCSS */
$brand: #db9fcf;
/* SwiftUI */
Color(red: 0.859, green: 0.624, blue: 0.812)
/* Android */
Color.parseColor("#db9fcf")Accessibility — WCAG contrast
Aa
#db9fcf on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db9fcf on black: 9.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green62.4%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta27.4%
Yellow5.5%
Key (black)14.1%
Color previews
#db9fcf text on a black background
contrast 9.87:1
Card sample
#db9fcf text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db9fcf;
Background color
Panel with #db9fcf background
background-color: #db9fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db9fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 159, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 159, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db9fcf; background: linear-gradient(135deg, #db9fcf, #DB9FA7);