#df4c64
a balanced, vivid red · warm · closest name: crimson
RGB
223, 76, 100
HSL
350°, 70%, 59%
CMYK
0, 66, 55, 13
Luminance
0.2178
Every format
| HEX | #df4c64 |
| RGB | rgb(223, 76, 100) |
| HSL | hsl(350, 70%, 59%) |
| CMYK | cmyk(0%, 66%, 55%, 13%) |
| LAB | lab(53.8 58.6 18.4) |
| LCH | lch(53.8 61.5 17.5) |
| OKLCH | oklch(0.625 0.182 14.6) |
Copy-ready code
/* CSS */
color: #df4c64;
background-color: #df4c64;
/* Tailwind (arbitrary) */
class="text-[#df4c64] bg-[#df4c64]"
/* SCSS */
$brand: #df4c64;
/* SwiftUI */
Color(red: 0.875, green: 0.298, blue: 0.392)
/* Android */
Color.parseColor("#df4c64")Accessibility — WCAG contrast
Aa
#df4c64 on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4c64 on black: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green29.8%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta65.9%
Yellow55.2%
Key (black)12.5%
Color previews
#df4c64 text on a black background
contrast 5.36:1
Card sample
#df4c64 text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4c64;
Background color
Panel with #df4c64 background
background-color: #df4c64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4c64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 76, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 76, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4c64; background: linear-gradient(135deg, #df4c64, #DF964C);