#da4bdf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
218, 75, 223
HSL
298°, 70%, 58%
CMYK
2, 66, 0, 13
Luminance
0.2527
Every format
| HEX | #da4bdf |
| RGB | rgb(218, 75, 223) |
| HSL | hsl(298, 70%, 58%) |
| CMYK | cmyk(2%, 66%, 0%, 13%) |
| LAB | lab(57.3 72.9 -48.1) |
| LCH | lch(57.3 87.3 326.6) |
| OKLCH | oklch(0.664 0.241 326.5) |
Copy-ready code
/* CSS */
color: #da4bdf;
background-color: #da4bdf;
/* Tailwind (arbitrary) */
class="text-[#da4bdf] bg-[#da4bdf]"
/* SCSS */
$brand: #da4bdf;
/* SwiftUI */
Color(red: 0.855, green: 0.294, blue: 0.875)
/* Android */
Color.parseColor("#da4bdf")Accessibility — WCAG contrast
Aa
#da4bdf on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#da4bdf on black: 6.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green29.4%
Blue87.5%
CMYK percentages
Cyan2.2%
Magenta66.4%
Yellow0.0%
Key (black)12.5%
Color previews
#da4bdf text on a black background
contrast 6.05:1
Card sample
#da4bdf text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #da4bdf;
Background color
Panel with #da4bdf background
background-color: #da4bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #da4bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 75, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 75, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #da4bdf; background: linear-gradient(135deg, #da4bdf, #DF4B81);