#df4246
a balanced, vivid red · warm · closest name: crimson
RGB
223, 66, 70
HSL
359°, 71%, 57%
CMYK
0, 70, 69, 13
Luminance
0.2003
Every format
| HEX | #df4246 |
| RGB | rgb(223, 66, 70) |
| HSL | hsl(359, 71%, 57%) |
| CMYK | cmyk(0%, 70%, 69%, 13%) |
| LAB | lab(51.9 60.6 33.6) |
| LCH | lch(51.9 69.3 29.0) |
| OKLCH | oklch(0.609 0.194 23.7) |
Copy-ready code
/* CSS */
color: #df4246;
background-color: #df4246;
/* Tailwind (arbitrary) */
class="text-[#df4246] bg-[#df4246]"
/* SCSS */
$brand: #df4246;
/* SwiftUI */
Color(red: 0.875, green: 0.259, blue: 0.275)
/* Android */
Color.parseColor("#df4246")Accessibility — WCAG contrast
Aa
#df4246 on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4246 on black: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green25.9%
Blue27.5%
CMYK percentages
Cyan0.0%
Magenta70.4%
Yellow68.6%
Key (black)12.5%
Color previews
#df4246 text on a black background
contrast 5.01:1
Card sample
#df4246 text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4246;
Background color
Panel with #df4246 background
background-color: #df4246;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4246;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 66, 70, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 66, 70, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4246; background: linear-gradient(135deg, #df4246, #DFA742);