#da07cf
a dark, electric magenta / pink · warm · closest name: magenta
RGB
218, 7, 207
HSL
303°, 94%, 44%
CMYK
0, 97, 5, 15
Luminance
0.1956
Every format
| HEX | #da07cf |
| RGB | rgb(218, 7, 207) |
| HSL | hsl(303, 94%, 44%) |
| CMYK | cmyk(0%, 97%, 5%, 15%) |
| LAB | lab(51.3 85.2 -48.5) |
| LCH | lch(51.3 98.0 330.4) |
| OKLCH | oklch(0.618 0.278 331.1) |
Copy-ready code
/* CSS */
color: #da07cf;
background-color: #da07cf;
/* Tailwind (arbitrary) */
class="text-[#da07cf] bg-[#da07cf]"
/* SCSS */
$brand: #da07cf;
/* SwiftUI */
Color(red: 0.855, green: 0.027, blue: 0.812)
/* Android */
Color.parseColor("#da07cf")Accessibility — WCAG contrast
Aa
#da07cf on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#da07cf on black: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green2.7%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta96.8%
Yellow5.0%
Key (black)14.5%
Color previews
#da07cf text on a black background
contrast 4.91:1
Card sample
#da07cf text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #da07cf;
Background color
Panel with #da07cf background
background-color: #da07cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #da07cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 7, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 7, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #da07cf; background: linear-gradient(135deg, #da07cf, #DA0742);