#da00df
a dark, electric magenta / pink · warm · closest name: magenta
RGB
218, 0, 223
HSL
299°, 100%, 44%
CMYK
2, 100, 0, 13
Luminance
0.2023
Every format
| HEX | #da00df |
| RGB | rgb(218, 0, 223) |
| HSL | hsl(299, 100%, 44%) |
| CMYK | cmyk(2%, 100%, 0%, 13%) |
| LAB | lab(52.1 88.0 -56.4) |
| LCH | lch(52.1 104.5 327.3) |
| OKLCH | oklch(0.626 0.290 327.1) |
Copy-ready code
/* CSS */
color: #da00df;
background-color: #da00df;
/* Tailwind (arbitrary) */
class="text-[#da00df] bg-[#da00df]"
/* SCSS */
$brand: #da00df;
/* SwiftUI */
Color(red: 0.855, green: 0.000, blue: 0.875)
/* Android */
Color.parseColor("#da00df")Accessibility — WCAG contrast
Aa
#da00df on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#da00df on black: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green0.0%
Blue87.5%
CMYK percentages
Cyan2.2%
Magenta100.0%
Yellow0.0%
Key (black)12.5%
Color previews
#da00df text on a black background
contrast 5.05:1
Card sample
#da00df text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #da00df;
Background color
Panel with #da00df background
background-color: #da00df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #da00df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 0, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 0, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #da00df; background: linear-gradient(135deg, #da00df, #DF004F);