#df4464
a balanced, vivid red · warm · closest name: crimson
RGB
223, 68, 100
HSL
348°, 71%, 57%
CMYK
0, 70, 55, 13
Luminance
0.2074
Every format
| HEX | #df4464 |
| RGB | rgb(223, 68, 100) |
| HSL | hsl(348, 71%, 57%) |
| CMYK | cmyk(0%, 70%, 55%, 13%) |
| LAB | lab(52.7 61.7 16.9) |
| LCH | lch(52.7 64.0 15.3) |
| OKLCH | oklch(0.616 0.191 12.8) |
Copy-ready code
/* CSS */
color: #df4464;
background-color: #df4464;
/* Tailwind (arbitrary) */
class="text-[#df4464] bg-[#df4464]"
/* SCSS */
$brand: #df4464;
/* SwiftUI */
Color(red: 0.875, green: 0.267, blue: 0.392)
/* Android */
Color.parseColor("#df4464")Accessibility — WCAG contrast
Aa
#df4464 on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4464 on black: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green26.7%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta69.5%
Yellow55.2%
Key (black)12.5%
Color previews
#df4464 text on a black background
contrast 5.15:1
Card sample
#df4464 text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4464;
Background color
Panel with #df4464 background
background-color: #df4464;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4464;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 68, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 68, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4464; background: linear-gradient(135deg, #df4464, #DF8B44);