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