#db7fd0
a light, vivid magenta / pink · warm · closest name: orchid
RGB
219, 127, 208
HSL
307°, 56%, 68%
CMYK
0, 42, 5, 14
Luminance
0.3479
Every format
| HEX | #db7fd0 |
| RGB | rgb(219, 127, 208) |
| HSL | hsl(307, 56%, 68%) |
| CMYK | cmyk(0%, 42%, 5%, 14%) |
| LAB | lab(65.6 47.0 -26.7) |
| LCH | lch(65.6 54.1 330.4) |
| OKLCH | oklch(0.722 0.152 331.5) |
Copy-ready code
/* CSS */
color: #db7fd0;
background-color: #db7fd0;
/* Tailwind (arbitrary) */
class="text-[#db7fd0] bg-[#db7fd0]"
/* SCSS */
$brand: #db7fd0;
/* SwiftUI */
Color(red: 0.859, green: 0.498, blue: 0.816)
/* Android */
Color.parseColor("#db7fd0")Accessibility — WCAG contrast
Aa
#db7fd0 on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db7fd0 on black: 7.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green49.8%
Blue81.6%
CMYK percentages
Cyan0.0%
Magenta42.0%
Yellow5.0%
Key (black)14.1%
Color previews
#db7fd0 text on a black background
contrast 7.96:1
Card sample
#db7fd0 text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db7fd0;
Background color
Panel with #db7fd0 background
background-color: #db7fd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db7fd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 127, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 127, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db7fd0; background: linear-gradient(135deg, #db7fd0, #DB7F92);