#df514c
a balanced, vivid red · warm · closest name: firebrick
RGB
223, 81, 76
HSL
2°, 70%, 59%
CMYK
0, 64, 66, 13
Luminance
0.2209
Every format
| HEX | #df514c |
| RGB | rgb(223, 81, 76) |
| HSL | hsl(2, 70%, 59%) |
| CMYK | cmyk(0%, 64%, 66%, 13%) |
| LAB | lab(54.1 55.0 32.9) |
| LCH | lch(54.1 64.1 30.9) |
| OKLCH | oklch(0.626 0.178 25.7) |
Copy-ready code
/* CSS */
color: #df514c;
background-color: #df514c;
/* Tailwind (arbitrary) */
class="text-[#df514c] bg-[#df514c]"
/* SCSS */
$brand: #df514c;
/* SwiftUI */
Color(red: 0.875, green: 0.318, blue: 0.298)
/* Android */
Color.parseColor("#df514c")Accessibility — WCAG contrast
Aa
#df514c on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df514c on black: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green31.8%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta63.7%
Yellow65.9%
Key (black)12.5%
Color previews
#df514c text on a black background
contrast 5.42:1
Card sample
#df514c text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df514c;
Background color
Panel with #df514c background
background-color: #df514c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df514c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 81, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 81, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df514c; background: linear-gradient(135deg, #df514c, #DFB34C);