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