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