#df4b4f
a balanced, vivid red · warm · closest name: crimson
RGB
223, 75, 79
HSL
358°, 70%, 58%
CMYK
0, 66, 65, 13
Luminance
0.2128
Every format
| HEX | #df4b4f |
| RGB | rgb(223, 75, 79) |
| HSL | hsl(358, 70%, 58%) |
| CMYK | cmyk(0%, 66%, 65%, 13%) |
| LAB | lab(53.3 57.6 30.1) |
| LCH | lch(53.3 65.0 27.6) |
| OKLCH | oklch(0.619 0.184 22.8) |
Copy-ready code
/* CSS */
color: #df4b4f;
background-color: #df4b4f;
/* Tailwind (arbitrary) */
class="text-[#df4b4f] bg-[#df4b4f]"
/* SCSS */
$brand: #df4b4f;
/* SwiftUI */
Color(red: 0.875, green: 0.294, blue: 0.310)
/* Android */
Color.parseColor("#df4b4f")Accessibility — WCAG contrast
Aa
#df4b4f on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4b4f on black: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green29.4%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta66.4%
Yellow64.6%
Key (black)12.5%
Color previews
#df4b4f text on a black background
contrast 5.26:1
Card sample
#df4b4f text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4b4f;
Background color
Panel with #df4b4f background
background-color: #df4b4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4b4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 75, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 75, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4b4f; background: linear-gradient(135deg, #df4b4f, #DFAA4B);