#df30d4
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
223, 48, 212
HSL
304°, 73%, 53%
CMYK
0, 79, 5, 13
Luminance
0.2256
Every format
| HEX | #df30d4 |
| RGB | rgb(223, 48, 212) |
| HSL | hsl(304, 73%, 53%) |
| CMYK | cmyk(0%, 79%, 5%, 13%) |
| LAB | lab(54.6 80.6 -46.1) |
| LCH | lch(54.6 92.8 330.2) |
| OKLCH | oklch(0.644 0.263 331.0) |
Copy-ready code
/* CSS */
color: #df30d4;
background-color: #df30d4;
/* Tailwind (arbitrary) */
class="text-[#df30d4] bg-[#df30d4]"
/* SCSS */
$brand: #df30d4;
/* SwiftUI */
Color(red: 0.875, green: 0.188, blue: 0.831)
/* Android */
Color.parseColor("#df30d4")Accessibility — WCAG contrast
Aa
#df30d4 on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df30d4 on black: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green18.8%
Blue83.1%
CMYK percentages
Cyan0.0%
Magenta78.5%
Yellow4.9%
Key (black)12.5%
Color previews
#df30d4 text on a black background
contrast 5.51:1
Card sample
#df30d4 text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df30d4;
Background color
Panel with #df30d4 background
background-color: #df30d4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df30d4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 48, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 48, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df30d4; background: linear-gradient(135deg, #df30d4, #DF305F);