#db7fc2
a light, vivid magenta / pink · warm · closest name: plum
RGB
219, 127, 194
HSL
316°, 56%, 68%
CMYK
0, 42, 11, 14
Luminance
0.3413
Every format
| HEX | #db7fc2 |
| RGB | rgb(219, 127, 194) |
| HSL | hsl(316, 56%, 68%) |
| CMYK | cmyk(0%, 42%, 11%, 14%) |
| LAB | lab(65.1 44.6 -19.7) |
| LCH | lch(65.1 48.8 336.2) |
| OKLCH | oklch(0.717 0.140 337.9) |
Copy-ready code
/* CSS */
color: #db7fc2;
background-color: #db7fc2;
/* Tailwind (arbitrary) */
class="text-[#db7fc2] bg-[#db7fc2]"
/* SCSS */
$brand: #db7fc2;
/* SwiftUI */
Color(red: 0.859, green: 0.498, blue: 0.761)
/* Android */
Color.parseColor("#db7fc2")Accessibility — WCAG contrast
Aa
#db7fc2 on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db7fc2 on black: 7.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green49.8%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta42.0%
Yellow11.4%
Key (black)14.1%
Color previews
#db7fc2 text on a black background
contrast 7.83:1
Card sample
#db7fc2 text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db7fc2;
Background color
Panel with #db7fc2 background
background-color: #db7fc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db7fc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 127, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 127, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db7fc2; background: linear-gradient(135deg, #db7fc2, #DB7F85);