#df2f4e
a balanced, vivid red · warm · closest name: crimson
RGB
223, 47, 78
HSL
349°, 73%, 53%
CMYK
0, 79, 65, 13
Luminance
0.1827
Every format
| HEX | #df2f4e |
| RGB | rgb(223, 47, 78) |
| HSL | hsl(349, 73%, 53%) |
| CMYK | cmyk(0%, 79%, 65%, 13%) |
| LAB | lab(49.8 67.1 26.4) |
| LCH | lch(49.8 72.0 21.5) |
| OKLCH | oklch(0.594 0.209 17.5) |
Copy-ready code
/* CSS */
color: #df2f4e;
background-color: #df2f4e;
/* Tailwind (arbitrary) */
class="text-[#df2f4e] bg-[#df2f4e]"
/* SCSS */
$brand: #df2f4e;
/* SwiftUI */
Color(red: 0.875, green: 0.184, blue: 0.306)
/* Android */
Color.parseColor("#df2f4e")Accessibility — WCAG contrast
Aa
#df2f4e on white: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df2f4e on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green18.4%
Blue30.6%
CMYK percentages
Cyan0.0%
Magenta78.9%
Yellow65.0%
Key (black)12.5%
Color previews
#df2f4e text on a black background
contrast 4.65:1
Card sample
#df2f4e text on a white background
contrast 4.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df2f4e;
Background color
Panel with #df2f4e background
background-color: #df2f4e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df2f4e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 47, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 47, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df2f4e; background: linear-gradient(135deg, #df2f4e, #DF852F);