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