#df4644
a balanced, vivid red · warm · closest name: crimson
RGB
223, 70, 68
HSL
1°, 71%, 57%
CMYK
0, 69, 70, 13
Luminance
0.2049
Every format
| HEX | #df4644 |
| RGB | rgb(223, 70, 68) |
| HSL | hsl(1, 71%, 57%) |
| CMYK | cmyk(0%, 69%, 70%, 13%) |
| LAB | lab(52.4 59.0 35.4) |
| LCH | lch(52.4 68.8 30.9) |
| OKLCH | oklch(0.612 0.190 25.4) |
Copy-ready code
/* CSS */
color: #df4644;
background-color: #df4644;
/* Tailwind (arbitrary) */
class="text-[#df4644] bg-[#df4644]"
/* SCSS */
$brand: #df4644;
/* SwiftUI */
Color(red: 0.875, green: 0.275, blue: 0.267)
/* Android */
Color.parseColor("#df4644")Accessibility — WCAG contrast
Aa
#df4644 on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4644 on black: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green27.5%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta68.6%
Yellow69.5%
Key (black)12.5%
Color previews
#df4644 text on a black background
contrast 5.10:1
Card sample
#df4644 text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4644;
Background color
Panel with #df4644 background
background-color: #df4644;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4644;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 70, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 70, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4644; background: linear-gradient(135deg, #df4644, #DFAD44);