#df496c
a balanced, vivid red · warm · closest name: crimson
RGB
223, 73, 108
HSL
346°, 70%, 58%
CMYK
0, 67, 52, 13
Luminance
0.2154
Every format
| HEX | #df496c |
| RGB | rgb(223, 73, 108) |
| HSL | hsl(346, 70%, 58%) |
| CMYK | cmyk(0%, 67%, 52%, 13%) |
| LAB | lab(53.5 60.4 13.3) |
| LCH | lch(53.5 61.9 12.4) |
| OKLCH | oklch(0.623 0.186 10.5) |
Copy-ready code
/* CSS */
color: #df496c;
background-color: #df496c;
/* Tailwind (arbitrary) */
class="text-[#df496c] bg-[#df496c]"
/* SCSS */
$brand: #df496c;
/* SwiftUI */
Color(red: 0.875, green: 0.286, blue: 0.424)
/* Android */
Color.parseColor("#df496c")Accessibility — WCAG contrast
Aa
#df496c on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df496c on black: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green28.6%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta67.3%
Yellow51.6%
Key (black)12.5%
Color previews
#df496c text on a black background
contrast 5.31:1
Card sample
#df496c text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df496c;
Background color
Panel with #df496c background
background-color: #df496c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df496c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 73, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 73, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df496c; background: linear-gradient(135deg, #df496c, #DF8A49);