#df29c8
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
223, 41, 200
HSL
308°, 74%, 52%
CMYK
0, 82, 10, 13
Luminance
0.2144
Every format
| HEX | #df29c8 |
| RGB | rgb(223, 41, 200) |
| HSL | hsl(308, 74%, 52%) |
| CMYK | cmyk(0%, 82%, 10%, 13%) |
| LAB | lab(53.4 80.5 -41.1) |
| LCH | lch(53.4 90.3 333.0) |
| OKLCH | oklch(0.633 0.260 334.3) |
Copy-ready code
/* CSS */
color: #df29c8;
background-color: #df29c8;
/* Tailwind (arbitrary) */
class="text-[#df29c8] bg-[#df29c8]"
/* SCSS */
$brand: #df29c8;
/* SwiftUI */
Color(red: 0.875, green: 0.161, blue: 0.784)
/* Android */
Color.parseColor("#df29c8")Accessibility — WCAG contrast
Aa
#df29c8 on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df29c8 on black: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green16.1%
Blue78.4%
CMYK percentages
Cyan0.0%
Magenta81.6%
Yellow10.3%
Key (black)12.5%
Color previews
#df29c8 text on a black background
contrast 5.29:1
Card sample
#df29c8 text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df29c8;
Background color
Panel with #df29c8 background
background-color: #df29c8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df29c8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 41, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 41, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df29c8; background: linear-gradient(135deg, #df29c8, #DF294F);