#df296d
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
223, 41, 109
HSL
338°, 74%, 52%
CMYK
0, 82, 51, 13
Luminance
0.1838
Every format
| HEX | #df296d |
| RGB | rgb(223, 41, 109) |
| HSL | hsl(338, 74%, 52%) |
| CMYK | cmyk(0%, 82%, 51%, 13%) |
| LAB | lab(50.0 70.6 7.7) |
| LCH | lch(50.0 71.0 6.2) |
| OKLCH | oklch(0.597 0.217 5.3) |
Copy-ready code
/* CSS */
color: #df296d;
background-color: #df296d;
/* Tailwind (arbitrary) */
class="text-[#df296d] bg-[#df296d]"
/* SCSS */
$brand: #df296d;
/* SwiftUI */
Color(red: 0.875, green: 0.161, blue: 0.427)
/* Android */
Color.parseColor("#df296d")Accessibility — WCAG contrast
Aa
#df296d on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df296d on black: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green16.1%
Blue42.7%
CMYK percentages
Cyan0.0%
Magenta81.6%
Yellow51.1%
Key (black)12.5%
Color previews
#df296d text on a black background
contrast 4.68:1
Card sample
#df296d text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df296d;
Background color
Panel with #df296d background
background-color: #df296d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df296d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 41, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 41, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df296d; background: linear-gradient(135deg, #df296d, #DF5E29);