#da1bdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
218, 27, 223
HSL
299°, 78%, 49%
CMYK
2, 88, 0, 13
Luminance
0.2102
Every format
| HEX | #da1bdf |
| RGB | rgb(218, 27, 223) |
| HSL | hsl(299, 78%, 49%) |
| CMYK | cmyk(2%, 88%, 0%, 13%) |
| LAB | lab(53.0 85.4 -55.0) |
| LCH | lch(53.0 101.6 327.2) |
| OKLCH | oklch(0.632 0.281 327.0) |
Copy-ready code
/* CSS */
color: #da1bdf;
background-color: #da1bdf;
/* Tailwind (arbitrary) */
class="text-[#da1bdf] bg-[#da1bdf]"
/* SCSS */
$brand: #da1bdf;
/* SwiftUI */
Color(red: 0.855, green: 0.106, blue: 0.875)
/* Android */
Color.parseColor("#da1bdf")Accessibility — WCAG contrast
Aa
#da1bdf on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#da1bdf on black: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green10.6%
Blue87.5%
CMYK percentages
Cyan2.2%
Magenta87.9%
Yellow0.0%
Key (black)12.5%
Color previews
#da1bdf text on a black background
contrast 5.20:1
Card sample
#da1bdf text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #da1bdf;
Background color
Panel with #da1bdf background
background-color: #da1bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #da1bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 27, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 27, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #da1bdf; background: linear-gradient(135deg, #da1bdf, #DF1B61);