#df496e
a balanced, vivid red · warm · closest name: crimson
RGB
223, 73, 110
HSL
345°, 70%, 58%
CMYK
0, 67, 51, 13
Luminance
0.2158
Every format
| HEX | #df496e |
| RGB | rgb(223, 73, 110) |
| HSL | hsl(345, 70%, 58%) |
| CMYK | cmyk(0%, 67%, 51%, 13%) |
| LAB | lab(53.6 60.6 12.2) |
| LCH | lch(53.6 61.8 11.4) |
| OKLCH | oklch(0.624 0.187 9.6) |
Copy-ready code
/* CSS */
color: #df496e;
background-color: #df496e;
/* Tailwind (arbitrary) */
class="text-[#df496e] bg-[#df496e]"
/* SCSS */
$brand: #df496e;
/* SwiftUI */
Color(red: 0.875, green: 0.286, blue: 0.431)
/* Android */
Color.parseColor("#df496e")Accessibility — WCAG contrast
Aa
#df496e on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df496e on black: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green28.6%
Blue43.1%
CMYK percentages
Cyan0.0%
Magenta67.3%
Yellow50.7%
Key (black)12.5%
Color previews
#df496e text on a black background
contrast 5.32:1
Card sample
#df496e text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df496e;
Background color
Panel with #df496e background
background-color: #df496e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df496e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 73, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 73, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df496e; background: linear-gradient(135deg, #df496e, #DF8849);