#df495c
a balanced, vivid red · warm · closest name: crimson
RGB
223, 73, 92
HSL
352°, 70%, 58%
CMYK
0, 67, 59, 13
Luminance
0.2123
Every format
| HEX | #df495c |
| RGB | rgb(223, 73, 92) |
| HSL | hsl(352, 70%, 58%) |
| CMYK | cmyk(0%, 67%, 59%, 13%) |
| LAB | lab(53.2 59.2 22.4) |
| LCH | lch(53.2 63.3 20.7) |
| OKLCH | oklch(0.620 0.185 17.2) |
Copy-ready code
/* CSS */
color: #df495c;
background-color: #df495c;
/* Tailwind (arbitrary) */
class="text-[#df495c] bg-[#df495c]"
/* SCSS */
$brand: #df495c;
/* SwiftUI */
Color(red: 0.875, green: 0.286, blue: 0.361)
/* Android */
Color.parseColor("#df495c")Accessibility — WCAG contrast
Aa
#df495c on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df495c on black: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green28.6%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta67.3%
Yellow58.7%
Key (black)12.5%
Color previews
#df495c text on a black background
contrast 5.25:1
Card sample
#df495c text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df495c;
Background color
Panel with #df495c background
background-color: #df495c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df495c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 73, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 73, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df495c; background: linear-gradient(135deg, #df495c, #DF9A49);