#df4f4f
a balanced, vivid red · warm · closest name: firebrick
RGB
223, 79, 79
HSL
0°, 69%, 59%
CMYK
0, 65, 65, 13
Luminance
0.2184
Every format
| HEX | #df4f4f |
| RGB | rgb(223, 79, 79) |
| HSL | hsl(0, 69%, 59%) |
| CMYK | cmyk(0%, 65%, 65%, 13%) |
| LAB | lab(53.9 56.0 30.9) |
| LCH | lch(53.9 64.0 28.9) |
| OKLCH | oklch(0.624 0.180 23.9) |
Copy-ready code
/* CSS */
color: #df4f4f;
background-color: #df4f4f;
/* Tailwind (arbitrary) */
class="text-[#df4f4f] bg-[#df4f4f]"
/* SCSS */
$brand: #df4f4f;
/* SwiftUI */
Color(red: 0.875, green: 0.310, blue: 0.310)
/* Android */
Color.parseColor("#df4f4f")Accessibility — WCAG contrast
Aa
#df4f4f on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4f4f on black: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green31.0%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta64.6%
Yellow64.6%
Key (black)12.5%
Color previews
#df4f4f text on a black background
contrast 5.37:1
Card sample
#df4f4f text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4f4f;
Background color
Panel with #df4f4f background
background-color: #df4f4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4f4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 79, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 79, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4f4f; background: linear-gradient(135deg, #df4f4f, #DFAF4F);