#df07d0
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 7, 208
HSL
304°, 94%, 45%
CMYK
0, 97, 7, 13
Luminance
0.2039
Every format
| HEX | #df07d0 |
| RGB | rgb(223, 7, 208) |
| HSL | hsl(304, 94%, 45%) |
| CMYK | cmyk(0%, 97%, 7%, 13%) |
| LAB | lab(52.3 86.2 -47.5) |
| LCH | lch(52.3 98.4 331.1) |
| OKLCH | oklch(0.626 0.280 332.1) |
Copy-ready code
/* CSS */
color: #df07d0;
background-color: #df07d0;
/* Tailwind (arbitrary) */
class="text-[#df07d0] bg-[#df07d0]"
/* SCSS */
$brand: #df07d0;
/* SwiftUI */
Color(red: 0.875, green: 0.027, blue: 0.816)
/* Android */
Color.parseColor("#df07d0")Accessibility — WCAG contrast
Aa
#df07d0 on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df07d0 on black: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green2.7%
Blue81.6%
CMYK percentages
Cyan0.0%
Magenta96.9%
Yellow6.7%
Key (black)12.5%
Color previews
#df07d0 text on a black background
contrast 5.08:1
Card sample
#df07d0 text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df07d0;
Background color
Panel with #df07d0 background
background-color: #df07d0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df07d0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 7, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 7, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df07d0; background: linear-gradient(135deg, #df07d0, #DF0740);