#db4fdf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
219, 79, 223
HSL
298°, 69%, 59%
CMYK
2, 65, 0, 13
Luminance
0.2598
Every format
| HEX | #db4fdf |
| RGB | rgb(219, 79, 223) |
| HSL | hsl(298, 69%, 59%) |
| CMYK | cmyk(2%, 65%, 0%, 13%) |
| LAB | lab(58.0 71.6 -47.0) |
| LCH | lch(58.0 85.6 326.7) |
| OKLCH | oklch(0.669 0.237 326.7) |
Copy-ready code
/* CSS */
color: #db4fdf;
background-color: #db4fdf;
/* Tailwind (arbitrary) */
class="text-[#db4fdf] bg-[#db4fdf]"
/* SCSS */
$brand: #db4fdf;
/* SwiftUI */
Color(red: 0.859, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#db4fdf")Accessibility — WCAG contrast
Aa
#db4fdf on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db4fdf on black: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green31.0%
Blue87.5%
CMYK percentages
Cyan1.8%
Magenta64.6%
Yellow0.0%
Key (black)12.5%
Color previews
#db4fdf text on a black background
contrast 6.20:1
Card sample
#db4fdf text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db4fdf;
Background color
Panel with #db4fdf background
background-color: #db4fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db4fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db4fdf; background: linear-gradient(135deg, #db4fdf, #DF4F83);