#db7fd4
a light, vivid magenta / pink · warm · closest name: orchid
RGB
219, 127, 212
HSL
305°, 56%, 68%
CMYK
0, 42, 3, 14
Luminance
0.3499
Every format
| HEX | #db7fd4 |
| RGB | rgb(219, 127, 212) |
| HSL | hsl(305, 56%, 68%) |
| CMYK | cmyk(0%, 42%, 3%, 14%) |
| LAB | lab(65.7 47.7 -28.7) |
| LCH | lch(65.7 55.7 329.0) |
| OKLCH | oklch(0.724 0.155 329.8) |
Copy-ready code
/* CSS */
color: #db7fd4;
background-color: #db7fd4;
/* Tailwind (arbitrary) */
class="text-[#db7fd4] bg-[#db7fd4]"
/* SCSS */
$brand: #db7fd4;
/* SwiftUI */
Color(red: 0.859, green: 0.498, blue: 0.831)
/* Android */
Color.parseColor("#db7fd4")Accessibility — WCAG contrast
Aa
#db7fd4 on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db7fd4 on black: 8.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green49.8%
Blue83.1%
CMYK percentages
Cyan0.0%
Magenta42.0%
Yellow3.2%
Key (black)14.1%
Color previews
#db7fd4 text on a black background
contrast 8.00:1
Card sample
#db7fd4 text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db7fd4;
Background color
Panel with #db7fd4 background
background-color: #db7fd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db7fd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 127, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 127, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db7fd4; background: linear-gradient(135deg, #db7fd4, #DB7F96);