#df4141
a balanced, vivid red · warm · closest name: crimson
RGB
223, 65, 65
HSL
0°, 71%, 57%
CMYK
0, 71, 71, 13
Luminance
0.1985
Every format
| HEX | #df4141 |
| RGB | rgb(223, 65, 65) |
| HSL | hsl(0, 71%, 57%) |
| CMYK | cmyk(0%, 71%, 71%, 13%) |
| LAB | lab(51.7 60.7 36.3) |
| LCH | lch(51.7 70.7 30.8) |
| OKLCH | oklch(0.607 0.195 25.1) |
Copy-ready code
/* CSS */
color: #df4141;
background-color: #df4141;
/* Tailwind (arbitrary) */
class="text-[#df4141] bg-[#df4141]"
/* SCSS */
$brand: #df4141;
/* SwiftUI */
Color(red: 0.875, green: 0.255, blue: 0.255)
/* Android */
Color.parseColor("#df4141")Accessibility — WCAG contrast
Aa
#df4141 on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4141 on black: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green25.5%
Blue25.5%
CMYK percentages
Cyan0.0%
Magenta70.9%
Yellow70.9%
Key (black)12.5%
Color previews
#df4141 text on a black background
contrast 4.97:1
Card sample
#df4141 text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4141;
Background color
Panel with #df4141 background
background-color: #df4141;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4141;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 65, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 65, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4141; background: linear-gradient(135deg, #df4141, #DFAA41);