#da0bdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
218, 11, 223
HSL
299°, 91%, 46%
CMYK
2, 95, 0, 13
Luminance
0.2047
Every format
| HEX | #da0bdf |
| RGB | rgb(218, 11, 223) |
| HSL | hsl(299, 91%, 46%) |
| CMYK | cmyk(2%, 95%, 0%, 13%) |
| LAB | lab(52.4 87.2 -56.0) |
| LCH | lch(52.4 103.6 327.3) |
| OKLCH | oklch(0.628 0.287 327.1) |
Copy-ready code
/* CSS */
color: #da0bdf;
background-color: #da0bdf;
/* Tailwind (arbitrary) */
class="text-[#da0bdf] bg-[#da0bdf]"
/* SCSS */
$brand: #da0bdf;
/* SwiftUI */
Color(red: 0.855, green: 0.043, blue: 0.875)
/* Android */
Color.parseColor("#da0bdf")Accessibility — WCAG contrast
Aa
#da0bdf on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#da0bdf on black: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green4.3%
Blue87.5%
CMYK percentages
Cyan2.2%
Magenta95.1%
Yellow0.0%
Key (black)12.5%
Color previews
#da0bdf text on a black background
contrast 5.09:1
Card sample
#da0bdf text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #da0bdf;
Background color
Panel with #da0bdf background
background-color: #da0bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #da0bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 11, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 11, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #da0bdf; background: linear-gradient(135deg, #da0bdf, #DF0B57);