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